summaryrefslogtreecommitdiff
path: root/compat/poll/poll.c
Commit message (Expand)AuthorAgeFilesLines
* mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy2020-02-271-28/+3
* Merge branch 'js/mingw-use-utf8'Junio C Hamano2019-07-111-1/+1
|\
| * mingw: use Unicode functions explicitlyJohannes Schindelin2019-06-271-1/+1
* | poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin2019-06-131-1/+1
|/
* poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer2018-11-051-4/+8
* compat/poll: prepare for targeting Windows VistaJohannes Schindelin2018-10-041-3/+3
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* poll.c: always set revents, even if to zerorb/compat-poll-fixRandall S. Becker2017-09-291-0/+4
* mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-151-1/+1
* poll: honor the timeout on Win32et/win32-poll-timeoutEdward Thomson2015-09-141-2/+14
* compat/poll: sleep 1 millisecond to avoid busy waittl/relax-in-poll-emulationTheodore Leblond2014-04-291-1/+1
* Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian Schuberth2013-09-111-1/+1
* compat/poll/poll.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz2012-09-171-0/+4
* poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz2012-09-171-1/+1
* fix some win32 specific dependencies in poll.cJoachim Schmitz2012-09-171-2/+6
* make poll available for other platforms lacking itJoachim Schmitz2012-09-171-0/+606