Age | Commit message (Expand) | Author |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2019-05-01 | Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVAL | Jeremie Courreges-Anglas |
2019-05-01 | Require clock_gettime(CLOCK_MONOTONIC) and remove fallback code | Jeremie Courreges-Anglas |
2019-04-29 | Switched min_heap to size_t to prevent integer overflows. | Tobias Stoeckmann |
2015-01-06 | Backout revision 1.37. Setting ev->ev_pncalls to NULL results in | Alexander Bluhm |
2015-01-06 | Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream. | Alexander Bluhm |
2014-10-30 | Fix whitespace errors in libevent. | Alexander Bluhm |
2014-10-29 | After removing all the #ifdef, the wrappers in evutil are rather | Alexander Bluhm |
2014-10-17 | Remove #ifdef HAVE_backend and remove references to unimplemented | Alexander Bluhm |
2014-10-17 | Remove some #ifdef HAVE_syscall. | Alexander Bluhm |
2014-10-17 | Remove #ifdef HAVE_.*_H, just include the header files. | Alexander Bluhm |
2014-10-16 | Remove #ifdef HAVE_CONFIG_H, there is no config.h file. | Alexander Bluhm |
2014-10-08 | iRemove the #ifdef WIN32 implementation from libevent. | Alexander Bluhm |
2014-09-01 | The libevent event_log() function called by event_msgx() adds a new | Alexander Bluhm |
2014-04-03 | add helper functions to use asr with libevent. | Eric Faurot |
2013-04-17 | (long long) and %lld for big time_t | Theo de Raadt |
2012-08-28 | Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew | Pascal Stumpf |
2010-08-30 | Fix from upstream to make all backends reinit on event_reinit(). This | Nicholas Marriott |
2010-07-12 | Update to 1.4.14b. | Nicholas Marriott |
2010-04-21 | Clean up the awful _EVENT_* poo in the libevent headers, and don't | Nicholas Marriott |
2010-04-21 | Update libevent to 1.4.13. | Nicholas Marriott |
2009-11-12 | change back to preferring kqueue, now that nicm, tedu and i have | Theo de Raadt |
2009-10-30 | stop using kqueue. | Theo de Raadt |
2008-05-02 | - Use a const pointer for bufferevent_write. | Brad Smith |
2008-05-02 | Update to libevent 1.3e while retaining our local changes. | Brad Smith |
2007-03-19 | Update to libevent-1.3b while retaining our local changes. beck@ OK | Todd C. Miller |
2007-02-13 | Avoid double recacl when loop_once is used. | Todd C. Miller |
2007-02-04 | Two libevent fixes from the SVN repo: | Todd C. Miller |
2006-11-05 | fix a potential memory leak in event_once(). | Brad Smith |
2006-03-30 | introduce a way to free the base. | Brad Smith |
2006-03-28 | use clock_gettime if available. | Brad Smith |
2005-07-02 | zap trailing whitespaces, no binary change | Alexander von Gernler |
2005-05-04 | update to libevent 1.0d; keep local changes | Brad Smith |
2005-04-22 | update to libevent 1.0c; keep local changes | Brad Smith |
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 |
2004-04-28 | update to libevent 0.8; keep local changes | Brad Smith |
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-06-25 | rcsids | Michael Shalayeff |
2002-06-15 | import libevent an event notification abstraction on top of select or kqueue | Niels Provos |