about summary refs log tree commit diff
path: root/evloop
AgeCommit message (Collapse)Author
2009-02-17Fix possible crash with kqueue.Richard Nyberg
With kqueue, a fdev may be in two active kevents.
2009-02-09Run 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-08evtimer_gettime was broken on MacOs.Richard Nyberg
2009-01-29Make the timer code work on MacOS as well.Richard Nyberg
2009-01-29Rename timer* to evtimer*.Richard Nyberg
2009-01-11Update build scripts for recent btpd changes. Also use only one makefile.Richard Nyberg
2009-01-11Add evloop, btpd's new event loop. This will replace libevent.Richard Nyberg