summaryrefslogtreecommitdiff
path: root/devpoll.c
Commit message (Expand)AuthorAgeFilesLines
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-4/+4
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-111-1/+1
|\
| * Make uses of open() close-on-exec safe by introducing evutil_open_closeonexec.Ross Lagerwall2012-02-111-1/+1
* | 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
* 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