summaryrefslogtreecommitdiff
path: root/tests/test-poll.c
Commit message (Expand)AuthorAgeFilesLines
* poll tests: Avoid test failure on native Windows.Bruno Haible2023-04-251-1/+1
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* poll tests: Avoid test failure on AIX.Bruno Haible2020-12-311-1/+6
* poll tests: Avoid test failure on BSD and Solaris systems.Bruno Haible2020-12-311-2/+12
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* sys_socket: Make SO_REUSEPORT available across platforms.Bruno Haible2018-04-241-4/+0
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* poll: fixes for large fdsPaul Eggert2015-02-201-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* select, poll tests: Make setsockopt invocation effective.Ed Maste2012-10-021-3/+3
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* poll tests: Make test more robust.Chuanchang Jia2012-01-301-9/+16
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-4/+4
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* New module 'poll-h'.Bruno Haible2010-09-291-0/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* tests: add signature checksEric Blake2009-12-241-1/+5
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-2/+2
* Implicitly initialize the sockets library.Bruno Haible2009-08-031-4/+1
* Include <sys/ioctl.h>, for ioctl().Yoann Vandoorselaere2008-10-141-0/+1
* remove trailing spacesJim Meyering2008-10-011-3/+3
* add sockets wrappersPaolo Bonzini2008-09-231-1/+1
* downgrade minimum needed Winsock version for test-poll.cPaolo Bonzini2008-09-231-1/+1
* allow non-blocking connect to succeed, as it does on OpenBSDPaolo Bonzini2008-09-161-8/+4
* Change the test for native Windows.Bruno Haible2008-09-131-3/+7
* fix test-poll compilation failure on CygwinPaolo Bonzini2008-09-121-1/+1
* port poll tests to WindowsPaolo Bonzini2008-09-121-8/+11
* add a minimal testsuite for the poll modulePaolo Bonzini2008-09-121-0/+372