summaryrefslogtreecommitdiff
path: root/include/event2/event_struct.h
Commit message (Expand)AuthorAgeFilesLines
* Protect min_heap_push_ against integer overflow.Tobias Stoeckmann2019-04-221-1/+1
* [core] re-order fields in struct event for memory efficiencyNathan French2018-04-301-2/+4
* More documentation for finalization featureNick Mathewson2013-04-261-1/+0
* Implement event_finalize() and related functions to avoid certain deadlocksNick Mathewson2013-04-261-3/+9
* Fix event_dlist definition when sys/queue not includedDerrick Pallas2012-11-101-6/+16
* Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-1/+4
* Add "active later" event_callbacks to supersede deferredNick Mathewson2012-05-091-8/+9
* Remove the unused bits from EVLIST_ALLNick Mathewson2012-05-091-2/+1
* Refactor the callback part of an event into its own event_callback typeNick Mathewson2012-05-091-8/+11
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-9/+9
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* Remove the last vestiges of _EVENT_USE_EVENTLISTNick Mathewson2012-02-201-3/+1
* Merge branch '21_eventlist_v3_squashed'Nick Mathewson2012-02-201-0/+2
|\
| * Remove the eventqueue list and the ev_next pointers.Nick Mathewson2012-01-271-0/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/ |/|
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'github/linked_list'Nick Mathewson2012-01-201-2/+20
|\ \ | |/ |/|
| * Use LIST rather than TAILQ for evmap_io and evmap_signalNick Mathewson2010-04-091-2/+2
| * Add LIST_ delaration to event_struct.h to supplment TAILQ_Nick Mathewson2010-04-091-0/+18
* | Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Revise the event/evbuffer/bufferevent doxygen for clarity and accuracyNick Mathewson2011-07-051-3/+5
* | Move evkeyvalq into a separate header for evhttp_parse_query usersNick Mathewson2010-09-021-12/+3
* | Declare evkeyvalq and event_list even if event_struct.h comes before sys/queue.hNick Mathewson2010-09-021-7/+17
* | Clean up syntax on TAILQ_ENTRY() usageGilad Benjamini2010-08-131-5/+5
* | Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
|/
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Reduce windows header includes in our own headers.Nick Mathewson2010-02-031-7/+0
* Deprecate EVENT_FD and EVENT_SIGNAL.Nick Mathewson2010-02-031-9/+0
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-091-1/+5
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-0/+1
* Spell-check the the headersNick Mathewson2009-05-281-1/+1
* Trim 22 bytes from struct event on 32 bit platforms, more on 64-bit platforms.Nick Mathewson2009-05-151-8/+5
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+1
* Remove evperiodic_assign and its related parts: its functionality is subsumed...Nick Mathewson2009-01-221-4/+0
* Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in ...Niels Provos2009-01-221-0/+1
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-0/+5
* support multiple events listening on the same signal; make signals regular ev...Niels Provos2008-07-111-5/+1
* change min_heap_idx to signedNiels Provos2008-06-251-1/+1
* r19675@catbus: nickm | 2008-05-11 20:39:39 -0400Nick Mathewson2008-05-121-2/+0
* r19607@catbus: nickm | 2008-05-05 13:49:44 -0400Nick Mathewson2008-05-051-0/+6
* r19600@catbus: nickm | 2008-05-05 11:34:06 -0400Nick Mathewson2008-05-051-6/+0
* r19599@catbus: nickm | 2008-05-05 11:26:18 -0400Nick Mathewson2008-05-051-2/+2
* support for periodic timeoutsNiels Provos2008-05-031-0/+4
* separate signal events from io eventsNiels Provos2008-05-031-5/+18
* r15212@tombo: nickm | 2008-04-16 17:01:21 -0400Nick Mathewson2008-04-161-4/+0
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-0/+143