summaryrefslogtreecommitdiffstats
path: root/lib/libevent/kqueue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed integer overflow with an excessively large amount of events.tobias2019-05-081-10/+15
* if there are no changes for kevent, pass in NULL instead.tedu2017-07-101-2/+2
* Remove NULL pointer checks before calls to free().nayden2016-09-031-5/+3
* revert change to call kevent immediately.tedu2015-12-251-6/+65
* change the kqueue backend to call kevent() as events are added insteadtedu2015-12-161-65/+6
* Fix whitespace errors in libevent.bluhm2014-10-301-15/+15
* After removing all the #ifdef, the wrappers in evutil are ratherbluhm2014-10-291-2/+2
* Remove workaround for Mac OS X kqueue bug.bluhm2014-10-291-22/+1
* Remove some #ifdef from libevent.bluhm2014-10-181-15/+4
* Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.bluhm2014-10-181-3/+1
* Remove #ifdef HAVE_.*_H, just include the header files.bluhm2014-10-171-8/+3
* Remove #ifdef HAVE_CONFIG_H, there is no config.h file.bluhm2014-10-161-4/+1
* use reallocarray() to detect multiplicative integer overflow; obviousderaadt2014-10-081-5/+5
* 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