summaryrefslogtreecommitdiff
path: root/glib/giowin32.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix non-initialized variable in glib/giowin32.cLoic Le Page2022-02-181-4/+4
* giowin32: use gint64 and _lseeki64Ignacio Casal Quinteiro2022-01-201-12/+2
* Fix missing initializer warning in glib/giowin32.cEmmanuel Fleury2021-10-131-1/+3
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-1/+1
* glib: Use g_getenv everywhere instead of getenvNirbheek Chauhan2020-07-231-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* docs: Rewrap line to avoid it being interpreted as a listPhilip Withnall2017-10-051-2/+2
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-16/+26
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* giochannel: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-26/+18
* Use g_abort() instead of abort() where possibleРуслан Ижбулатов2016-04-271-7/+7
* win32: make sure bytes_read/written is set to 0 on errorIgnacio Casal Quinteiro2015-10-231-2/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* win32: misc warning fixesDan Winship2012-11-151-1/+2
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-3/+6
* Fix spelling of G_IO_FLAG_IS_WRITEABLEDavid Schleef2011-09-081-2/+2
* Annotate all custom GIO GSource using g_source_set_nameColin Walters2010-07-101-0/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Internally use the _stati64 API explicitly on WindowsTor Lillqvist2010-02-041-14/+10
* GIOChannel: move docs from tmpl to .cRyan Lortie2010-02-011-0/+52
* Don't call WSAEventSelect() on -1Tor Lillqvist2009-11-051-1/+2
* Define fstat() for msvc buildHans Breuer2009-05-301-0/+4
* Move this out of gmain.c and make it part of the public API. (Part of BugDan Winship2008-09-231-5/+1
* Stylistic changes. Plug an unlikely memory leak that occurred inTor Lillqvist2008-08-271-46/+97
* Drop #if 0 code.Tor Lillqvist2008-08-211-3/+1
* Don't bother compiling the binary compatibilityTor Lillqvist2008-08-211-0/+4
* Improve run-time warning messages. Drop some #if 0 code.Tor Lillqvist2008-08-211-12/+7
* Minor comment improvements.Tor Lillqvist2008-08-211-14/+20
* Bug 500246 - Bug fixes for giowin32Tor Lillqvist2008-08-201-3/+9
* Bug 324234 - Using g_io_add_watch_full() to wait for connect() to returnTor Lillqvist2008-08-191-3/+51
* glib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize castsTor Lillqvist2008-08-041-8/+8
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-42/+46
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-1/+1
* Patch from Yu Kuan that makes watched sockets behave much better. SeeTor Lillqvist2008-07-201-0/+7
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-34/+34
* g_win32_error_message() works fine for the Winsock WSA* error codes, too,Tor Lillqvist2008-06-111-128/+33
* Make debugging printout more compact and add more information to it. NoTor Lillqvist2008-05-171-38/+80
* When WSAEnumNetworkEvents() signals FD_CONNECT that means that theTor Lillqvist2007-07-061-7/+25
* Handle GIOChannels for file descriptors connected to the consoleTor Lillqvist2007-01-071-35/+135
* Implement setting/clearing G_IO_FLAG_NONBLOCK for channels attached toTor Lillqvist2006-05-121-8/+49
* Implement watches for GIOChannels for write file descriptors on Win32Marcus Brinkmann2006-03-111-9/+229
* Don't call g_warning(). (#320688) Instead set error and return failure.Tor Lillqvist2005-11-081-2/+4
* Totally rewritten socket channel implementation. See discussion in bugTor Lillqvist2005-07-081-425/+454
* Always claim file descriptors open to devices are readable, since we can'tTor Lillqvist2005-03-301-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* Include winsock2.h before windows.h, to avoid compilation errors withTor Lillqvist2005-02-111-1/+1
* configure.in (G_LIBS_EXTRA) I think we can include <winsock2.h> and linkTor Lillqvist2005-02-051-1/+1
* Fix a write to freed memory: Unlock the channel's mutex before unrefingTor Lillqvist2004-12-061-1/+1
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-1/+28