Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to libevent 1.1a; keep local changes | 2005-06-18 | 6 | -166/+371 | |
| | | | | ok grunk@ | ||||
* | this is libevent 1.0e | 2005-05-07 | 1 | -2/+2 | |
| | |||||
* | fix comment, kqueue -> {poll,select} | 2005-05-06 | 2 | -4/+4 | |
| | |||||
* | update to libevent 1.0d; keep local changes | 2005-05-04 | 8 | -43/+160 | |
| | | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | ||||
* | - no need for .Pp before .Sh | 2005-04-22 | 1 | -5/+2 | |
| | | | | - sometime -> sometimes | ||||
* | remove whitespace | 2005-04-22 | 1 | -13/+13 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-22 | 14 | -365/+1062 | |
| | | | | | | | | | | 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 | 14 | -1062/+365 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-19 | 14 | -365/+1062 | |
| | |||||
* | use "volatile sig_atomic_t" types instead of "int" for signal flags. | 2005-04-13 | 2 | -6/+7 | |
| | | | | ok deraadt@ henning@ provos | ||||
* | authorative->authoritative | 2005-02-02 | 1 | -2/+2 | |
| | |||||
* | remove timeout_*() again; ok brad@ | 2004-06-20 | 1 | -7/+1 | |
| | |||||
* | Do not define NOTE_EOF in CFLAGS. ok millert@ | 2004-05-02 | 1 | -3/+2 | |
| | |||||
* | various tweaks; | 2004-04-28 | 1 | -19/+15 | |
| | |||||
* | update to libevent 0.8; keep local changes | 2004-04-28 | 11 | -119/+1019 | |
| | | | | ok markus@ | ||||
* | support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert | 2004-01-05 | 1 | -1/+3 | |
| | |||||
* | poll fixes from Niels; ok deraadt | 2003-10-01 | 1 | -4/+7 | |
| | |||||
* | add support for poll(2); ok deraadt | 2003-09-23 | 3 | -6/+250 | |
| | |||||
* | get rid of config.h; ok miod@, millert@, deraadt@ | 2003-07-10 | 3 | -86/+10 | |
| | |||||
* | update to libevent-0.7a.tar.gz; keep local changes | 2003-07-09 | 7 | -141/+324 | |
| | |||||
* | remove unused autoconf files | 2003-06-20 | 10 | -3326/+0 | |
| | |||||
* | remove old files; libevent is maintained elsewhere | 2003-06-20 | 13 | -2157/+0 | |
| | |||||
* | constify constant structures; niels ok | 2003-06-19 | 3 | -9/+9 | |
| | |||||
* | do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok | 2003-06-03 | 1 | -2/+2 | |
| | |||||
* | license cleaning. | 2003-06-03 | 1 | -5/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 4 | -23/+7 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - typos | 2003-05-23 | 1 | -16/+16 | |
| | | | | | - whitespace at EOL - new sentence, new line | ||||
* | duplicate words and spelling fixes in comments | 2003-03-10 | 7 | -21/+21 | |
| | | | | ok miod@ | ||||
* | no GNU allowed here | 2003-03-06 | 1 | -198/+0 | |
| | |||||
* | remove garbage | 2003-03-06 | 3 | -0/+0 | |
| | |||||
* | fix a variety of missing or wrong MLINKS | 2003-02-20 | 1 | -2/+2 | |
| | |||||
* | SEE ALSO corrections. millert ok. | 2002-11-10 | 1 | -3/+3 | |
| | |||||
* | grammar; ok deraadt@ | 2002-09-30 | 1 | -4/+4 | |
| | |||||
* | Signal fixes from ericj@monkey.org via dugsong@monkey.org | 2002-09-15 | 1 | -2/+6 | |
| | | | | via provos | ||||
* | typo. from marius@umich.edu via provos | 2002-09-08 | 1 | -4/+4 | |
| | |||||
* | link evtimer_* now, not timeout_* since it was changed for man pages. | 2002-07-21 | 1 | -3/+3 | |
| | |||||
* | change timeout_ API to evtimer_ API; avoiding clashes with kernel include | 2002-07-12 | 2 | -27/+22 | |
| | | | | files. okay mickey@ | ||||
* | Make EV_PERSIST work on EV_READ and EV_WRITE events. | 2002-07-10 | 1 | -3/+7 | |
| | | | | provos@ ok. | ||||
* | add sys/time.h to SYNOPSIS; from bk@rt.fm | 2002-07-05 | 1 | -1/+2 | |
| | |||||
* | undef the timeout_*(), this is still WRONG it does allow using both event.h and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api here | 2002-06-25 | 1 | -1/+6 | |
| | |||||
* | rcsids | 2002-06-25 | 12 | -0/+24 | |
| | |||||
* | typos. Patch from bk@rt.fr | 2002-06-25 | 1 | -10/+10 | |
| | | | | millert@ ok | ||||
* | rename variable so that scoping is more obvious | 2002-06-19 | 1 | -3/+3 | |
| | |||||
* | need string.h | 2002-06-18 | 1 | -0/+1 | |
| | |||||
* | build static and profiled. | 2002-06-15 | 1 | -0/+21 | |
| | |||||
* | import libevent an event notification abstraction on top of select or kqueue | 2002-06-15 | 34 | -0/+7501 | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ |