summaryrefslogtreecommitdiff
path: root/compat/poll
AgeCommit message (Expand)Author
2020-02-27mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer
2018-10-04compat/poll: prepare for targeting Windows VistaJohannes Schindelin
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-09-29poll.c: always set revents, even if to zeroRandall S. Becker
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin
2015-09-14poll: honor the timeout on Win32Edward Thomson
2014-04-29compat/poll: sleep 1 millisecond to avoid busy waitTheodore Leblond
2013-09-11Windows: do not redefine _WIN32_WINNTSebastian Schuberth
2013-04-28compat/poll/poll.c: Fix a sparse warningRamsay Jones
2012-09-17make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz
2012-09-17poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz
2012-09-17fix some win32 specific dependencies in poll.cJoachim Schmitz
2012-09-17make poll available for other platforms lacking itJoachim Schmitz