summaryrefslogtreecommitdiff
path: root/evthread_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Use relative includes instead of system includes consistently.Evan Jones2010-12-021-1/+1
* Fix a bug in our win32 condition implementationNick Mathewson2010-08-301-0/+10
* Fix logic error in win32 TRY_LOCK that caused problems with rate-limitingNick Mathewson2010-08-181-1/+1
* Add a condition variable backend, with implementations for pthreads and win32Nick Mathewson2010-08-171-0/+219
* 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
* Construct Windows locks using InitializeCriticalSectionAndSpinCountNick Mathewson2010-02-181-1/+6
* Fixed a memory leak on windows threads implementation. The CRITICAL_SECTION w...Jardel Weyrich2010-01-081-0/+1
* Fix up evthread compilation on windowsRoman Puls2009-12-021-4/+5
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-10/+25
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Make threading functions global, like the mm_ functions. Use the libevent_pt...Nick Mathewson2009-02-121-6/+7
* Have util-internal.h define socklen_t if we need it, and include it appropria...Nick Mathewson2009-01-291-0/+2
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-0/+25
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* New functions to provide sane threading callbacks with pthreads and win32 thr...Nick Mathewson2009-01-211-0/+58