summaryrefslogtreecommitdiff
path: root/lib/poll.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* poll: port to MSVC v18 on MS-Windows 8.1Paul Eggert2015-02-241-2/+3
* poll: fixes for large fdsPaul Eggert2015-02-201-42/+21
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* assure: new modulePaul Eggert2014-12-201-2/+3
* select,poll: fix console handle check on windows 8Pádraig Brady2014-06-111-3/+5
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* poll: fix poll(0, NULL, msec)Joachim Schmitz2012-09-131-1/+1
* poll: fix for systems that can't recv() on a non-socketJoachim Schmitz2012-09-131-0/+4
* poll/select: prevent busy-waitingPaolo Bonzini2012-05-221-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* select, poll, isatty: Avoid warnings on x86_64 mingw64.Marc-André Lureau2012-01-281-1/+1
* Spell out "Windows 9x" and "Windows XP".Paul Eggert2012-01-041-5/+6
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-10/+10
* isatty: Support for MSVC 9.Bruno Haible2012-01-031-0/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.Bruno Haible2011-09-231-0/+1
* poll: do not return 0 on timeout=-1Erik Faye-Lund2011-07-061-0/+7
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* poll: Assume ANSI C.Bruno Haible2010-09-291-4/+1
* New module 'poll-h'.Bruno Haible2010-09-291-1/+4
* poll: return immediately on POLLHUP.Erik Faye-Lund2010-08-261-1/+1
* poll, select: handle ERROR_BROKEN_PIPE.Paolo Bonzini2010-08-231-0/+2
* Minor formatting changes.Bruno Haible2010-03-251-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-115/+115
* Fix polling for writeability of a screen buffer.Paolo Bonzini2009-08-201-31/+60
* poll: suppress a warningJim Meyering2009-01-161-0/+5
* poll: remove declarations of unused variablesDaniel P. Berrange2009-01-161-2/+0
* poll: filter through cppiJim Meyering2009-01-071-25/+25
* poll: don't return uninitializedDaniel P. Berrange2009-01-071-2/+2
* remove trailing spacesJim Meyering2008-10-011-1/+1
* implement a native version of poll for Win32Paolo Bonzini2008-09-231-52/+393
* poll: fix polling unconnected server sockets on WIN32Yoann Vandoorselaere2008-09-111-0/+6
* Revert "poll-win32"Paolo Bonzini2008-08-291-350/+40
* poll-win32Paolo Bonzini2008-08-191-40/+350
* Further micro-optimization.Bruno Haible2008-08-071-2/+6
* microoptimization of lib/poll.cPaolo Bonzini2008-08-061-10/+20
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-4/+0
* Prefer <config.h> over "config.h". See autoconf doc for explanation.Jim Meyering2008-01-251-3/+3
* Fix compilation error on BeOS.Bruno Haible2007-03-231-0/+5
* 2007-01-22 Yoann Vandoorselaere <yoann.v@prelude-ids.com>Paolo Bonzini2007-01-221-0/+5
* * lib/poll.c: Include sys/time.h and time.h unconditionally,Paul Eggert2007-01-201-17/+9
* 2007-01-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-031-58/+53
* 2006-09-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-09-281-11/+40
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Switch from LGPL to GPL.Paul Eggert2003-07-141-12/+10
* New module poll, from Paolo Bonzini <bonzini@gnu.org>.Bruno Haible2003-02-201-0/+182