summaryrefslogtreecommitdiff
path: root/compat/poll
AgeCommit message (Expand)AuthorFilesLines
2020-02-27mingw: workaround for hangs when sending STDINLibravatar Alexandr Miloslavskiy1-28/+3
2019-07-11Merge branch 'js/mingw-use-utf8'Libravatar Junio C Hamano1-1/+1
2019-06-27mingw: use Unicode functions explicitlyLibravatar Johannes Schindelin1-1/+1
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Libravatar Johannes Schindelin1-1/+1
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesLibravatar Steve Hoelzer1-4/+8
2018-10-04compat/poll: prepare for targeting Windows VistaLibravatar Johannes Schindelin2-3/+18
2017-11-09Replace Free Software Foundation address in license noticesLibravatar Todd Zullinger2-4/+2
2017-09-29poll.c: always set revents, even if to zeroLibravatar Randall S. Becker1-0/+4
2016-01-15mingw: avoid warnings when casting HANDLEs to intLibravatar Johannes Schindelin1-1/+1
2015-09-14poll: honor the timeout on Win32Libravatar Edward Thomson1-2/+14
2014-04-29compat/poll: sleep 1 millisecond to avoid busy waitLibravatar Theodore Leblond1-1/+1
2013-09-11Windows: do not redefine _WIN32_WINNTLibravatar Sebastian Schuberth1-1/+1
2013-04-28compat/poll/poll.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2012-09-17make poll() work on platforms that can't recv() on a non-socketLibravatar Joachim Schmitz1-0/+4
2012-09-17poll() exits too early with EFAULT if 1st arg is NULLLibravatar Joachim Schmitz1-1/+1
2012-09-17fix some win32 specific dependencies in poll.cLibravatar Joachim Schmitz1-2/+6
2012-09-17make poll available for other platforms lacking itLibravatar Joachim Schmitz2-0/+659