Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 2 | -4/+2 |
2017-09-29 | poll.c: always set revents, even if to zero | Randall S. Becker | 1 | -0/+4 |
2016-01-15 | mingw: avoid warnings when casting HANDLEs to int | Johannes Schindelin | 1 | -1/+1 |
2015-09-14 | poll: honor the timeout on Win32 | Edward Thomson | 1 | -2/+14 |
2014-04-29 | compat/poll: sleep 1 millisecond to avoid busy wait | Theodore Leblond | 1 | -1/+1 |
2013-09-11 | Windows: do not redefine _WIN32_WINNT | Sebastian Schuberth | 1 | -1/+1 |
2013-04-28 | compat/poll/poll.c: Fix a sparse warning | Ramsay Jones | 1 | -1/+1 |
2012-09-17 | make poll() work on platforms that can't recv() on a non-socket | Joachim Schmitz | 1 | -0/+4 |
2012-09-17 | poll() exits too early with EFAULT if 1st arg is NULL | Joachim Schmitz | 1 | -1/+1 |
2012-09-17 | fix some win32 specific dependencies in poll.c | Joachim Schmitz | 1 | -2/+6 |
2012-09-17 | make poll available for other platforms lacking it | Joachim Schmitz | 2 | -0/+659 |