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
...
*
|
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-11-16
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Make rpcgen_wrapper.sh work on systems without a "python2" binary
Nick Mathewson
2012-11-16
*
|
|
|
|
Add a unit test in which an event is created with event_base_once() but never...
Nick Mathewson
2012-11-16
*
|
|
|
|
Merge branch '21_event_cleanup_v3'
Nick Mathewson
2012-11-16
|
\
\
\
\
\
|
*
|
|
|
|
Free dangling event_once objects on event_base_free()
Nick Mathewson
2012-11-16
|
/
/
/
/
/
*
|
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-11-15
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Warn when openssl version in unit test mismatches compiled version.
Nick Mathewson
2012-11-15
|
*
|
|
|
Fix renegotiation test to work around openssl 1.0.1 bug
Nick Mathewson
2012-11-15
*
|
|
|
|
Use the same CFLAGS for openssl when building unit tests as with libevent
Nick Mathewson
2012-11-15
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Clean up unit test for evbuffer_file_segment_add_cleanup_cb a little
Nick Mathewson
2012-11-06
*
|
|
|
Add a new callback to get called on evbuffer_file_segment free
yangacer
2012-11-06
*
|
|
|
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-02
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix compilation on mingw64 with -DUSE_DEBUG
Nick Mathewson
2012-11-02
*
|
|
|
Fix a few mingw64 incompatibilities introduced since 2.0
Nick Mathewson
2012-11-02
*
|
|
|
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-01
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Compile without warnings on mingw64
Nick Mathewson
2012-11-01
*
|
|
|
Fix some warnings found cross-compiling with mingw32
Nick Mathewson
2012-11-01
*
|
|
|
Merge remote-tracking branch 'rosslagerwall/python2'
Nick Mathewson
2012-11-01
|
\
\
\
\
|
*
|
|
|
Use python2 rather than python
Ross Lagerwall
2012-10-23
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-10-26
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge remote-tracking branch 'rosslagerwall/python2-2.0' into patches-2.0
Nick Mathewson
2012-10-26
|
|
\
\
\
|
|
*
|
|
Use python2 rather than python
Ross Lagerwall
2012-10-23
*
|
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-10-26
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set
Juan Pablo Fernandez
2012-10-26
*
|
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-10-24
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge remote-tracking branch 'public/20_bev_timeout_semantics' into patches-2.0
Nick Mathewson
2012-10-24
|
|
\
\
\
|
|
*
|
|
Don't discard SSL read event when timeout and read come close together
Nick Mathewson
2012-09-07
*
|
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-09-22
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
No need to reserve space if reading is suspended.
Joachim Bauch
2012-09-22
|
*
|
|
Stop looping in "consider_reading" if reading is suspended.
Joachim Bauch
2012-09-22
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-09-12
|
\
\
\
|
|
/
/
|
*
|
FIx another memleak on OOM in evdns
George Danchev
2012-09-12
|
*
|
Avoid a memory-leak on OOM in evdns.
George Danchev
2012-09-12
|
|
/
*
|
Add missing return value in event_base_foreach_event
Nick Mathewson
2012-09-10
*
|
Tweak patch for event_base_foreach_event()
Nick Mathewson
2012-09-07
*
|
Expose event_base_foreach_event() as a public API.
Roman Puls
2012-09-07
*
|
Merge pull request #61 from rosslagerwall/rename-configure
Nick Mathewson
2012-09-04
|
\
\
|
*
|
Rename configure.in to configure.ac.
Ross Lagerwall
2012-09-03
*
|
|
Prevent reference leak of bufferevent if getaddrinfo fails.
Joachim Bauch
2012-09-03
|
/
/
*
|
We now require automake 1.9 or later. Modernize!
Nick Mathewson
2012-08-28
*
|
Fix handling of no-python case for nonrecursive make
Nick Mathewson
2012-08-28
*
|
Be quiet when making regress.gen.[ch]
Nick Mathewson
2012-08-28
*
|
New --quiet option for event_rpcgen.py
Nick Mathewson
2012-08-28
*
|
Make quiet build even quieter
Nick Mathewson
2012-08-28
*
|
Rename subordinate Makefile.ams to include.am
Nick Mathewson
2012-08-28
*
|
Switch to non-recursive makefiles
Nick Mathewson
2012-08-28
*
|
Enable silent build rules by default. Override with V=1
Nick Mathewson
2012-08-28
*
|
Use newer syntax for autoconf/automake init
Nick Mathewson
2012-08-28
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-08-24
|
\
\
|
|
/
|
*
Increment version to 2.0.20-stable-dev
Nick Mathewson
2012-08-24
[prev]
[next]