summaryrefslogtreecommitdiff
path: root/evthread_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-12-041-1/+1
|\
| * Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabledNick Mathewson2012-12-041-1/+1
* | Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+1
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-20/+20
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-2/+2
* | 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
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-271-0/+4
|\ \ | |/
| * InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.Peter Rosin2011-05-271-0/+4
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/
* 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