summaryrefslogtreecommitdiff
path: root/evthread.c
Commit message (Expand)AuthorAgeFilesLines
* Use relative includes instead of system includes consistently.Evan Jones2010-12-021-1/+1
* On windows, make lock/thread function tables staticNick Mathewson2010-09-011-4/+79
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-2/+1
* Add a condition variable backend, with implementations for pthreads and win32Nick Mathewson2010-08-171-15/+78
* Completely remove the (mostly-removed) obsolete thread functions.Nick Mathewson2010-08-101-21/+0
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Remove the obsolete evthread interfacesNick Mathewson2010-05-111-60/+6
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-1/+1
* Fix a few locking issues on windows.unknown2009-12-211-0/+2
* Improved optional lock debugging.Nick Mathewson2009-11-271-0/+30
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-271-3/+17
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-0/+233