Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-07 | this is libevent 1.0e | Brad Smith | |
2005-05-06 | fix comment, kqueue -> {poll,select} | Brad Smith | |
2005-05-04 | update to libevent 1.0d; keep local changes | Brad Smith | |
thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | |||
2005-04-22 | - no need for .Pp before .Sh | Jason McIntyre | |
- sometime -> sometimes | |||
2005-04-22 | remove whitespace | Brad Smith | |
2005-04-22 | update to libevent 1.0c; keep local changes | Brad Smith | |
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@ | |||
2005-04-22 | update to libevent 1.0c; keep local changes | Brad Smith | |
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@ | |||
2005-04-19 | backout. not discussed, and very wrong. bad brad | Theo de Raadt | |
2005-04-19 | update to libevent 1.0c; keep local changes | Brad Smith | |
2005-04-13 | use "volatile sig_atomic_t" types instead of "int" for signal flags. | Reyk Floeter | |
ok deraadt@ henning@ provos | |||
2005-02-02 | authorative->authoritative | Jolan Luff | |
2004-06-20 | remove timeout_*() again; ok brad@ | Markus Friedl | |
2004-05-02 | Do not define NOTE_EOF in CFLAGS. ok millert@ | Miod Vallat | |
2004-04-28 | various tweaks; | Jason McIntyre | |
2004-04-28 | update to libevent 0.8; keep local changes | Brad Smith | |
ok markus@ | |||
2004-01-05 | support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert | Markus Friedl | |
2003-10-01 | poll fixes from Niels; ok deraadt | Markus Friedl | |
2003-09-23 | add support for poll(2); ok deraadt | Markus Friedl | |
2003-07-10 | get rid of config.h; ok miod@, millert@, deraadt@ | Markus Friedl | |
2003-07-09 | update to libevent-0.7a.tar.gz; keep local changes | Markus Friedl | |
2003-06-20 | remove unused autoconf files | Markus Friedl | |
2003-06-20 | remove old files; libevent is maintained elsewhere | Markus Friedl | |
2003-06-19 | constify constant structures; niels ok | Michael Shalayeff | |
2003-06-03 | do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok | Theo de Raadt | |
2003-06-03 | license cleaning. | Artur Grabowski | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line | |||
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
2003-03-06 | no GNU allowed here | Theo de Raadt | |
2003-03-06 | remove garbage | Theo de Raadt | |
2003-02-20 | fix a variety of missing or wrong MLINKS | Theo de Raadt | |
2002-11-10 | SEE ALSO corrections. millert ok. | Federico G. Schwindt | |
2002-09-30 | grammar; ok deraadt@ | Jason Peel | |
2002-09-15 | Signal fixes from ericj@monkey.org via dugsong@monkey.org | Jun-ichiro itojun Hagino | |
via provos | |||
2002-09-08 | typo. from marius@umich.edu via provos | Jun-ichiro itojun Hagino | |
2002-07-21 | link evtimer_* now, not timeout_* since it was changed for man pages. | Eric Jackson | |
2002-07-12 | change timeout_ API to evtimer_ API; avoiding clashes with kernel include | Niels Provos | |
files. okay mickey@ | |||
2002-07-10 | Make EV_PERSIST work on EV_READ and EV_WRITE events. | Artur Grabowski | |
provos@ ok. | |||
2002-07-05 | add sys/time.h to SYNOPSIS; from bk@rt.fm | Niels Provos | |
2002-06-25 | undef the timeout_*(), this is still WRONG it does allow using both event.h ↵ | Michael Shalayeff | |
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 | rcsids | Michael Shalayeff | |
2002-06-25 | typos. Patch from bk@rt.fr | Mike Pechkin | |
millert@ ok | |||
2002-06-19 | rename variable so that scoping is more obvious | Niels Provos | |
2002-06-18 | need string.h | Theo de Raadt | |
2002-06-15 | build static and profiled. | Niels Provos | |
2002-06-15 | import libevent an event notification abstraction on top of select or kqueue | Niels Provos | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ |