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
*
Fix a compile warning with zlib 1.2.4 and 1.2.5
openssl_detection
Sebastian Hahn
2011-05-05
*
Correctly detect openssl on windows
Sebastian Hahn
2011-05-05
*
Move the win32 detection in configure.in
Sebastian Hahn
2011-05-05
*
Use OPENSSL_LIBS in Makefile.am
Sebastian Hahn
2011-05-05
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-04
|
\
|
*
Libtool brings in the dependencies of libevent_openssl.la automatically
Peter Rosin
2011-05-04
|
*
libssl depends on libcrypto, not the other way around.
Peter Rosin
2011-05-04
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-03
|
\
\
|
|
/
|
*
Oops; that new unit test breaks for epoll. Fix it.
Nick Mathewson
2011-05-03
|
*
Fix a warn-and-fail bug in kqueue by providing kevent() room to report errors
Nick Mathewson
2011-05-03
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-02
|
\
\
|
|
/
|
*
Add missing words to EVLOOP_NONBLOCK documentation
Nick Mathewson
2011-05-02
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-27
|
\
\
|
|
/
|
*
Bump version to 2.0.11-stable-dev
Nick Mathewson
2011-04-27
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-27
|
\
\
|
|
/
|
*
Increment version number to 2.0.11-stable
Nick Mathewson
2011-04-27
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-27
|
\
\
|
|
/
|
*
Add more people to the acknowledgments
Nick Mathewson
2011-04-27
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-27
|
\
\
|
|
/
|
*
Changelog for 2.0.11-stable
Nick Mathewson
2011-04-27
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-26
|
\
\
|
|
/
|
*
Fix clang warning when resetting connection
Nick Mathewson
2011-04-26
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-24
|
\
\
|
|
/
|
*
Use AM_CONDITIONAL, not AC_SUBST, to tell automake to build regress
Nick Mathewson
2011-04-23
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-23
|
\
\
|
|
/
|
*
Fix msvc build: it needed to know about _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE
Nick Mathewson
2011-04-23
|
*
Try to fix up CHECK_REGRESS hack to not break on win32
Nick Mathewson
2011-04-23
|
*
Add missing header for regress_http compilation on win32
Nick Mathewson
2011-04-23
|
*
Merge branch '20_iocp_conn_sockopt' into patches-2.0
Nick Mathewson
2011-04-23
|
|
\
|
|
*
call setsockopt correctly on connecting() IOCP-bufferevents so shutdown() wil...
Nick Mathewson
2011-04-23
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-22
|
\
\
\
|
|
/
/
|
*
|
Zero a struct sockaddr_in before using it
static_analysis_fixes
Sebastian Hahn
2011-04-23
|
*
|
Remote some dead code from dns-example.c
Sebastian Hahn
2011-04-23
|
*
|
Check return value of evbuffer_add_cb in tests
Sebastian Hahn
2011-04-23
|
*
|
Be nice and "handle" error return values in sample code
Sebastian Hahn
2011-04-23
|
*
|
Refactor test_getaddrinfo_async_cancel_stress()
Sebastian Hahn
2011-04-23
|
*
|
add some (void) casts for unused variables
Sebastian Hahn
2011-04-23
|
*
|
Actually send NULL request in http_bad_request_test
Sebastian Hahn
2011-04-23
|
*
|
Add a forgotten return value check in the unit tests
Sebastian Hahn
2011-04-23
|
*
|
Add an assert to appease clang's static analyzer
Sebastian Hahn
2011-04-23
|
*
|
Fix possible NULL-deref in evdns_cancel_request
Sebastian Hahn
2011-04-23
|
*
|
Add a forgotten NULL check to evhttp_parse_headers
Sebastian Hahn
2011-04-23
|
*
|
Fix compilation under LLVM/clang with --enable-gcc-warnings
fix_clang_compilation
Sebastian Hahn
2011-04-23
|
|
/
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-21
|
\
\
|
|
/
|
*
Fix a memory leak on win32 socket->event map.
Nick Mathewson
2011-04-21
|
*
Handle calloc failure in evdns. (Found by Dave Hart)
Nick Mathewson
2011-04-21
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-21
|
\
\
|
|
/
|
*
Merge branch '20_evdns_circular_list_patch' into patches-2.0
Nick Mathewson
2011-04-21
|
|
\
|
|
*
Fix a crash bug in evdns server circular list code
Nick Mathewson
2011-04-20
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-14
|
\
\
\
|
|
/
/
[next]