summaryrefslogtreecommitdiff
path: root/select.c
Commit message (Expand)AuthorAgeFilesLines
...
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-1/+2
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-14/+14
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* check for sys/select.hNiels Provos2007-07-311-0/+3
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-11/+11
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* signal fixes from scott lambNiels Provos2007-02-281-11/+5
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>Niels Provos2006-03-281-1/+25
* some nit-picking from poul-henning kampNiels Provos2006-03-281-1/+1
* some fixes from openbsd via bradNiels Provos2006-03-281-1/+1
* performance improvements of select handler by Nick Mathewson; I addedNiels Provos2005-05-111-69/+178
* make it compile on solarisNiels Provos2005-04-041-1/+0
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-11/+5
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-4/+7
* make libevent thread-safe; first cutNiels Provos2004-11-251-9/+9
* fix a bug for persistent events when using select()Niels Provos2004-07-131-0/+2
* minor corrections; change license to 3-clause BSD licenseNiels Provos2003-10-041-4/+1
* constify; some windows stuff by mike davis; fix a poll bugNiels Provos2003-09-251-1/+1
* fix signal usageNiels Provos2003-03-081-8/+2
* fix signal usageNiels Provos2003-03-071-5/+3
* replace references to __FUNCTION__ with __func__Niels Provos2003-03-011-2/+1
* ifdef config.hNiels Provos2003-03-011-0/+2
* support disabling of event mechanisms via the environment; error outNiels Provos2003-03-011-0/+4
* support poll(2) and split out the signal handlingNiels Provos2003-02-281-85/+17
* portability fixes from marius@umich.edu.Niels Provos2002-10-071-0/+4
* signal fixes from ericj@monkey.org via dugsong@monkey.orgNiels Provos2002-09-151-1/+5
* sync with openbsd; API change: timeout_ is now evtimer_Niels Provos2002-07-261-0/+2
* signal fix from dugsong@monkey.orgNiels Provos2002-05-201-3/+2
* deal correctly with deleting an event, now that we allow multiple callbacksNiels Provos2002-04-101-0/+2
* signal support for kqueue; support of EV_PERSIST flag to event_setNiels Provos2002-04-101-5/+11
* initial support for signals (only for select now) based on code fromNiels Provos2002-04-101-4/+93
* Initial revisionNiels Provos2002-04-091-0/+213