summaryrefslogtreecommitdiff
path: root/giowin32.c
Commit message (Expand)AuthorAgeFilesLines
* giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist2001-02-011-8/+10
* Socket support rewritten. It was utterly broken, and untested in fact. WeTor Lillqvist2001-01-251-135/+310
* Rework the changes to needed to pass mainloop-test. Now we don't need toTor Lillqvist2001-01-091-72/+41
* Get len using strlen() if arg is negative in the Win32 code, too.Tor Lillqvist2001-01-061-9/+64
* Warn if no callback. Call callback correctly. (g_io_win32_create_watch):Tor Lillqvist2000-12-141-7/+24
* Major change in API for creating sources to handle multiple main loopsOwen Taylor2000-12-051-71/+51
* Some more debugging output. (g_io_channel_win32_poll): Remove unused vars.Tor Lillqvist2000-10-161-15/+4
* Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist2000-10-061-1/+1
* glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist2000-08-311-5/+24
* glib.h No use for separate condition parameter.Tor Lillqvist2000-08-311-2/+1
* Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist2000-08-271-38/+11
* New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist2000-08-271-13/+46
* Some indentation and spacing fixes. Add some more logging.Tor Lillqvist2000-08-111-67/+65
* Drop a few unused variables.Tor Lillqvist2000-07-311-2/+0
* The code didn't compile (must have been sleepy when committing). "return"Tor Lillqvist2000-07-311-5/+5
* Compile in the debugging code all the time, but only output debug messagesTor Lillqvist2000-07-301-88/+116
* Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist2000-07-291-628/+505
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* If we are watching the same fd several times (for different conditions,Tor Lillqvist2000-06-061-2/+2
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+8
* Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1999-01-161-0/+1027