Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-21 | Clean up the awful _EVENT_* poo in the libevent headers, and don't | Nicholas Marriott | |
install event-config.h. Pointed out by deraadt. | |||
2010-04-21 | Update libevent to 1.4.13. | Nicholas Marriott | |
This is the core library only, the DNS parts are removed and it does not include the other extra bits (HTTP, DNS, and RPC), a separate port for these will appear in due course. Thanks to jsg, sthen, alek, gilles, jacekm, bernd and any others I've forgotten for testing/comments. Note that /usr/include/evdns.h should be removed after updating. ok deraadt | |||
2008-05-02 | Update to libevent 1.3e while retaining our local changes. | Brad Smith | |
"No objection" millert@ "the diff looks and works fine" reyk@ | |||
2007-03-19 | Update to libevent-1.3b while retaining our local changes. beck@ OK | Todd C. Miller | |
2006-03-30 | introduce a way to free the base. | Brad Smith | |
From libevent CVS | |||
2005-06-18 | update to libevent 1.1a; keep local changes | Brad Smith | |
ok grunk@ | |||
2005-05-06 | fix comment, kqueue -> {poll,select} | 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-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 | |
2004-04-28 | update to libevent 0.8; keep local changes | Brad Smith | |
ok markus@ | |||
2003-07-09 | update to libevent-0.7a.tar.gz; keep local changes | Markus Friedl | |
2003-06-19 | constify constant structures; niels ok | Michael Shalayeff | |
2002-09-15 | Signal fixes from ericj@monkey.org via dugsong@monkey.org | Jun-ichiro itojun Hagino | |
via provos | |||
2002-06-25 | rcsids | Michael Shalayeff | |
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@ |