glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable
[platform/upstream/glib.git] / glib / giowin32.c
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...
2000-07-29 Tor LillqvistFinally, a new and improved IO Channel and condition...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-06 Tor LillqvistIf we are watching the same fd several times (for diffe...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...