summaryrefslogtreecommitdiffstats
path: root/lib/libevent/kqueue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* r1.27 changed libevent to fire a read event when kqueue returned EBADFnicm2012-02-081-1/+2
* Handle a wider range of kqueue error return values for an event,nicm2012-01-301-21/+40
* Update to 1.4.14b.nicm2010-07-121-3/+7
* Update libevent to 1.4.13.nicm2010-04-211-68/+99
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-14/+20
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-8/+8
* typo in kqueue delete.brad2006-11-051-2/+2
* introduce a way to free the base.brad2006-03-301-2/+19
* do not remove kq inkernel flag before event_del gets to it;brad2005-12-201-4/+2
* zap trailing whitespaces, no binary changegrunk2005-07-021-4/+4
* update to libevent 1.1a; keep local changesbrad2005-06-181-1/+25
* update to libevent 1.0d; keep local changesbrad2005-05-041-1/+2
* update to libevent 1.0c; keep local changesbrad2005-04-221-34/+29
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-29/+34
* update to libevent 1.0c; keep local changesbrad2005-04-191-34/+29
* update to libevent 0.8; keep local changesbrad2004-04-281-21/+21
* support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertmarkus2004-01-051-1/+3
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-091-38/+35
* constify constant structures; niels okmickey2003-06-191-2/+2
* do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okderaadt2003-06-031-2/+2
* duplicate words and spelling fixes in commentsdavid2003-03-101-3/+3
* typo. from marius@umich.edu via provositojun2002-09-081-4/+4
* Make EV_PERSIST work on EV_READ and EV_WRITE events.art2002-07-101-3/+7
* rcsidsmickey2002-06-251-0/+2
* rename variable so that scoping is more obviousprovos2002-06-191-3/+3
* need string.hderaadt2002-06-181-0/+1
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+372