summaryrefslogtreecommitdiff
path: root/evthread-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Finally, get unit tests to pass with threading turned off again.Nick Mathewson2009-04-051-0/+1
* Actually, move EVUTIL_NIL_STMT to util-internal.hNick Mathewson2009-04-051-13/+8
* Fix build with thread support disabled, and make no-op macros a little more n...Nick Mathewson2009-04-051-5/+17
* Add some more utility macros to evthread-internal.hNick Mathewson2009-04-051-1/+41
* Make threading functions global, like the mm_ functions. Use the libevent_pt...Nick Mathewson2009-02-121-21/+39
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+0
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-3/+3
* add a check that base != NULL for threading; might want to drop this laterNiels Provos2008-03-311-1/+1
* switch thread support so that locks get allocated as they are needed.Niels Provos2008-03-101-7/+4
* Provide OpenSSL style support for multiple threads accessing the same event_baseNiels Provos2008-03-021-0/+74