summaryrefslogtreecommitdiff
path: root/glib/giowin32.c
AgeCommit message (Expand)Author
2009-06-04Android specific changes.Jaikumar Ganesh
2008-09-23Move this out of gmain.c and make it part of the public API. (Part of BugDan Winship
2008-08-27Stylistic changes. Plug an unlikely memory leak that occurred inTor Lillqvist
2008-08-21Drop #if 0 code.Tor Lillqvist
2008-08-21Don't bother compiling the binary compatibilityTor Lillqvist
2008-08-21Improve run-time warning messages. Drop some #if 0 code.Tor Lillqvist
2008-08-21Minor comment improvements.Tor Lillqvist
2008-08-20Bug 500246 - Bug fixes for giowin32Tor Lillqvist
2008-08-19Bug 324234 - Using g_io_add_watch_full() to wait for connect() to returnTor Lillqvist
2008-08-04glib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize castsTor Lillqvist
2008-07-28Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist
2008-07-27glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist
2008-07-20Patch from Yu Kuan that makes watched sockets behave much better. SeeTor Lillqvist
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch
2008-06-11g_win32_error_message() works fine for the Winsock WSA* error codes, too,Tor Lillqvist
2008-05-17Make debugging printout more compact and add more information to it. NoTor Lillqvist
2007-07-06When WSAEnumNetworkEvents() signals FD_CONNECT that means that theTor Lillqvist
2007-01-07Handle GIOChannels for file descriptors connected to the consoleTor Lillqvist
2006-05-12Implement setting/clearing G_IO_FLAG_NONBLOCK for channels attached toTor Lillqvist
2006-03-11Implement watches for GIOChannels for write file descriptors on Win32Marcus Brinkmann
2005-11-08Don't call g_warning(). (#320688) Instead set error and return failure.Tor Lillqvist
2005-07-08Totally rewritten socket channel implementation. See discussion in bugTor Lillqvist
2005-03-30Always claim file descriptors open to devices are readable, since we can'tTor Lillqvist
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2005-02-11Include winsock2.h before windows.h, to avoid compilation errors withTor Lillqvist
2005-02-05configure.in (G_LIBS_EXTRA) I think we can include <winsock2.h> and linkTor Lillqvist
2004-12-06Fix a write to freed memory: Unlock the channel's mutex before unrefingTor Lillqvist
2004-10-27Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-08-21Tell select_thread to break out of its loop. Prevents a thread leak.Tor Lillqvist
2004-07-01glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free) InitializeJohn Ehresman
2004-05-09Remove two duplicated lines. Thanks to BenoƮt Carpentier.Tor Lillqvist
2004-04-10glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variableTor Lillqvist
2003-11-22Bind inter-thread comminication sockets to INADDR_LOOPBACK instead of15 2003 Andrew Lanoix
2003-08-25Avoid UNLOCKing the critical section twice, which might cause a hang.Tor Lillqvist
2003-06-25Pass real &optval and &optlen to getsockopt() instead of NULL. Don'tTor Lillqvist
2003-06-08Fix indentation and spacing. Use INADDR_LOOPBACK instead ofTor Lillqvist
2003-06-07Resolved thread deadlocks in socket ichannel code to supportAndy Lanoix
2003-02-04Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by DanielTor Lillqvist
2003-01-04Don't claim broken pipes are unreadable. (Well, they are, but read()Tor Lillqvist
2003-01-02Correct the comment telling what headers have the declarations of someTor Lillqvist
2002-12-17Improvement based on suggestion by Thorsten Maerz:Tor Lillqvist
2002-03-15glib/giowin32.c (g_io_win32_dispatch): Check buffer condition here, too.Tor Lillqvist
2002-03-15Some debugging output formatting changes. The following two changes fixesTor Lillqvist
2002-03-08Final updates for 2.0.0Owen Taylor
2002-02-19Include <config.h> first here, too. Use g_io_channel_read_chars() insteadTor Lillqvist
2002-02-15Updated.Owen Taylor
2001-12-22Add (undefined) HAVE_C99_VSNPRINTF.Tor Lillqvist
2001-11-03static correctnessHans Breuer
2001-09-27When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible