summaryrefslogtreecommitdiff
path: root/devpoll.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more whitespace normalizationNick Mathewson2010-03-051-6/+6
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-0/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-3/+3
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-5/+5
* Fix compilation of devpoll.c by adding missing thread includes.Dagobert Michelsen2009-12-281-0/+2
* 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
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-1/+0
* Add locking to event_base_loop.Nick Mathewson2009-10-211-0/+6
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-5/+5
* try to make devpoll work again; i dont have access to a machineNiels Provos2009-01-171-26/+14
* 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-123/+23
* constify structs; from Andrei NigmatulinNiels Provos2008-12-131-1/+1
* fix off by one errors in devpoll; from Ian BellNiels Provos2008-07-251-3/+3
* 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-16/+16
* r15228@tombo: nickm | 2008-04-17 15:27:39 -0400Nick Mathewson2008-04-171-1/+2
* make event methods static so that they are not exported; from Andrei NigmatulinNiels Provos2008-03-291-11/+11
* devpoll and evport need reinit; tested by W.C.A. WijngaardsNiels Provos2008-02-121-1/+2
* remove obsoleted recalc codeNiels Provos2007-12-091-2/+0
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-16/+16
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* make clock_monotonic work; do not use default timeout;Niels Provos2007-07-301-2/+3
* make it compile on solaris; from Andrei NigmatulinNiels Provos2007-06-161-0/+2
* 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-11/+4
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* need to report one less file descriptor to solaris then the limit; reportedNiels Provos2006-07-151-1/+1
* introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>Niels Provos2006-03-281-1/+21
* devpoll improvements from Andrew Danforth <adanforth@gmail.com>Niels Provos2005-03-291-29/+90
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-12/+5
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-18/+26
* 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
* work around a bug in Solaris by using pwrite instead of write; reported byNiels Provos2004-08-101-2/+6
* devpoll support. weehNiels Provos2004-07-301-0/+339