summaryrefslogtreecommitdiff
path: root/epoll.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* 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-146/+49
* constify structs; from Andrei NigmatulinNiels Provos2008-12-131-1/+1
* Add new functions to access backends by their features and to query the featu...Nick Mathewson2008-05-311-1/+2
* Patch from Valery Kholodkov: support for edge-triggered events with epoll and...Nick Mathewson2008-05-301-2/+4
* 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
* r15219@tombo: nickm | 2008-04-17 15:12:17 -0400Nick Mathewson2008-04-171-1/+2
* r19309@catbus: nickm | 2008-04-11 16:02:07 -0400Nick Mathewson2008-04-111-0/+14
* r19305@catbus: nickm | 2008-04-10 15:34:10 -0400Nick Mathewson2008-04-101-1/+2
* make event methods static so that they are not exported; from Andrei NigmatulinNiels Provos2008-03-291-10/+10
* r17185@catbus: nickm | 2007-12-16 14:33:40 -0500Nick Mathewson2007-12-161-1/+1
* remove obsoleted recalc codeNiels Provos2007-12-091-2/+0
* move EV_PERSIST handling out of the event backendsNiels Provos2007-11-271-6/+0
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-10/+10
* provide event_reinit() to reinitialized an event_base after fork - necessary ...Niels Provos2007-11-251-1/+2
* revert r505; it introduced errors in epollNiels Provos2007-11-111-12/+25
* r16584@catbus: nickm | 2007-11-10 00:00:59 -0500Nick Mathewson2007-11-101-25/+12
* r14744@tombo: nickm | 2007-11-06 21:30:11 -0500Nick Mathewson2007-11-071-2/+2
* r16454@catbus: nickm | 2007-11-06 09:59:45 -0500Nick Mathewson2007-11-061-16/+13
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* make clock_monotonic work; do not use default timeout;Niels Provos2007-07-301-2/+4
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-10/+12
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* signal fixes from scott lambNiels Provos2007-02-281-11/+4
* 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/+19
* solaris kernel changes are not backwards compatible - how retarded. problemNiels Provos2005-11-121-2/+8
* call epoll_ctl after changing our state table; in case that epoll_ctl failsNiels Provos2005-05-101-3/+3
* suppress valgrind warnings from knew -a- pimb.orgNiels Provos2005-03-311-2/+2
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-13/+6
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-13/+18
* make libevent thread-safe; first cutNiels Provos2004-11-251-7/+5
* when converting usec to msec round up; so that libevent does not spin untilNiels Provos2004-09-191-1/+1
* close file descriptors on exec(); suggested by aaron at die.netNiels Provos2004-08-101-0/+14
* fixes to handle error cases by Anatoly Vorobey at pobox.comNiels Provos2003-10-251-2/+8
* minor corrections; change license to 3-clause BSD licenseNiels Provos2003-10-041-4/+1
* found a bug where specifying both read|write for a single event let toNiels Provos2003-06-241-13/+13
* use maximum number of fds for epoll_create; from Davide LibenziNiels Provos2003-04-091-13/+19
* fix typeNiels Provos2003-03-101-1/+1
* styleNiels Provos2003-03-091-1/+1
* copyrightNiels Provos2003-03-081-3/+1
* fix signal usageNiels Provos2003-03-081-8/+2
* support for Linux eventpoll mechanismNiels Provos2003-03-071-0/+334