| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-17 | Fix possible crash with kqueue. | Richard Nyberg | |
| With kqueue, a fdev may be in two active kevents. | |||
| 2009-02-09 | Run timeouts that will expire in less than one millisecond. | Richard Nyberg | |
| The timeouts for poll and epoll are given in milliseconds, which caused busy looping in the event loop for timeouts with less time remaining. | |||
| 2009-02-08 | evtimer_gettime was broken on MacOs. | Richard Nyberg | |
| 2009-01-29 | Make the timer code work on MacOS as well. | Richard Nyberg | |
| 2009-01-29 | Rename timer* to evtimer*. | Richard Nyberg | |
| 2009-01-11 | Update build scripts for recent btpd changes. Also use only one makefile. | Richard Nyberg | |
| 2009-01-11 | Add evloop, btpd's new event loop. This will replace libevent. | Richard Nyberg | |