summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid using top_srcdir in TESTS-new automakes do not like thisbaserock/release-2.0.21-stableNick Mathewson2014-09-161-2/+9
* Increment libtool version for 2.0.21 toorelease-2.0.21-stableNick Mathewson2012-11-181-1/+2
* Increment version to 2.0.21-stableNick Mathewson2012-11-182-4/+4
* Changelog for 2.0.21-stableNick Mathewson2012-11-182-1/+19
* Make ssl version check in unit tests workNick Mathewson2012-11-181-1/+1
* Avoid crash when event_pending() called with no event_base set on eventNick Mathewson2012-11-161-0/+5
* remove stray 'x' so print_err will compile when uncommentedPatrick Pelletier2012-11-161-1/+1
* Make rpcgen_wrapper.sh work on systems without a "python2" binaryNick Mathewson2012-11-161-1/+9
* Warn when openssl version in unit test mismatches compiled version.Nick Mathewson2012-11-151-0/+3
* Fix renegotiation test to work around openssl 1.0.1 bugNick Mathewson2012-11-151-4/+23
* Fix compilation on mingw64 with -DUSE_DEBUGNick Mathewson2012-11-023-19/+28
* Compile without warnings on mingw64Nick Mathewson2012-11-0120-67/+77
* Merge remote-tracking branch 'rosslagerwall/python2-2.0' into patches-2.0Nick Mathewson2012-10-261-1/+1
|\
| * Use python2 rather than pythonRoss Lagerwall2012-10-231-1/+1
* | Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is setJuan Pablo Fernandez2012-10-261-0/+4
* | Merge remote-tracking branch 'public/20_bev_timeout_semantics' into patches-2.0Nick Mathewson2012-10-242-4/+12
|\ \
| * | Don't discard SSL read event when timeout and read come close togetherNick Mathewson2012-09-072-4/+12
* | | No need to reserve space if reading is suspended.Joachim Bauch2012-09-221-1/+4
* | | Stop looping in "consider_reading" if reading is suspended.Joachim Bauch2012-09-221-0/+3
| |/ |/|
* | FIx another memleak on OOM in evdnsGeorge Danchev2012-09-121-0/+2
* | Avoid a memory-leak on OOM in evdns.George Danchev2012-09-121-1/+4
|/
* Increment version to 2.0.20-stable-devNick Mathewson2012-08-243-4/+7
* Add a date to the changelogrelease-2.0.20-stableNick Mathewson2012-08-231-1/+1
* Increment version to 2.0.20-stableNick Mathewson2012-08-233-5/+6
* Initial changelog and credits for 2.0.20Nick Mathewson2012-08-232-2/+38
* Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.Nick Mathewson2012-08-221-28/+39
* Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED)Nick Mathewson2012-08-021-0/+1
* Fix an unused variable warning on *BSD.Nick Mathewson2012-08-021-1/+1
* Avoid segfault on weird timeout during name lookup.Greg Hazel2012-07-301-0/+15
* Check more setsockopt return values when binding sockets. Found by coverityNick Mathewson2012-07-262-5/+14
* memset sockaddr_in before using it. Found by coverity.Nick Mathewson2012-07-261-0/+1
* Move assignment outside tt_assert in ssl unit tests. Appeases coverity.Nick Mathewson2012-07-261-1/+2
* Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-266-10/+19
* Avoid possible needless call to writev. Found by coverity.Nick Mathewson2012-07-261-0/+2
* Remove unused variable; spotted by coverityNick Mathewson2012-07-261-3/+0
* Avoid more crashes/bad calls in unit tests; found by coverityNick Mathewson2012-07-262-5/+12
* Add some missing null checks to unit tests; found by coverityNick Mathewson2012-07-262-1/+3
* Fix resource leaks in the unit tests; found by coverityNick Mathewson2012-07-262-6/+13
* Fix various check-after-dereference issues in unit tests: found by coverityNick Mathewson2012-07-266-7/+35
* Set umask before calling mkstemp in unit tests. Found by coverityNick Mathewson2012-07-252-0/+8
* Fix possible uninitialized read in dns regression tests. Found by coverity.Nick Mathewson2012-07-251-0/+1
* Remove deadcode in http regression tests. Found by coverity.Nick Mathewson2012-07-251-3/+0
* Fix a memory leak on error in evhttp_uriencodeNick Mathewson2012-07-171-3/+2
* Win32: avoid crash when waiting forever on zero fds.Nick Mathewson2012-07-161-1/+1
* Make event_pending() threadsafe.Simon Liu2012-06-141-0/+3
* Add GCC annotations so that the vsprintf functions get checked properlyNick Mathewson2012-06-142-2/+10
* Merge pull request #57 from rosslagerwall/memleakNick Mathewson2012-06-062-0/+5
|\
| * Fix a couple of memory leaks (found with Valgrind).Ross Lagerwall2012-06-062-0/+5
|/
* Correctly check for arc4random_bufSebastian Hahn2012-06-011-1/+1
* check for arc4random_buf at runtime, on OS XGreg Hazel2012-05-311-2/+14