summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21More leaks hereNick Mathewson
2015-10-21Fix an (unreachable) memory leak in rendcache.cNick Mathewson
The 0.2.8 unit tests provoke this leak, though I don't think it can happen IRL.
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix a bunch more memory leaks in the tests.Nick Mathewson
2015-10-21Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w ↵Nick Mathewson
valgrind
2015-10-21Fix numerous leaks and memory errors in tests. Found by valgrindNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Fix a number of unit-test memory leaks, found by valgrind.Nick Mathewson
2015-10-21Fix a memory leak; bug 17398.Nick Mathewson
2015-10-19Bump version to 0.2.7.4-rcNick Mathewson
2015-10-15Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-15Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-10-15Add hidserv-stats filname to our sandbox filterDavid Goulet
Fixes #17354 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-10-15Fix compilation of sandbox.[ch] under musl-libcNick Mathewson
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
2015-10-15Merge branch 'bug17347'Nick Mathewson
2015-10-15Fix compilation of sandbox.[ch] under musl-libcNick Mathewson
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
2015-10-15blank line at eof for test_address.cNick Mathewson
2015-10-15Merge remote-tracking branch 'twstrike/address_tests'Nick Mathewson
2015-10-14Mention trunnel in CodingStandards; describe how in trunnel/READMENick Mathewson
2015-10-09Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-09Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-10-09Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-10-09Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-10-09Update geoip and geoip6 to the October 9 2015 database.Karsten Loesing
2015-10-07Fix some 64bit issuesNick Mathewson
2015-10-07Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-07Make get_ifaddrs tests more tolerant of unusual network configsteor (Tim Wilson-Brown)
* Don't assume that every test box has an IPv4 address * Don't assume that every test box has a non-local address Resolves issue #17255 released in unit tests in 0.2.7.3-rc.
2015-10-07Fix 32-bit case of rend_cache/entry_allocationNick Mathewson
2015-10-07Fix implicit overflow in rendcache testsNick Mathewson
2015-10-07Fix "make check-spaces"Nick Mathewson
2015-10-07Merge remote-tracking branch 'twstrike/procmon_tests'Nick Mathewson
Conflicts: src/test/include.am src/test/log_test_helpers.c src/test/log_test_helpers.h
2015-10-06fix check-spaces once moreNick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/rendcache_tests'Nick Mathewson
Conflicts: src/test/include.am src/test/rend_test_helpers.c src/test/rend_test_helpers.h
2015-10-06Merge remote-tracking branch 'twstrike/util_format_tests'Nick Mathewson
Conflicts: src/test/test_util_format.c
2015-10-06Merge remote-tracking branch 'tvdw/fix-16563'Nick Mathewson
2015-10-06Fix compilation with openssl 1.1 by forcibly disabling some testsNick Mathewson
Some of these tests can be ported to work with openssl 1.1, but probably some can't.
2015-10-06Allow case-insensitive match in test_tortls_debug_state_callbackNick Mathewson
2015-10-06Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-06Work around openssl declaring x509_get_not{Before,After} as functionsNick Mathewson
Now that x509_get_not{Before,After} are functions in OpenSSL 1.1 (not yet releasesd), we need to define a variant that takes a const pointer to X509 and returns a const pointer to ASN1_time. Part of 17237. I'm not convinced this is an openssl bug or a tor bug. It might be just one of those things.
2015-10-06Fix 17251: avoid integer overflow in test_crypto_slowNick Mathewson
2015-10-05Fix spaces and other smaller issuesOla Bini
2015-10-05Fix compilation failure when SSL_SESSION_get_master_key() is provided by ↵rl1987
OpenSSL.
2015-10-05Fix spacesOla Bini
2015-10-05Fix compiling under gcc warnings to errorsOla Bini
2015-10-05Fix spacesOla Bini
2015-10-05Test full IP addresses instead of just one nibbleOla Bini
2015-10-04Use __FUNCTION__ instead of __PRETTY_FUNCTION__Tom van der Woerdt
Fixes ticket #16563
2015-10-04fix easy typoRoger Dingledine
2015-10-03Fix spaces warningsOla Bini