summaryrefslogtreecommitdiff
path: root/lib/poll.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Avoid -Wcast-function-type warnings from casts after GetProcAddress.Bruno Haible2018-08-181-0/+4
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* poll: Fix confusion between SOCKETs and FDs on native Windows.Bruno Haible2017-05-111-0/+4
* poll: Fix link error on native Windows.Bruno Haible2017-05-111-0/+4
* Implement a way to opt out from MSVC support.Bruno Haible2017-05-101-1/+5
* poll: improve fast check for out-of-range NFDPaul Eggert2017-04-231-5/+4
* poll: Enable argument check also in the Windows implementation.Bruno Haible2017-04-231-1/+1
* poll: Enable argument check.Bruno Haible2017-04-221-1/+2
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* 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