summaryrefslogtreecommitdiff
path: root/lib/libevent/event.c
AgeCommit message (Expand)Author
2019-04-29Switched min_heap to size_t to prevent integer overflows.Tobias Stoeckmann
2015-01-06Backout revision 1.37. Setting ev->ev_pncalls to NULL results inAlexander Bluhm
2015-01-06Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.Alexander Bluhm
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
2014-10-17Remove #ifdef HAVE_backend and remove references to unimplementedAlexander Bluhm
2014-10-17Remove some #ifdef HAVE_syscall.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-08iRemove the #ifdef WIN32 implementation from libevent.Alexander Bluhm
2014-09-01The libevent event_log() function called by event_msgx() adds a newAlexander Bluhm
2014-04-03add helper functions to use asr with libevent.Eric Faurot
2013-04-17(long long) and %lld for big time_tTheo de Raadt
2012-08-28Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spewPascal Stumpf
2010-08-30Fix from upstream to make all backends reinit on event_reinit(). ThisNicholas Marriott
2010-07-12Update to 1.4.14b.Nicholas Marriott
2010-04-21Clean up the awful _EVENT_* poo in the libevent headers, and don'tNicholas Marriott
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2009-11-12change back to preferring kqueue, now that nicm, tedu and i haveTheo de Raadt
2009-10-30stop using kqueue.Theo de Raadt
2008-05-02- Use a const pointer for bufferevent_write.Brad Smith
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2007-02-13Avoid double recacl when loop_once is used.Todd C. Miller
2007-02-04Two libevent fixes from the SVN repo:Todd C. Miller
2006-11-05fix a potential memory leak in event_once().Brad Smith
2006-03-30introduce a way to free the base.Brad Smith
2006-03-28use clock_gettime if available.Brad Smith
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2005-04-13use "volatile sig_atomic_t" types instead of "int" for signal flags.Reyk Floeter
2004-04-28update to libevent 0.8; keep local changesBrad Smith
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-06-19constify constant structures; niels okMichael Shalayeff
2002-06-25rcsidsMichael Shalayeff
2002-06-15import libevent an event notification abstraction on top of select or kqueueNiels Provos