summaryrefslogtreecommitdiff
path: root/event.c
Commit message (Expand)AuthorAgeFilesLines
...
* r19564@catbus: nickm | 2008-05-04 13:23:10 -0400Nick Mathewson2008-05-041-2/+2
* make event_assign void; it cannot return an errorNiels Provos2008-05-031-15/+11
* support for periodic timeoutsNiels Provos2008-05-031-0/+18
* separate signal events from io eventsNiels Provos2008-05-031-22/+54
* cache clock_gettime/gettimeofday values in baseNiels Provos2008-05-031-17/+29
* r15439@tombo: nickm | 2008-05-02 12:28:08 -0400Nick Mathewson2008-05-021-6/+8
* r15320@tombo: nickm | 2008-04-24 21:29:06 -0400Nick Mathewson2008-04-251-2/+1
* r15317@tombo: nickm | 2008-04-24 21:17:49 -0400Nick Mathewson2008-04-251-0/+30
* r15316@tombo: nickm | 2008-04-24 20:58:36 -0400Nick Mathewson2008-04-251-33/+33
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-2/+4
* rename lock create callback functions; as suggested by nickNiels Provos2008-03-111-1/+1
* switch thread support so that locks get allocated as they are needed.Niels Provos2008-03-101-24/+30
* Provide OpenSSL style support for multiple threads accessing the same event_baseNiels Provos2008-03-021-26/+185
* do not insert event into list when evsel->add failsNiels Provos2008-02-251-4/+8
* event_base_get_method; from Springande UlvNiels Provos2008-02-161-0/+7
* remove pending timeouts on event_base_freeNiels Provos2008-01-261-1/+7
* rollback r594: restructuring to make event activation independent.Niels Provos2007-12-241-136/+66
* restructure the code to make event activation independent of regular event logicNiels Provos2007-12-161-66/+136
* remove obsoleted recalc codeNiels Provos2007-12-091-4/+0
* r16931@catbus: nickm | 2007-12-06 14:19:58 -0500Nick Mathewson2007-12-061-2/+2
* r15171@tombo: nickm | 2007-12-06 12:47:47 -0500Nick Mathewson2007-12-061-1/+1
* we need to pass the evbase to evsel->addNiels Provos2007-11-271-1/+2
* move EV_PERSIST handling out of the event backendsNiels Provos2007-11-271-5/+4
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-9/+11
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-12/+84
* forgot to dealloc previous baseNiels Provos2007-11-251-0/+2
* provide event_reinit() to reinitialized an event_base after fork - necessary ...Niels Provos2007-11-251-0/+25
* r14931@tombo: nickm | 2007-11-17 17:21:09 -0500Nick Mathewson2007-11-171-1/+25
* provide event_base_new() as a mechanism for not setting the current_globalNiels Provos2007-11-141-1/+11
* free minheap; from Christopher LayneNiels Provos2007-11-131-0/+1
* We do not need to specially remove a timeout before calling event_del; patch ...Niels Provos2007-11-121-1/+0
* Make the logic for active events work better with internal events; patch from...Niels Provos2007-11-121-16/+4
* r16510@catbus: nickm | 2007-11-07 02:29:42 -0500Nick Mathewson2007-11-071-2/+2
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-12/+13
* r16497@catbus: nickm | 2007-11-07 00:01:02 -0500Nick Mathewson2007-11-071-2/+17
* r16487@catbus: nickm | 2007-11-06 22:38:44 -0500Nick Mathewson2007-11-071-6/+0
* make event_init should return struct event_base *Niels Provos2007-11-071-1/+1
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* switch timeouts to a min heap; from Maxim YegorushkinNiels Provos2007-11-031-34/+22
* r15220@catbus: nickm | 2007-09-20 14:22:57 -0400Nick Mathewson2007-09-201-0/+3
* initalize ev_res from Scott LambNiels Provos2007-07-301-0/+1
* make clock_monotonic work; do not use default timeout;Niels Provos2007-07-301-34/+66
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-26/+41
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* extern "C" guard for header file.Niels Provos2007-01-271-0/+2
* allow gotsig to terminate active event loop;Niels Provos2006-12-061-0/+2
* use CLOCK_REALTIME when CLOCK_MONOTONIC is not available; from Phil OlesonNiels Provos2006-12-021-1/+5
* fix a potential memory leak in event_once from Scott LambNiels Provos2006-10-281-1/+6
* 1.2-rc1; Solaris' event port support from Dave PachecoNiels Provos2006-07-151-0/+6