summaryrefslogtreecommitdiff
path: root/evport.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* 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-0/+3
|\ \ | |/ |/|
| * Update copyright notices to 2012Nick Mathewson2012-02-101-0/+3
* | Replace more C99/C++ comments with oldschool /* */ commentsNick Mathewson2012-02-021-2/+2
* | evport: Remove artificial low limit on max events per getn callNick Mathewson2011-05-271-11/+58
* | evport: don't scan more events in ed_pending than neededNick Mathewson2011-05-271-5/+9
* | evport: Use portev_user to remember fdinfo structNick Mathewson2011-05-271-3/+3
* | evport: Remove a linear search over recent events when reactivating themNick Mathewson2011-05-271-10/+13
* | evport: use evmap_io to track fdinfo status. Should save time and RAM.Nick Mathewson2011-05-271-88/+7
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-02-211-4/+8
|\ \ | |/
| * Merge branch '20_evport_pollhup' into patches-2.0Nick Mathewson2011-02-131-4/+8
| |\
| | * Fix evport handling of POLLHUP and POLLERRNick Mathewson2011-01-011-4/+8
* | | Merge remote branch 'kev009/21_ac_use_system_extensions'Nick Mathewson2011-01-071-0/+1
|\ \ \ | |/ / |/| |
| * | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
| |/
* | Check for POLLERR, POLLHUP and POLLNVAL for Solaris event portsTrond Norbye2011-01-061-0/+6
|/
* Use relative includes instead of system includes consistently.Evan Jones2010-12-021-1/+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
* 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