Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert to using epoll_wait(). | Jeff Brown | 2010-10-07 | 1 | -4/+4 |
* | Switch Looper back to using poll() instead of epoll(). | Jeff Brown | 2010-10-07 | 1 | -3/+59 |
* | Looper: use pthread_once for TLS key initialization. | Jeff Brown | 2010-09-21 | 1 | -0/+1 |
* | Looper: Drop default parameters in favor of a safer overload. | Jeff Brown | 2010-09-16 | 1 | -6/+9 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 1 | -0/+210 |