aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_rendcache.c
AgeCommit message (Expand)Author
2017-03-31Remove some now-needless openssl includes from src/test.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-15Fix a lovely heisenbug in rend_cache/store_v2_desc_as_clientNick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04prop224: Directory cache supportDavid Goulet
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08Resolve more BUG warnings in the unit testsNick Mathewson
2016-06-30Fix more naked strdup/malloc/free instancesNick Mathewson
2016-06-20test: Increase offset to rendcache descriptor timeDavid Goulet
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-03-11simplify rend_cache_store_status_t back to a booleanRoger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2016-02-05Fix the --disable-asserts-in-tests configure optionSebastian Hahn
2015-12-09Remove unnecessary castingcypherpunks
2015-12-09Fix buffer over-reads in the rendcache testscypherpunks
2015-12-01Avoid relying on malloc internals in test_rend_cache_purge.teor (Tim Wilson-Brown)
2015-10-21Fix various coverity-found issuesNick Mathewson
2015-10-21Fix all leaks (and an introduced failure) in the rendcache testsNick Mathewson
2015-10-21Yet more memory leaks in the rendcache testsNick Mathewson
2015-10-21More leaks hereNick Mathewson
2015-10-21Fix a bunch more memory leaks in the tests.Nick Mathewson
2015-10-21Fix a number of unit-test memory leaks, found by valgrind.Nick Mathewson
2015-10-07Fix some 64bit issuesNick Mathewson
2015-10-07Fix 32-bit case of rend_cache/entry_allocationNick Mathewson
2015-10-07Fix implicit overflow in rendcache testsNick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/rendcache_tests'Nick Mathewson
2015-10-05Fix spaces and other smaller issuesOla Bini
2015-09-15Add tests for the rend cacheOla Bini