Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to libevent 1.1a; keep local changes | 2005-06-18 | 1 | -1/+25 | |
| | | | | ok grunk@ | ||||
* | update to libevent 1.0d; keep local changes | 2005-05-04 | 1 | -1/+2 | |
| | | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | ||||
* | update to libevent 1.0c; keep local changes | 2005-04-22 | 1 | -34/+29 | |
| | | | | | | | | | | no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@ | ||||
* | backout. not discussed, and very wrong. bad brad | 2005-04-19 | 1 | -29/+34 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-19 | 1 | -34/+29 | |
| | |||||
* | update to libevent 0.8; keep local changes | 2004-04-28 | 1 | -21/+21 | |
| | | | | ok markus@ | ||||
* | support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert | 2004-01-05 | 1 | -1/+3 | |
| | |||||
* | update to libevent-0.7a.tar.gz; keep local changes | 2003-07-09 | 1 | -38/+35 | |
| | |||||
* | constify constant structures; niels ok | 2003-06-19 | 1 | -2/+2 | |
| | |||||
* | do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok | 2003-06-03 | 1 | -2/+2 | |
| | |||||
* | duplicate words and spelling fixes in comments | 2003-03-10 | 1 | -3/+3 | |
| | | | | ok miod@ | ||||
* | typo. from marius@umich.edu via provos | 2002-09-08 | 1 | -4/+4 | |
| | |||||
* | Make EV_PERSIST work on EV_READ and EV_WRITE events. | 2002-07-10 | 1 | -3/+7 | |
| | | | | provos@ ok. | ||||
* | rcsids | 2002-06-25 | 1 | -0/+2 | |
| | |||||
* | rename variable so that scoping is more obvious | 2002-06-19 | 1 | -3/+3 | |
| | |||||
* | need string.h | 2002-06-18 | 1 | -0/+1 | |
| | |||||
* | import libevent an event notification abstraction on top of select or kqueue | 2002-06-15 | 1 | -0/+372 | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ |