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
*
Check return value of evbuffer_add_cb in tests
clang_analyzer_fixes
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
Sebastian Hahn
2011-04-23
*
Fix the check for multicast or broadcast addresses in evutil_check_interfaces
Nick Mathewson
2011-04-05
*
Merge branch '20_socktype_protocol_nomem' into patches-2.0
Nick Mathewson
2011-04-05
|
\
|
*
Check for allocation failures in apply_socktype_protocol_hack
Nick Mathewson
2011-04-05
*
|
Fix the case when failed evhttp_make_request() leaved request in the queue.
Tomash Brechko
2011-04-04
*
|
Fix subtle recursion in evhttp_connection_cb_cleanup().
Tomash Brechko
2011-04-04
*
|
Reset outgoing connection when read data in idle state.
Tomash Brechko
2011-04-04
|
/
*
Add comment to configure.in to explain gc-sections test logic
Nick Mathewson
2011-03-23
*
Fix for --gc-sections on NetBSD
Dave Hart
2011-03-23
*
Fix make distcheck & installation of libevent 1 headers
Dave Hart
2011-03-23
*
Fix incorrect assertions and possible use-after-free in evrpc_free()
Christophe Fillot
2011-03-12
*
Disable lazy gettimeofday/clock_gettime comparison for now
Nick Mathewson
2011-03-07
*
Merge branch '20_timescale' into patches-2.0
Nick Mathewson
2011-03-07
|
\
|
*
Have event_base_gettimeofday_cached() always return wall-clock time
Nick Mathewson
2011-03-03
*
|
Followup for Tomash Brechko's http patch
Nick Mathewson
2011-03-07
*
|
Workaround libevent bug
Tomash Brechko
2011-03-07
*
|
Make --no-libevent-install apply to event1 headers too
Dave Hart
2011-03-03
|
/
*
Make --no-libevent-install apply to headers too
Dave Hart
2011-02-25
*
Continue AM_CFLAGS to AM_CPPFLAGS correction
OSX_compile_v2
Sebastian Hahn
2011-02-23
*
Merge branch '20_uri_nonconformant' into patches-2.0
Nick Mathewson
2011-02-22
|
\
|
*
Make URI parser able to tolerate nonconformant URIs.
Nick Mathewson
2011-02-13
*
|
Make -ffunction-sections off-by-default in 2.0.x
Nick Mathewson
2011-02-22
*
|
Remove nonfunctional enable_libevent_(install|regress)_def variables
Nick Mathewson
2011-02-22
*
|
Use $(), not @@, for LIBEVENT_GC_SECTIONS
Nick Mathewson
2011-02-22
*
|
Be explicit about how long event loops run in event.h documentation
Nick Mathewson
2011-02-22
*
|
Use %s with printf in test.sh
Nick Mathewson
2011-02-22
*
|
Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.am
Dave Hart
2011-02-22
*
|
Add configure options to disable installation, regression tests
Dave Hart
2011-02-22
*
|
Add -D_OSF_SOURCE to fix hpux builds
Harlan Stenn
2011-02-22
*
|
Use the gcc -ffunction-segments feature to allow gc when linking with static ...
Dave Hart
2011-02-22
*
|
Check for getservbyname even if not on win32.
Harlan Stenn
2011-02-22
*
|
Fix autoconf bracket issues; make check for getaddrinfo include netdb.h
Harlan Stenn
2011-02-22
*
|
Skip check for zlib if we have no zlib.h
Harlan Stenn
2011-02-22
*
|
Make test-eof fail with a timeout if we never get an eof.
Harlan Stenn
2011-02-22
*
|
FIX: comment internal headers used in sample code.
Nick Mathewson
2011-02-22
*
|
NM: Fix sample/http-server ipv6 fixes
Nick Mathewson
2011-02-22
*
|
Include util-internal.h as needed to build on platforms with no sockaddr_storage
Harlan Stenn
2011-02-22
*
|
Include arpa/inet.h as needed on HPUX
Harlan Stenn
2011-02-22
*
|
Correctly detect and stop non-chunked http requests when the body is too long
Nick Mathewson
2011-02-21
*
|
fix spelling mistake in whatsnew-2.0.txt
Nick Mathewson
2011-02-18
*
|
Correct evhttp_del_accept_socket documentation on whether socket is closed
Nick Mathewson
2011-02-15
[next]