summaryrefslogtreecommitdiff
path: root/evport.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
* Numerous opensolaris compilation fixesNick Mathewson2010-05-081-1/+2
* Merge branch 'evport'Nick Mathewson2010-03-101-0/+3
|\
| * Add missing thread imports so that evport.c will buildNick Mathewson2009-12-291-0/+3
* | more whitespace normalizationNick Mathewson2010-03-051-3/+3
* | Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-181-4/+4
|/
* 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
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-12/+8
* Add locking to event_base_loop.Nick Mathewson2009-10-211-2/+8
* Spelling fixes in comments and strings.Nick Mathewson2009-10-161-1/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-6/+6
* rename the backend from "event ports" to "evport" - this will allow environme...Niels Provos2009-01-191-1/+1
* make event ports compile againNiels Provos2009-01-191-8/+7
* Move per-fd info from eventops into evmap. Not done for win32.c yet.Nick Mathewson2009-01-141-5/+8
* 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-84/+32
* simplify handling of environment variables for disabling backends;Niels Provos2008-05-291-5/+0
* r15316@tombo: nickm | 2008-04-24 20:58:36 -0400Nick Mathewson2008-04-251-7/+7
* r15228@tombo: nickm | 2008-04-17 15:27:39 -0400Nick Mathewson2008-04-171-1/+2
* devpoll and evport need reinit; tested by W.C.A. WijngaardsNiels Provos2008-02-121-1/+2
* EAGAIN check for event ports; from WijngaardsNiels Provos2008-02-061-3/+1
* remove obsoleted recalc codeNiels Provos2007-12-091-17/+1
* move EV_PERSIST handling out of the event backendsNiels Provos2007-11-271-8/+3
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-7/+7
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* Solaris event port improvementsNiels Provos2007-10-271-51/+56
* r15086@catbus: nickm | 2007-09-15 14:42:55 -0400Nick Mathewson2007-09-151-3/+21
* make it compile on solaris; from Andrei NigmatulinNiels Provos2007-06-161-2/+17
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-8/+6
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* signal fixes from scott lambNiels Provos2007-02-281-13/+4
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* add back the original sun copyright blockNiels Provos2006-08-091-2/+5
* 1.2-rc1; Solaris' event port support from Dave PachecoNiels Provos2006-07-151-0/+506