summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Consistentize tabsNick Mathewson2010-12-09
* Remove end-of-line whitespaceNick Mathewson2010-12-09
* tweak readme, whatsnewNick Mathewson2010-12-09
* Fix a signed/unsigned comparison in the last commitNick Mathewson2010-12-07
* Reject overlong http requests early when Expect:100-continue is setConstantine Verutin2010-12-07
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-03
* tests: Use new event2 headers instead of old compatibility headers.Evan Jones2010-12-03
* Use relative includes instead of system includes consistently.Evan Jones2010-12-02
* bufferevent-internal.h: Use the new event2/util.h header, not evutil.hEvan Jones2010-12-02
* Correctly notify the main thread when activating an event from a subthreadNick Mathewson2010-12-01
* Minor fix for IOCP shutdown handling fixKelly Brock2010-11-30
* Increment version to 2.0.9-rc-devNick Mathewson2010-11-30
* Give the correct date for 2.0.9-rc in the changelogNick Mathewson2010-11-30
* Increment version to 2.0.9-rcNick Mathewson2010-11-30
* Bump VERSION_INFO to 5:0:0Nick Mathewson2010-11-30
* Changelog and acknowledgments for 2.0.9-rcNick Mathewson2010-11-30
* Fix win32 build of http-server.c with unicode enabledNick Mathewson2010-11-30
* Correctly detect timeouts during http connectsNick Mathewson2010-11-30
* Try to fix an assertion failure related to close detectionNick Mathewson2010-11-29
* Possible crash fix when freeing an underlying bufferevent of an openssl buffe...Nick Mathewson2010-11-29
* Merge remote branch 'chrisd/http_continue'Nick Mathewson2010-11-29
|\
| * Preliminary support for Continue expectation in evhttp.Christopher Davis2010-11-29
* | make http-server example code build on win32Nick Mathewson2010-11-29
* | Fix http-server.c compilation on freebsdNick Mathewson2010-11-29
|/
* Merge remote branch 'chrisd/http_fixes2'Nick Mathewson2010-11-29
|\
| * Add a few more comments.Christopher Davis2010-11-29