Richard Nyberg
|
c94ed423cf
|
Fix possible crash with kqueue.
With kqueue, a fdev may be in two active kevents.
|
před 16 roky |
Richard Nyberg
|
4539bc6fae
|
Run timeouts that will expire in less than one millisecond.
The timeouts for poll and epoll are given in milliseconds,
which caused busy looping in the event loop for timeouts
with less time remaining.
|
před 16 roky |
Richard Nyberg
|
9f4d2b0662
|
evtimer_gettime was broken on MacOs.
|
před 16 roky |
Richard Nyberg
|
ef401997d3
|
Make the timer code work on MacOS as well.
|
před 16 roky |
Richard Nyberg
|
c6f129faf7
|
Rename timer* to evtimer*.
|
před 16 roky |
Richard Nyberg
|
50a313570f
|
Update build scripts for recent btpd changes. Also use only one makefile.
|
před 16 roky |
Richard Nyberg
|
59905999ce
|
Add evloop, btpd's new event loop. This will replace libevent.
|
před 16 roky |