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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename event_enable_lock_debuging() to ..._debugging()
Nick Mathewson
2012-08-23
1
-0
/
+7
*
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-4
/
+4
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-80
/
+80
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-1
/
+1
*
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
2012-01-24
1
-2
/
+11
|
\
\
|
|
/
|
*
Do a memberwise comparison of threading function tables
Nate R
2012-01-24
1
-2
/
+11
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-14
1
-0
/
+6
|
\
\
|
|
/
|
*
Don't try to make notifiable event_base when no threading fns are configured
Nick Mathewson
2011-11-14
1
-0
/
+6
*
|
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-07-04
1
-2
/
+90
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'github/20_global_locks_init' into patches-2.0
Nick Mathewson
2011-07-04
1
-2
/
+90
|
|
\
|
|
*
Complain if the caller tries to change threading cbs after setting them
Nick Mathewson
2011-04-22
1
-1
/
+30
|
|
*
Avoid race-condition when initializing global locks
Nick Mathewson
2011-04-22
1
-1
/
+60
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-22
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
Add an assert to appease clang's static analyzer
Sebastian Hahn
2011-04-23
1
-0
/
+1
|
|
/
*
|
munge the debug_lock signature before freeing it: it might help us catch use-...
Nick Mathewson
2011-03-07
1
-0
/
+1
*
|
Add a magic number to debug_locks to better catch lock-coding errors.
Dave Hart
2011-03-07
1
-1
/
+11
*
|
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
*
On windows, make lock/thread function tables static
Nick Mathewson
2010-09-01
1
-4
/
+79
*
Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...
Nick Mathewson
2010-08-23
1
-2
/
+1
*
Add a condition variable backend, with implementations for pthreads and win32
Nick Mathewson
2010-08-17
1
-15
/
+78
*
Completely remove the (mostly-removed) obsolete thread functions.
Nick Mathewson
2010-08-10
1
-21
/
+0
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Remove the obsolete evthread interfaces
Nick Mathewson
2010-05-11
1
-60
/
+6
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-1
/
+1
*
Fix a few locking issues on windows.
unknown
2009-12-21
1
-0
/
+2
*
Improved optional lock debugging.
Nick Mathewson
2009-11-27
1
-0
/
+30
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-3
/
+17
*
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
1
-0
/
+233