Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | events_libevent now detects when the event currently being handled is | Wilmer van der Gaast | 2008-12-14 | -7/+21 |
| | | | | | | removed. This could otherwise cause unpredictable behaviour, especially for timers. | |||
* | printf() in daemons considered harmful. | Wilmer van der Gaast | 2007-11-29 | -5/+3 |
| | ||||
* | Fixed the epoll+ForkDaemon combination. The libevent event handling | Wilmer van der Gaast | 2007-11-28 | -8/+41 |
| | | | | | | didn't work very well on Linux 2.6 (and possibly others) in ForkDaemon mode. | |||
* | Fixed a broken call to set_get() (CRASH), shut up a compiler warning in | Wilmer van der Gaast | 2006-07-15 | -1/+1 |
| | | | | | events_glib and now using the right evaluator for acc->"auto_reconnect". | |||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -0/+247 |
protocols/, and adding RC4 code. |