summaryrefslogtreecommitdiff
path: root/poll.c
Commit message (Expand)AuthorAgeFilesLines
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-1/+2
* poll: requires reinit (otherwise it leaks signal handlers)Azat Khuzhin2020-07-051-1/+1
* Support EV_CLOSED on linux for poll(2)Azat Khuzhin2020-05-051-3/+20
* poll: Prevent libevent from spinning if POLLNVAL occursTim Hentenaar2016-11-041-1/+1
* Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+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
* Clean up lingering _identifiers.Nick Mathewson2012-02-291-6/+6
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-5/+5
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-4/+4
* 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
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/
* 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
* Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-311-3/+8
* 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-4/+4
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-271-2/+2
* Fix compilation with threading disabled.Nick Mathewson2009-11-181-0/+4
* 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
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-7/+6
* Add locking to event_base_loop.Nick Mathewson2009-10-211-5/+42
* Activate fd events in a pseudorandom order on older backends.Nick Mathewson2009-05-271-4/+8
* 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-2/+2
* Move per-fd info from eventops into evmap. Not done for win32.c yet.Nick Mathewson2009-01-141-36/+21
* 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-97/+31
* 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-10/+10
* 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-13/+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-10/+10
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* make clock_monotonic work; do not use default timeout;Niels Provos2007-07-301-3/+6
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-10/+10
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* signal fixes from scott lambNiels Provos2007-02-281-13/+4