summaryrefslogtreecommitdiff
path: root/giowin32.c
AgeCommit message (Expand)Author
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-06-22*giowin32.c: Debug and partial rewrite of async socket codeAndy Lanoix
2001-05-22*giowin32.c: G_IO_WIN32_WINDOWS_MESSAGES channelsAndy Lanoix
2001-02-01giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist
2001-01-25Socket support rewritten. It was utterly broken, and untested in fact. WeTor Lillqvist
2001-01-09Rework the changes to needed to pass mainloop-test. Now we don't need toTor Lillqvist
2001-01-06Get len using strlen() if arg is negative in the Win32 code, too.Tor Lillqvist
2000-12-14Warn if no callback. Call callback correctly. (g_io_win32_create_watch):Tor Lillqvist
2000-12-05Major change in API for creating sources to handle multiple main loopsOwen Taylor
2000-10-16Some more debugging output. (g_io_channel_win32_poll): Remove unused vars.Tor Lillqvist
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist
2000-08-31glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist
2000-08-31glib.h No use for separate condition parameter.Tor Lillqvist
2000-08-27Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist
2000-08-27New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist
2000-08-11Some indentation and spacing fixes. Add some more logging.Tor Lillqvist
2000-07-31Drop a few unused variables.Tor Lillqvist
2000-07-31The code didn't compile (must have been sleepy when committing). "return"Tor Lillqvist
2000-07-30Compile in the debugging code all the time, but only output debug messagesTor Lillqvist
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-06-06If we are watching the same fd several times (for different conditions,Tor Lillqvist
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist