summaryrefslogtreecommitdiff
path: root/event-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Change event_base.activequeues to "array of eventlist".Nick Mathewson2009-11-091-1/+1
* Add an option to disable the timeval cache.Nick Mathewson2009-11-091-0/+2
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-091-0/+11
* Do not call the locking variant of event_add or event_active in some cases wh...Nick Mathewson2009-10-271-0/+2
* Make "deferred callback queue" independent of event_base.Nick Mathewson2009-07-261-3/+5
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-1/+1
* Make event_del(E) block while E is running in another thread.Nick Mathewson2009-07-141-1/+7
* Trim 22 bytes from struct event on 32 bit platforms, more on 64-bit platforms.Nick Mathewson2009-05-151-0/+5
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-051-0/+2
* Add a constructor for bufferevent_async.Nick Mathewson2009-05-051-0/+4
* Document many internal functions and pieces of code.Nick Mathewson2009-04-171-11/+43
* Initial support for a lightweight 'deferred callbacks'.Nick Mathewson2009-04-101-0/+4
* Make threading functions global, like the mm_ functions. Use the libevent_pt...Nick Mathewson2009-02-121-8/+4
* 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-2/+2
* Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in ...Niels Provos2009-01-221-0/+2
* Use eventfd for main-thread notification where available (i.e., linux).Nick Mathewson2009-01-191-1/+4
* Move per-fd info from eventops into evmap. Not done for win32.c yet.Nick Mathewson2009-01-141-2/+3
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-2/+2
* On win32, use a hashtable to map sockets to events rather than using an array.Nick Mathewson2009-01-091-4/+18
* we cannot realloc memory used by TAILQ; instead malloc each slot individuallyNiels Provos2008-12-251-1/+1
* deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...Niels Provos2008-12-231-3/+3
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-6/+23
* support multiple events listening on the same signal; make signals regular ev...Niels Provos2008-07-111-1/+0
* Add new functions to access backends by their features and to query the featu...Nick Mathewson2008-05-311-0/+3
* event_base_new_with_config() and related methodsNiels Provos2008-05-081-0/+10
* separate signal events from io eventsNiels Provos2008-05-031-0/+10
* cache clock_gettime/gettimeofday values in baseNiels Provos2008-05-031-0/+2
* switch thread support so that locks get allocated as they are needed.Niels Provos2008-03-101-1/+8
* Provide OpenSSL style support for multiple threads accessing the same event_baseNiels Provos2008-03-021-0/+7
* rollback r594: restructuring to make event activation independent.Niels Provos2007-12-241-4/+1
* restructure the code to make event activation independent of regular event logicNiels Provos2007-12-161-1/+4
* remove obsoleted recalc codeNiels Provos2007-12-091-1/+0
* r14944@tombo: nickm | 2007-11-25 12:12:28 -0500Nick Mathewson2007-11-251-0/+4
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-0/+1
* provide event_reinit() to reinitialized an event_base after fork - necessary ...Niels Provos2007-11-251-0/+12
* r14931@tombo: nickm | 2007-11-17 17:21:09 -0500Nick Mathewson2007-11-171-0/+1
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-0/+18
* switch timeouts to a min heap; from Maxim YegorushkinNiels Provos2007-11-031-1/+2
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-0/+5
* provide maintainer mode in automake; put event_gotsig back into globalNiels Provos2005-02-221-3/+0
* make libevent thread-safe; first cutNiels Provos2004-11-251-0/+59