summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement --enable-gcc-hardening configure optionconfigure_enhancementsSebastian Hahn2011-04-10
* Fix compilation under LLVM/clang with --enable-gcc-warningsSebastian Hahn2011-04-10
* New configure option: --enable-gcc-warnings-advisorySebastian Hahn2011-04-10
* Fix the check for multicast or broadcast addresses in evutil_check_interfacesNick Mathewson2011-04-05
* Merge branch '20_socktype_protocol_nomem' into patches-2.0Nick Mathewson2011-04-05
|\
| * Check for allocation failures in apply_socktype_protocol_hackNick Mathewson2011-04-05
* | Fix the case when failed evhttp_make_request() leaved request in the queue.Tomash Brechko2011-04-04
* | Fix subtle recursion in evhttp_connection_cb_cleanup().Tomash Brechko2011-04-04
* | Reset outgoing connection when read data in idle state.Tomash Brechko2011-04-04
|/
* Add comment to configure.in to explain gc-sections test logicNick Mathewson2011-03-23
* Fix for --gc-sections on NetBSDDave Hart2011-03-23
* Fix make distcheck & installation of libevent 1 headersDave Hart2011-03-23
* Fix incorrect assertions and possible use-after-free in evrpc_free()Christophe Fillot2011-03-12
* Disable lazy gettimeofday/clock_gettime comparison for nowNick Mathewson2011-03-07
* Merge branch '20_timescale' into patches-2.0Nick Mathewson2011-03-07
|\
| * Have event_base_gettimeofday_cached() always return wall-clock timeNick Mathewson2011-03-03
* | Followup for Tomash Brechko's http patchNick Mathewson2011-03-07
* | Workaround libevent bugTomash Brechko2011-03-07
* | Make --no-libevent-install apply to event1 headers tooDave Hart2011-03-03
|/
* Make --no-libevent-install apply to headers tooDave Hart2011-02-25
* Continue AM_CFLAGS to AM_CPPFLAGS correctionOSX_compile_v2Sebastian Hahn2011-02-23
* Merge branch '20_uri_nonconformant' into patches-2.0Nick Mathewson2011-02-22
|\
| * Make URI parser able to tolerate nonconformant URIs.Nick Mathewson2011-02-13
* | Make -ffunction-sections off-by-default in 2.0.xNick Mathewson2011-02-22
* | Remove nonfunctional enable_libevent_(install|regress)_def variablesNick Mathewson2011-02-22
* | Use $(), not @@, for LIBEVENT_GC_SECTIONSNick Mathewson2011-02-22
* | Be explicit about how long event loops run in event.h documentationNick Mathewson2011-02-22
* | Use %s with printf in test.shNick Mathewson2011-02-22
* | Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.amDave Hart2011-02-22
* | Add configure options to disable installation, regression testsDave Hart2011-02-22
* | Add -D_OSF_SOURCE to fix hpux buildsHarlan Stenn2011-02-22
* | Use the gcc -ffunction-segments feature to allow gc when linking with static ...Dave Hart2011-02-22
* | Check for getservbyname even if not on win32.Harlan Stenn2011-02-22
* | Fix autoconf bracket issues; make check for getaddrinfo include netdb.hHarlan Stenn2011-02-22
* | Skip check for zlib if we have no zlib.hHarlan Stenn2011-02-22
* | Make test-eof fail with a timeout if we never get an eof.Harlan Stenn2011-02-22
* | FIX: comment internal headers used in sample code.Nick Mathewson2011-02-22
* | NM: Fix sample/http-server ipv6 fixesNick Mathewson2011-02-22
* | Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-22
* | Include arpa/inet.h as needed on HPUXHarlan Stenn2011-02-22
* | Correctly detect and stop non-chunked http requests when the body is too longNick Mathewson2011-02-21
* | fix spelling mistake in whatsnew-2.0.txtNick Mathewson2011-02-18
* | Correct evhttp_del_accept_socket documentation on whether socket is closedNick Mathewson2011-02-15
* | Merge branch '20_evport_pollhup' into patches-2.0Nick Mathewson2011-02-13
|\ \
| * | Fix evport handling of POLLHUP and POLLERRNick Mathewson2011-01-01
* | | Clarify event_set_mem_functions docNick Mathewson2011-02-13
| |/ |/|
* | Fix a type error in our (unused) arc4random_stir()patches-2.0Nick Mathewson2011-02-08
* | Fix warnings about AC_LANG_PROGRAM usageSebastian Hahn2011-02-03
* | Fix test.sh output on solarisDave Hart2011-02-01
* | Do not check for gethostbyname_r versions if we have getaddrinfoNick Mathewson2011-01-31