summaryrefslogtreecommitdiffstats
path: root/lib/libevent/event.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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