| Commit message (Expand) | Author | Age |
| * | Make debug mode catch mixed ET and non-ET events on an fd | Nick Mathewson | 2010-04-28 |
| * | Detect and refuse reentrant event_base_loop() calls | Nick Mathewson | 2010-03-21 |
| * | Try to comment some of the event code more | Nick Mathewson | 2010-03-12 |
| * | Update all our copyright notices to say "2010" | Nick Mathewson | 2010-03-04 |
| * | Fix mingw compilation | Nick Mathewson | 2010-02-25 |
| * | Clean up formatting: function/keyword spacing consistency. | Nick Mathewson | 2010-02-19 |
| * | Clean up formatting: use tabs, not 8-spaces, to indent. | Nick Mathewson | 2010-02-18 |
| * | Use less memory for each entry in a hashtable | Nick Mathewson | 2010-01-25 |
| * | Add support for a "debug mode" to try to catch common errors. | Nick Mathewson | 2010-01-25 |
| * | Changelist code to defer event changes until just before dispatch | Nick Mathewson | 2010-01-14 |
| * | Change event_base.activequeues to "array of eventlist". | Nick Mathewson | 2009-11-09 |
| * | Add an option to disable the timeval cache. | Nick Mathewson | 2009-11-09 |
| * | Implement queued timeouts for case where many timeouts are the same. | Nick Mathewson | 2009-11-09 |
| * | Do not call the locking variant of event_add or event_active in some cases wh... | Nick Mathewson | 2009-10-27 |
| * | Make "deferred callback queue" independent of event_base. | Nick Mathewson | 2009-07-26 |
| * | Remove all trailing whitespace from end-of-line. | Nick Mathewson | 2009-07-17 |
| * | Make event_del(E) block while E is running in another thread. | Nick Mathewson | 2009-07-14 |
| * | Trim 22 bytes from struct event on 32 bit platforms, more on 64-bit platforms. | Nick Mathewson | 2009-05-15 |
| * | Make unit tests for bufferevent_async compile and _almost_ work. | Nick Mathewson | 2009-05-05 |
| * | Add a constructor for bufferevent_async. | Nick Mathewson | 2009-05-05 |
| * | Document many internal functions and pieces of code. | Nick Mathewson | 2009-04-17 |
| * | Initial support for a lightweight 'deferred callbacks'. | Nick Mathewson | 2009-04-10 |
| * | Make threading functions global, like the mm_ functions. Use the libevent_pt... | Nick Mathewson | 2009-02-12 |
| * | Update copyright statements to reflect the facts that: | Nick Mathewson | 2009-01-27 |
| * | Replace all use of config.h with event-config.h. | Nick Mathewson | 2009-01-27 |
| * | Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in ... | Niels Provos | 2009-01-22 |
| * | Use eventfd for main-thread notification where available (i.e., linux). | Nick Mathewson | 2009-01-19 |
| * | Move per-fd info from eventops into evmap. Not done for win32.c yet. | Nick Mathewson | 2009-01-14 |
| * | Rename four internal headers to follow the -internal.h convention. | Nick Mathewson | 2009-01-13 |
| * | On win32, use a hashtable to map sockets to events rather than using an array. | Nick Mathewson | 2009-01-09 |
| * | we cannot realloc memory used by TAILQ; instead malloc each slot individually | Niels Provos | 2008-12-25 |
| * | deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set... | Niels Provos | 2008-12-23 |
| * | Restructure the event backends so that they do not need to keep track of even... | Niels Provos | 2008-12-23 |
| * | support multiple events listening on the same signal; make signals regular ev... | Niels Provos | 2008-07-11 |
| * | Add new functions to access backends by their features and to query the featu... | Nick Mathewson | 2008-05-31 |
| * | event_base_new_with_config() and related methods | Niels Provos | 2008-05-08 |
| * | separate signal events from io events | Niels Provos | 2008-05-03 |
| * | cache clock_gettime/gettimeofday values in base | Niels Provos | 2008-05-03 |
| * | switch thread support so that locks get allocated as they are needed. | Niels Provos | 2008-03-10 |
| * | Provide OpenSSL style support for multiple threads accessing the same event_base | Niels Provos | 2008-03-02 |
| * | rollback r594: restructuring to make event activation independent. | Niels Provos | 2007-12-24 |
| * | restructure the code to make event activation independent of regular event logic | Niels Provos | 2007-12-16 |
| * | remove obsoleted recalc code | Niels Provos | 2007-12-09 |
| * | r14944@tombo: nickm | 2007-11-25 12:12:28 -0500 | Nick Mathewson | 2007-11-25 |
| * | r14939@tombo: nickm | 2007-11-25 11:59:26 -0500 | Nick Mathewson | 2007-11-25 |
| * | provide event_reinit() to reinitialized an event_base after fork - necessary ... | Niels Provos | 2007-11-25 |
| * | r14931@tombo: nickm | 2007-11-17 17:21:09 -0500 | Nick Mathewson | 2007-11-17 |
| * | r16501@catbus: nickm | 2007-11-07 01:00:31 -0500 | Nick Mathewson | 2007-11-07 |
| * | switch timeouts to a min heap; from Maxim Yegorushkin | Niels Provos | 2007-11-03 |
| * | more the signal base into the event base; this removes global state and makes... | Niels Provos | 2007-03-10 |