Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip the epoll test if epoll() does not work | Neal Norwitz | 2008-03-23 | 1 | -0/+6 |
| | |||||
* | Applied patch #1657 epoll and kqueue wrappers for the select module | Christian Heimes | 2008-03-21 | 1 | -0/+189 |
The patch adds wrappers for the Linux epoll syscalls and the BSD kqueue syscalls. Thanks to Thomas Herve and the Twisted people for their support and help. TODO: Finish documentation documentation |