index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evthread_win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-12-04
1
-1
/
+1
|
\
|
*
Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled
Nick Mathewson
2012-12-04
1
-1
/
+1
*
|
Split out time-related prototypes into time-internal.h
Nick Mathewson
2012-04-20
1
-0
/
+1
*
|
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-20
/
+20
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-27
1
-0
/
+4
|
\
\
|
|
/
|
*
InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.
Peter Rosin
2011-05-27
1
-0
/
+4
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-1
/
+1
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
|
/
*
Use relative includes instead of system includes consistently.
Evan Jones
2010-12-02
1
-1
/
+1
*
Fix a bug in our win32 condition implementation
Nick Mathewson
2010-08-30
1
-0
/
+10
*
Fix logic error in win32 TRY_LOCK that caused problems with rate-limiting
Nick Mathewson
2010-08-18
1
-1
/
+1
*
Add a condition variable backend, with implementations for pthreads and win32
Nick Mathewson
2010-08-17
1
-0
/
+219
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Construct Windows locks using InitializeCriticalSectionAndSpinCount
Nick Mathewson
2010-02-18
1
-1
/
+6
*
Fixed a memory leak on windows threads implementation. The CRITICAL_SECTION w...
Jardel Weyrich
2010-01-08
1
-0
/
+1
*
Fix up evthread compilation on windows
Roman Puls
2009-12-02
1
-4
/
+5
*
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
1
-10
/
+25
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Make threading functions global, like the mm_ functions. Use the libevent_pt...
Nick Mathewson
2009-02-12
1
-6
/
+7
*
Have util-internal.h define socklen_t if we need it, and include it appropria...
Nick Mathewson
2009-01-29
1
-0
/
+2
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
1
-0
/
+25
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
1
-1
/
+1
*
New functions to provide sane threading callbacks with pthreads and win32 thr...
Nick Mathewson
2009-01-21
1
-0
/
+58