about summary refs log tree commit diff
path: root/evloop/evloop.h
AgeCommit message (Collapse)Author
2009-02-17Fix possible crash with kqueue.Richard Nyberg
With kqueue, a fdev may be in two active kevents.
2009-01-29Make the timer code work on MacOS as well.Richard Nyberg
2009-01-29Rename timer* to evtimer*.Richard Nyberg
2009-01-11Add evloop, btpd's new event loop. This will replace libevent.Richard Nyberg