summaryrefslogtreecommitdiff
path: root/defer-internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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