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
Commit message (
Expand
)
Author
Age
...
*
|
|
whitespace fixes
Nick Mathewson
2011-12-08
*
|
|
Merge remote-tracking branch 'fancycode/buffer_references'
Nick Mathewson
2011-12-08
|
\
\
\
|
*
|
|
Changed use of refcounts to make sure referenced chains are freed in all cases.
Joachim Bauch
2011-12-07
|
*
|
|
fixed typo
Joachim Bauch
2011-10-17
|
*
|
|
added comments to describe refcounting of multicase chains
Joachim Bauch
2011-10-17
|
*
|
|
prevent nested multicast references, reworked locking
Joachim Bauch
2011-08-09
|
*
|
|
support adding buffers to other buffers non-destructively
Joachim Bauch
2011-08-09
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-12-08
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
check for sysctl before we use it
Mike Frysinger
2011-12-08
*
|
|
|
Split up extra-long AC_CHECK_FUNCS/HEADERS lines in configure.in
Nick Mathewson
2011-12-07
*
|
|
|
Merge branch '21_ifaddr'
Nick Mathewson
2011-12-07
|
\
\
\
\
|
*
|
|
|
Use getifaddrs to detect our interfaces if possible
Nick Mathewson
2011-12-07
|
/
/
/
/
*
|
|
|
Add evbuffer_copyout_from to copy data from the middle of a buffer
Nick Mathewson
2011-12-07
*
|
|
|
Bypass event_add when using event_base_once() for a 0-sec timeout
Nick Mathewson
2011-12-07
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-12-06
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix a silly compilation error with the sun compiler
Colin Watt
2011-12-06
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-12-06
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Be absolutely sure to clear pncalls before leaving event_signal_closure
Nick Mathewson
2011-12-05
*
|
|
|
fix windows compilation issues with new file segment code
Nick Mathewson
2011-12-02
*
|
|
|
Fix two issues in the allow_dirty_shutdown code.
Nick Mathewson
2011-11-24
*
|
|
|
Tweak allow_dirty_shutdown documentation
Nick Mathewson
2011-11-24
*
|
|
|
Allow users to set allow_dirty_shutdown
Catalin Patulea
2011-11-24
*
|
|
|
bev_ssl: Be more specific in event callbacks. evhttp in particular gets confu...
Catalin Patulea
2011-11-24
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Increment version to 2.0.16-stable-dev
Nick Mathewson
2011-11-18
|
*
|
|
Increment version to 2.0.16-stable
Nick Mathewson
2011-11-18
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Revise 2.0.16-stable changelog
Nick Mathewson
2011-11-18
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
add comment to new consider_reading code
Nick Mathewson
2011-11-17
|
*
|
|
Avoid spinning on OpenSSL reads
Mark Ellzey
2011-11-17
|
*
|
|
Move SSL rate-limit enforcement into bytes_to_read()
Nick Mathewson
2011-11-17
|
*
|
|
Refactor amount-to-read calculations in buffervent_ssl consider_reading()
Mark Ellzey
2011-11-17
|
*
|
|
Revert "Avoid potential SSL read spinlocks"
Nick Mathewson
2011-11-15
|
*
|
|
Revert "openssl bufferevent has the same issue with writing as prior commit."
Nick Mathewson
2011-11-15
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Add new entries to changelog, new credits to README
Nick Mathewson
2011-11-15
|
*
|
|
Fix DNS memleak checks when running with malloc-replacement/debugging disabled
Nick Mathewson
2011-11-15
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Don't try to make notifiable event_base when no threading fns are configured
Nick Mathewson
2011-11-14
|
*
|
|
Warn when unable to construct base because of failing make_base_notifiable
Nick Mathewson
2011-11-14
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
openssl bufferevent has the same issue with writing as prior commit.
Mark Ellzey
2011-11-14
|
*
|
|
Avoid potential SSL read spinlocks
Mark Ellzey
2011-11-14
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Improve win32 behavior of dns-sample.c codex
Gisle Vanem
2011-11-09
*
|
|
|
unit tests for EVBUFFER_EOL_NUL
Nick Mathewson
2011-11-14
*
|
|
|
New EVBUFFER_EOL_NUL to read NUL-terminated strings from an evbuffer
Andrea Montefusco
2011-11-14
*
|
|
|
Tweaks, fixups, and comments on evbuffer_add_iovec
Nick Mathewson
2011-11-11
*
|
|
|
Added evbuffer_add_iovec and unit tests.
Mark Ellzey
2011-11-11
[prev]
[next]