summaryrefslogtreecommitdiffstats
path: root/lib/libevent/event.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backout revision 1.37. Setting ev->ev_pncalls to NULL results inbluhm2015-01-061-5/+2
* Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.bluhm2015-01-061-2/+5
* Fix whitespace errors in libevent.bluhm2014-10-301-11/+11
* After removing all the #ifdef, the wrappers in evutil are ratherbluhm2014-10-291-17/+16
* Remove #ifdef HAVE_backend and remove references to unimplementedbluhm2014-10-171-31/+1
* Remove some #ifdef HAVE_syscall.bluhm2014-10-171-5/+1
* Remove #ifdef HAVE_.*_H, just include the header files.bluhm2014-10-171-5/+2
* Remove #ifdef HAVE_CONFIG_H, there is no config.h file.bluhm2014-10-161-4/+1
* iRemove the #ifdef WIN32 implementation from libevent.bluhm2014-10-081-14/+1
* The libevent event_log() function called by event_msgx() adds a newbluhm2014-09-011-3/+2
* add helper functions to use asr with libevent.eric2014-04-031-1/+66
* (long long) and %lld for big time_tderaadt2013-04-171-4/+4
* Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spewpascal2012-08-281-2/+2
* Fix from upstream to make all backends reinit on event_reinit(). Thisnicm2010-08-301-2/+7
* Update to 1.4.14b.nicm2010-07-121-4/+26
* Clean up the awful _EVENT_* poo in the libevent headers, and don'tnicm2010-04-211-2/+2
* Update libevent to 1.4.13.nicm2010-04-211-165/+244
* change back to preferring kqueue, now that nicm, tedu and i havederaadt2009-11-121-4/+4
* stop using kqueue.deraadt2009-10-301-4/+4
* - Use a const pointer for bufferevent_write.brad2008-05-021-2/+2
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-62/+111
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-8/+20
* Avoid double recacl when loop_once is used.millert2007-02-131-8/+5
* Two libevent fixes from the SVN repo:millert2007-02-041-1/+3
* fix a potential memory leak in event_once().brad2006-11-051-2/+7
* introduce a way to free the base.brad2006-03-301-1/+29
* use clock_gettime if available.brad2006-03-281-8/+30
* zap trailing whitespaces, no binary changegrunk2005-07-021-4/+4
* update to libevent 1.0d; keep local changesbrad2005-05-041-2/+3
* update to libevent 1.0c; keep local changesbrad2005-04-221-114/+294
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-294/+114
* update to libevent 1.0c; keep local changesbrad2005-04-191-114/+294
* use "volatile sig_atomic_t" types instead of "int" for signal flags.reyk2005-04-131-4/+5
* update to libevent 0.8; keep local changesbrad2004-04-281-42/+136
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-091-7/+47
* constify constant structures; niels okmickey2003-06-191-5/+5
* rcsidsmickey2002-06-251-0/+2
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+496