summaryrefslogtreecommitdiff
path: root/select.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-3/+6
* Remove the now-useless evsig_caught and evsig_processNick Mathewson2010-09-151-3/+0
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Remove some dead assignmentsNick Mathewson2010-05-181-5/+0
* more whitespace normalizationNick Mathewson2010-03-051-3/+3
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-1/+1
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-271-2/+2
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Remove compat/sys/_time.hNick Mathewson2009-11-031-2/+0
* Actually use the logic in select.c designed to make the out_sets threadsafe.Nick Mathewson2009-10-291-8/+1
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-3/+2
* Add locking to event_base_loop.Nick Mathewson2009-10-211-5/+27
* Forward-port: fix android compilationNick Mathewson2009-09-231-0/+7
* Activate fd events in a pseudorandom order on older backends.Nick Mathewson2009-05-271-2/+5
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-3/+3
* Move per-fd info from eventops into evmap. Not done for win32.c yet.Nick Mathewson2009-01-141-4/+7
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-3/+3
* deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...Niels Provos2008-12-231-5/+5
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-92/+35
* Add new functions to access backends by their features and to query the featu...Nick Mathewson2008-05-311-1/+2
* simplify handling of environment variables for disabling backends;Niels Provos2008-05-291-4/+0
* r15316@tombo: nickm | 2008-04-24 20:58:36 -0400Nick Mathewson2008-04-251-14/+14
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-1/+2
* make event methods static so that they are not exported; from Andrei NigmatulinNiels Provos2008-03-291-10/+10
* remove obsoleted recalc codeNiels Provos2007-12-091-17/+0
* move EV_PERSIST handling out of the event backendsNiels Provos2007-11-271-4/+0
* 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