summaryrefslogtreecommitdiff
path: root/select.c
Commit message (Expand)AuthorAgeFilesLines
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-1/+2
* select: requires reinit (otherwise it leaks signal handlers)Azat Khuzhin2020-07-051-1/+1
* Tweak the new evutil_weakrand_() codeNick Mathewson2012-04-091-0/+2
* Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-091-1/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-3/+3
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-5/+5
* Merge branch 'ifdef' of git://github.com/rosslagerwall/libeventNick Mathewson2012-02-101-0/+4
|\
| * Put #ifdef around some files to support alternate build systems.Ross Lagerwall2012-02-081-0/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/ |/|
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Use "unlimited select" on OSX so that we can have more than FD_SETSIZE fdsNick Mathewson2011-07-051-0/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-051-9/+13
|\ \ | |/
| * Fix select.c compilation on systems with no NFDBITSNick Mathewson2011-07-051-9/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-301-3/+3
|\ \ | |/
| * Fix a fencepost bug in the select backendNick Mathewson2011-05-301-3/+3
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-121-9/+27
|\ \ | |/
| * Correctly free selectop fields when select_resize fails in select_initNick Mathewson2011-01-121-7/+11
| * Handle resize failures in the select backend better.Nick Mathewson2011-01-071-5/+14
| * Detect and handle more allocation failures.Jardel Weyrich2011-01-071-2/+7
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/
* 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