summaryrefslogtreecommitdiff
path: root/glib/gpoll.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix signedness warnings in glib/gpoll.cEmmanuel Fleury2021-10-181-7/+7
* win32 gpoll: Fix wait for at least one thread to returnmajordaw2020-05-201-1/+1
* win32 gpoll: overcome the 64 handles limitIgnacio Casal Quinteiro2018-12-281-50/+218
* gpoll: rename timeout to timeout_ms for clarityIgnacio Casal Quinteiro2018-12-281-9/+9
* Remove NO_FD_SET and assume fd_set existsChristoph Reiter2018-05-311-14/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-4/+4
* glib/gpoll W32: trust WFMOE() return valueРуслан Ижбулатов2017-08-011-9/+10
* glib/gpoll W32: faster GPollFD lookupРуслан Ижбулатов2017-08-011-22/+21
* glib/gpoll W32: pass along GPollFD ptr for msgРуслан Ижбулатов2017-08-011-16/+14
* glib/gpoll W32: fold f->revents = 0 into for() loopРуслан Ижбулатов2017-08-011-23/+23
* glib/gpoll W32: use WFSOE() instead of SleepEx()Руслан Ижбулатов2017-08-011-4/+5
* glib/gpoll: Remove if conditionalAlistair Francis2017-08-011-3/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* W32: Do not ignore short waits in g_pollРуслан Ижбулатов2016-04-281-5/+2
* gmain: don't pass the same fd to g_poll() multiple timesDan Winship2014-10-291-24/+11
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* Docs: Big entity cleanupMatthias Clasen2014-02-011-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use POSIX-specified <poll.h> over <sys/poll.h>Ryan Lortie2013-12-221-2/+2
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-2/+2
* Remove alleged support for last-millennium UnixesDan Winship2013-11-201-6/+0
* Remove alleged support for BeOSDan Winship2013-11-201-4/+0
* Include giochannel.c for G_IO_IN, etc.Kristian Rietveld2010-09-131-0/+1
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-0/+4
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Bug 553820 - gpoll.c: undeclared identifierTor Lillqvist2008-09-251-11/+11
* #include <glib/gpoll.h>Michael Natterer2008-09-231-5/+5
* Move this out of gmain.c and make it part of the public API. (Part of BugDan Winship2008-09-231-0/+430