[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / giowin32.c
2014-01-31 Daniel MustielesUpdated FSF's address
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 David SchleefFix spelling of G_IO_FLAG_IS_WRITEABLE
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-11 Colin WaltersAnnotate all custom GIO GSource using g_source_set_name
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-04 Tor LillqvistInternally use the _stati64 API explicitly on Windows
2010-02-01 Ryan LortieGIOChannel: move docs from tmpl to .c
2009-11-04 Tor LillqvistDon't call WSAEventSelect() on -1
2009-05-30 Hans BreuerDefine fstat() for msvc build
2008-09-23 Dan WinshipMove this out of gmain.c and make it part of the public...
2008-08-27 Tor LillqvistStylistic changes. Plug an unlikely memory leak that...
2008-08-21 Tor LillqvistDrop #if 0 code.
2008-08-21 Tor LillqvistDon't bother compiling the binary compatibility
2008-08-21 Tor LillqvistImprove run-time warning messages. Drop some #if 0...
2008-08-21 Tor LillqvistMinor comment improvements.
2008-08-20 Tor LillqvistBug 500246 - Bug fixes for giowin32
2008-08-19 Tor LillqvistBug 324234 - Using g_io_add_watch_full() to wait for...
2008-08-04 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change...
2008-07-28 Tor LillqvistFix problems on 64-bit Windows. Avoid warnings, some...
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-07-20 Tor LillqvistPatch from Yu Kuan that makes watched sockets behave...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-06-11 Tor Lillqvistg_win32_error_message() works fine for the Winsock...
2008-05-17 Tor LillqvistMake debugging printout more compact and add more infor...
2007-07-06 Tor LillqvistWhen WSAEnumNetworkEvents() signals FD_CONNECT that...
2007-01-07 Tor LillqvistHandle GIOChannels for file descriptors connected to...
2006-05-12 Tor LillqvistImplement setting/clearing G_IO_FLAG_NONBLOCK for chann...
2006-03-11 Marcus BrinkmannImplement watches for GIOChannels for write file descri...
2005-11-08 Tor LillqvistDon't call g_warning(). (#320688) Instead set error...
2005-07-08 Tor LillqvistTotally rewritten socket channel implementation. See...
2005-03-30 Tor LillqvistAlways claim file descriptors open to devices are reada...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-11 Tor LillqvistInclude winsock2.h before windows.h, to avoid compilati...
2005-02-05 Tor Lillqvistconfigure.in (G_LIBS_EXTRA) I think we can include...
2004-12-06 Tor LillqvistFix a write to freed memory: Unlock the channel's mutex...
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-08-21 Tor LillqvistTell select_thread to break out of its loop. Prevents...
2004-07-01 John Ehresmanglib/giowin32.c (g_io_channel_win32_init, g_io_win32_fr...
2004-05-09 Tor LillqvistRemove two duplicated lines. Thanks to BenoƮt Carpentier.
2004-04-10 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin...
2003-11-22 15 2003 Andrew... Bind inter-thread comminication sockets to INADDR_LOOPB...
2003-08-25 Tor LillqvistAvoid UNLOCKing the critical section twice, which might...
2003-06-25 Tor LillqvistPass real &optval and &optlen to getsockopt() instead...
2003-06-08 Tor LillqvistFix indentation and spacing. Use INADDR_LOOPBACK instead of
2003-06-07 Andy LanoixResolved thread deadlocks in socket ichannel code to...
2003-02-04 Tor LillqvistFix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed...
2003-01-04 Tor LillqvistDon't claim broken pipes are unreadable. (Well, they...
2003-01-02 Tor LillqvistCorrect the comment telling what headers have the decla...
2002-12-17 Tor LillqvistImprovement based on suggestion by Thorsten Maerz:
2002-03-15 Tor Lillqvistglib/giowin32.c (g_io_win32_dispatch): Check buffer...
2002-03-15 Tor LillqvistSome debugging output formatting changes. The following...
2002-03-08 Owen TaylorFinal updates for 2.0.0
2002-02-19 Tor LillqvistInclude <config.h> first here, too. Use g_io_channel_re...
2002-02-15 Owen TaylorUpdated.
2001-12-22 Tor LillqvistAdd (undefined) HAVE_C99_VSNPRINTF.
2001-11-03 Hans Breuerstatic correctness
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-22 Hans Breuersimply setting is_readable and is_writeable to TRUE...
2001-09-21 Hans Breueradded rule for glibconfig.h
2001-09-17 Tor Lillqvistglib/gmain.c Mark the _funcs tables for export.
2001-09-04 Tor LillqvistUpdate. Don't mention pthreads.
2001-09-03 Owen TaylorAdd closure_marshal/closure_callback fields to GSourceF...
2001-07-22 Hans Breuermake the code actually have an effect (Use |= to set...
2001-07-21 Hans Breuerset the corresponding p(ermission)mode of the file...
2001-07-21 Hans Breuerintial implementation of new API functions. Not sure...
2001-07-20 Ron SteinkeModified Files: glib/ChangeLog glib/glib.def glib/glib...
2001-07-20 Hans Breuermake it compile again
2001-07-02 Andy Lanoix*giowin32.c: g_source_remove()ing an socket iochannel...
2001-06-30 Owen TaylorRename GSourceFuncs::destroy to GSourceFuncs::finalize...
2001-06-30 Owen Taylor Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat...
2001-06-22 Andy Lanoix*giowin32.c: Debug and partial rewrite of async socket...
2001-05-22 Andy Lanoix*giowin32.c: G_IO_WIN32_WINDOWS_MESSAGES channels
2001-02-01 Tor Lillqvistgiochannel.h giowin32.c Stylistic cleanups. Use G_STRLO...
2001-01-25 Tor LillqvistSocket support rewritten. It was utterly broken, and...
2001-01-09 Tor LillqvistRework the changes to needed to pass mainloop-test...
2001-01-06 Tor LillqvistGet len using strlen() if arg is negative in the Win32...
2000-12-14 Tor LillqvistWarn if no callback. Call callback correctly. (g_io_win...
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-10-16 Tor LillqvistSome more debugging output. (g_io_channel_win32_poll...
2000-10-06 Tor LillqvistRevamp to be like makefile.mingw.in, make the MSVC...
2000-08-31 Tor Lillqvistglib.h glib.def New function, to make a GPollFD from...
2000-08-31 Tor Lillqvistglib.h No use for separate condition parameter.
2000-08-27 Tor LillqvistHmm, the parameter to g_io_channel_win32_poll() should...
2000-08-27 Tor LillqvistNew function, otherwise like g_io_channel_win32_wait_fo...
2000-08-11 Tor LillqvistSome indentation and spacing fixes. Add some more logging.
2000-07-31 Tor LillqvistDrop a few unused variables.
2000-07-31 Tor LillqvistThe code didn't compile (must have been sleepy when...
2000-07-30 Tor LillqvistCompile in the debugging code all the time, but only...
next