aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-12-15Add ability to keep the CAP_NET_BIND_SERVICE capability on LinuxNick Mathewson
This feature allows us to bind low ports when starting as root and switching UIDs. Based on code by David Goulet. Implement feature 8195
2015-11-06"And now a better patch which builds the tests if LibreSSL is used."Nick Mathewson
Works on the latest LibreSSL (in OpenBSD-current). (Patch from 'rubiate' on #17253.
2015-11-05Fix SipHash-2-4 performance for non multiple of 8 buffers.Yawning Angel
Code cribbed from Andrew Moon's Public Domain SipHash-2-4 implementation (which IMO is also cleaner). Fixes bug 17544.
2015-10-30Merge remote-tracking branch 'rl1987/ticket16831_part2_rebased'Nick Mathewson
2015-10-29Fix GCC warnings.rl1987
2015-10-26Merge remote-tracking branch 'rl1987/bug17417_take2'Nick Mathewson
2015-10-24Avoid crashing due to double-freeing memory.rl1987
2015-10-24Seventh test case for dns_resolve_impl().rl1987
2015-10-24Sixth test case for dns_resolve_impl.rl1987
2015-10-24Add a fifth unit test.rl1987
2015-10-24Whitespace fixes.rl1987
2015-10-24Add a fourth test case.rl1987
2015-10-24Third test case for dns_resolve_impl.rl1987
2015-10-24A second test case for dns_resolve_impl.rl1987
2015-10-24Making it slightly cleaner.rl1987
2015-10-24First test case for dns_resolve_impl().rl1987
2015-10-24Using namespace macros for mock functions in test_dns.crl1987
2015-10-24Use NS_SUBMODULEs in test_dns.crl1987
2015-10-22Compilation was off by one characterNick Mathewson
2015-10-22Fix windows build: do not assume util_process works on windowsNick Mathewson
2015-10-21Fix valgrind errors in test_util_processNick Mathewson
2015-10-21Fix whitespacesNick Mathewson
2015-10-21Merge remote-tracking branch 'twstrike/util_process_tests'Nick Mathewson
2015-10-21Fix various coverity-found issuesNick Mathewson
2015-10-21Yet more memory leaks closed in test_tortlsNick Mathewson
2015-10-21More memory leaks closed in test_tortlsNick Mathewson
2015-10-21Fix another pile of test_tortls memory leaksNick Mathewson
2015-10-21More leaks to fix.Nick Mathewson
2015-10-21resolve some leaks in test_tortls.cNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7Nick Mathewson
2015-10-21Fix the return valueNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7Nick Mathewson
2015-10-21Check for len < 4 in dn_indicates_v3_certNick Mathewson
Without this check, we potentially look up to 3 characters before the start of a malloc'd segment, which could provoke a crash under certain (weird afaik) circumstances. Fixes 17404; bugfix on 0.2.6.3-alpha.
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21memory leaks in procmon testsNick Mathewson
2015-10-21Fix a memory leak in reading an expired ed signing key.Nick Mathewson
Closes 17403.
2015-10-21Fix all leaks (and an introduced failure) in the rendcache testsNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Whoops; infinite recursionNick Mathewson
2015-10-21Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-21Yet more memory leaks in the rendcache testsNick Mathewson
2015-10-21Fix memory leak in rend_cache_failure_entry_free()Nick Mathewson
Bug 17402.
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