summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Checking request nameserver for NULL, before using it.patches-2.0Belobrov Andrey2013-05-07
* Start a changelog for Libevent 2.0.22-stableNick Mathewson2013-04-30
* Merge remote-tracking branch 'origin/pr/36' into patches-2.0Nick Mathewson2013-04-25
|\
| * Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)Kevin Bowling2013-01-16
| * Fix missing AC_PROG_SED on older AutoconfsTay Ray Chuan2013-01-16
* | Fix a typo in a comment in buffer.h. Spotted by Alt_F4Nick Mathewson2013-03-25
* | fix #73 and fix http_connection_fail_test to catch itGreg Hazel2013-02-14
* | Avoid using top_srcdir in TESTS-new automakes do not like thisNick Mathewson2013-02-08
* | Rename configure.in to configure.ac to appease newer autoconfsNick Mathewson2013-02-08
* | Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compatNick Mathewson2013-02-08
* | Fix a locking error in bufferevent_socket_get_dns_error.Nick Mathewson2013-02-05
* | Fix a mistake in evbuffer_remove() arguments in example http server codeGyepi Sam2013-01-22
* | Avoid double-close on getsockname error in evutil_ersatz_socketpairNick Mathewson2012-12-20
* | Avoid leaking fds on evconnlistener with no callback setNick Mathewson2012-12-20
* | Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabledNick Mathewson2012-12-04
* | Increment version to 2.0.21-stable-devNick Mathewson2012-11-19
* | Increment libtool version for 2.0.21 tooNick Mathewson2012-11-18
* | Increment version to 2.0.21-stableNick Mathewson2012-11-18
* | Changelog for 2.0.21-stableNick Mathewson2012-11-18
* | Make ssl version check in unit tests workNick Mathewson2012-11-18
* | Avoid crash when event_pending() called with no event_base set on eventNick Mathewson2012-11-16
* | remove stray 'x' so print_err will compile when uncommentedPatrick Pelletier2012-11-16
* | Make rpcgen_wrapper.sh work on systems without a "python2" binaryNick Mathewson2012-11-16
* | Warn when openssl version in unit test mismatches compiled version.Nick Mathewson2012-11-15
* | Fix renegotiation test to work around openssl 1.0.1 bugNick Mathewson2012-11-15
* | Fix compilation on mingw64 with -DUSE_DEBUGNick Mathewson2012-11-02
* | Compile without warnings on mingw64Nick Mathewson2012-11-01
* | Merge remote-tracking branch 'rosslagerwall/python2-2.0' into patches-2.0Nick Mathewson2012-10-26
|\ \
| * | Use python2 rather than pythonRoss Lagerwall2012-10-23
* | | Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is setJuan Pablo Fernandez2012-10-26
* | | Merge remote-tracking branch 'public/20_bev_timeout_semantics' into patches-2.0Nick Mathewson2012-10-24
|\ \ \
| * | | Don't discard SSL read event when timeout and read come close togetherNick Mathewson2012-09-07
* | | | No need to reserve space if reading is suspended.Joachim Bauch2012-09-22
* | | | Stop looping in "consider_reading" if reading is suspended.Joachim Bauch2012-09-22
| |/ / |/| |
* | | FIx another memleak on OOM in evdnsGeorge Danchev2012-09-12
* | | Avoid a memory-leak on OOM in evdns.George Danchev2012-09-12
|/ /
* | Increment version to 2.0.20-stable-devNick Mathewson2012-08-24
* | Add a date to the changelogNick Mathewson2012-08-23
* | Increment version to 2.0.20-stableNick Mathewson2012-08-23
* | Initial changelog and credits for 2.0.20Nick Mathewson2012-08-23
* | Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.Nick Mathewson2012-08-22
|/
* Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED)Nick Mathewson2012-08-02
* Fix an unused variable warning on *BSD.Nick Mathewson2012-08-02
* Avoid segfault on weird timeout during name lookup.Greg Hazel2012-07-30
* Check more setsockopt return values when binding sockets. Found by coverityNick Mathewson2012-07-26
* memset sockaddr_in before using it. Found by coverity.Nick Mathewson2012-07-26
* Move assignment outside tt_assert in ssl unit tests. Appeases coverity.Nick Mathewson2012-07-26
* Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-26
* Avoid possible needless call to writev. Found by coverity.Nick Mathewson2012-07-26
* Remove unused variable; spotted by coverityNick Mathewson2012-07-26