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