index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evthread-internal.h
Commit message (
Expand
)
Author
Age
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Fix compilation of rate-limit code when threading support is disabled
Nick Mathewson
2010-01-22
*
New EVTHREAD_TRY_LOCK function to try to grab a lock.
Nick Mathewson
2009-12-04
*
Improved optional lock debugging.
Nick Mathewson
2009-11-27
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
*
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
*
Update copyright notices, add some missing license statements
Nick Mathewson
2009-04-19
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
*
Finally, get unit tests to pass with threading turned off again.
Nick Mathewson
2009-04-05
*
Actually, move EVUTIL_NIL_STMT to util-internal.h
Nick Mathewson
2009-04-05
*
Fix build with thread support disabled, and make no-op macros a little more n...
Nick Mathewson
2009-04-05
*
Add some more utility macros to evthread-internal.h
Nick Mathewson
2009-04-05
*
Make threading functions global, like the mm_ functions. Use the libevent_pt...
Nick Mathewson
2009-02-12
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
*
add a check that base != NULL for threading; might want to drop this later
Niels Provos
2008-03-31
*
switch thread support so that locks get allocated as they are needed.
Niels Provos
2008-03-10
*
Provide OpenSSL style support for multiple threads accessing the same event_base
Niels Provos
2008-03-02