aboutsummaryrefslogtreecommitdiffstats
path: root/compat/poll
AgeCommit message (Expand)AuthorFilesLines
2020-02-27mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy1-28/+3
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano1-1/+1
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin1-1/+1
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin1-1/+1
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer1-4/+8
2018-10-04compat/poll: prepare for targeting Windows VistaJohannes Schindelin2-3/+18
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger2-4/+2
2017-09-29poll.c: always set revents, even if to zeroRandall S. Becker1-0/+4
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin1-1/+1
2015-09-14poll: honor the timeout on Win32Edward Thomson1-2/+14
2014-04-29compat/poll: sleep 1 millisecond to avoid busy waitTheodore Leblond1-1/+1
2013-09-11Windows: do not redefine _WIN32_WINNTSebastian Schuberth1-1/+1
2013-04-28compat/poll/poll.c: Fix a sparse warningRamsay Jones1-1/+1
2012-09-17make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz1-0/+4
2012-09-17poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz1-1/+1
2012-09-17fix some win32 specific dependencies in poll.cJoachim Schmitz1-2/+6
2012-09-17make poll available for other platforms lacking itJoachim Schmitz2-0/+659