summaryrefslogtreecommitdiff
path: root/lib/poll.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-301-0/+12
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* poll: Fix type of timeout pointer passed to select() on mingw x86_64.Hannes Müller2019-07-021-0/+4
* poll: Add comment.Bruno Haible2019-06-301-0/+7
* 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