summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix compilation on OS X 10.6OSX_compileSebastian 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
* | Add compile-time check for AF_UNSPEC==PF_UNSPECNick Mathewson2011-01-31
* | Fix http unit test on non-windows platforms without getaddrinfoNick Mathewson2011-01-31
* | Build on systems without AI_PASSIVENick Mathewson2011-01-31
* | Try to build correctly on platforms with no IPv6 supportNick Mathewson2011-01-24
* | Build correctly on platforms without sockaddr_storageNick Mathewson2011-01-24
* | Fall back to sscanf if we have no other way to implement strtollNick Mathewson2011-01-24
* | Make --enable-gcc-warnings a no-op if not using gccNick Mathewson2011-01-24
* | Correctly free selectop fields when select_resize fails in select_initNick Mathewson2011-01-12
* | Handle resize failures in the select backend better.Nick Mathewson2011-01-07
* | Use event_err() only if the failure is truly unrecoverable.Jardel Weyrich2011-01-07
* | Detect and handle more allocation failures.Jardel Weyrich2011-01-07
* | Check for POLLERR, POLLHUP and POLLNVAL for Solaris event portsTrond Norbye2011-01-06
* | Fix compilation on Windows with NDEBUGNick Mathewson2011-01-02
|/
* Bump version to 2.0.10-stable-devNick Mathewson2010-12-16
* Add changelog for 2.0.10-stableNick Mathewson2010-12-16
* Add more acknowledgements to the readme for 2.0.10-stableNick Mathewson2010-12-15
* Set the version to 2.0.10-stableNick Mathewson2010-12-15
* EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings.Evan Jones2010-12-14
* Add stuff to whatsnew based on reading include changes since August.Nick Mathewson2010-12-09
* Document that the cpu_hint is only used on Windows with IOCP for nowNick Mathewson2010-12-09