summaryrefslogtreecommitdiff
path: root/defer-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Export symbols for -fvisibility=hidden (under cmake)Azat Khuzhin2017-03-131-0/+3
* fix the return value of event_deferred_cb_schedule_Greg Hazel2015-03-241-1/+1
* Restore our priority-inversion-prevention code with deferredsNick Mathewson2012-05-091-1/+6
* Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-10/+5
* Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-46/+10
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-5/+5
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* 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 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Make the priority inversion code use gettime(), not evutil_gettimeofday()Nick Mathewson2011-08-171-0/+4
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+2
|/
* Make defer-internal.h use lock macros, not direct cess to lock fnsNick Mathewson2010-09-011-14/+2
* Clean up syntax on TAILQ_ENTRY() usageGilad Benjamini2010-08-131-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Try to comment some of the event code moreNick Mathewson2010-03-121-1/+4
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-4/+2
* Fix compilation with threading disabled.Nick Mathewson2009-11-181-0/+5
* Make "deferred callback queue" independent of event_base.Nick Mathewson2009-07-261-2/+33
* Document many internal functions and pieces of code.Nick Mathewson2009-04-171-0/+19
* Initial support for a lightweight 'deferred callbacks'.Nick Mathewson2009-04-101-0/+56