summaryrefslogtreecommitdiffstats
path: root/lib/libevent/select.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-2/+2
|
* introduce a way to free the base.brad2006-03-301-2/+26
| | | | From libevent CVS
* update to libevent 1.1a; keep local changesbrad2005-06-181-70/+179
| | | | ok grunk@
* fix comment, kqueue -> {poll,select}brad2005-05-061-2/+2
|
* update to libevent 1.0c; keep local changesbrad2005-04-221-26/+24
| | | | | | | | | | no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-24/+26
|
* update to libevent 1.0c; keep local changesbrad2005-04-191-26/+24
|
* update to libevent 0.8; keep local changesbrad2004-04-281-5/+2
| | | | ok markus@
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-091-91/+24
|
* constify constant structures; niels okmickey2003-06-191-2/+2
|
* Signal fixes from ericj@monkey.org via dugsong@monkey.orgitojun2002-09-151-2/+6
| | | | via provos
* rcsidsmickey2002-06-251-0/+2
|
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+309
supporting timeout and signal callsbacks, too. okay deraadt@ millert@