aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_rendcache.c
AgeCommit message (Expand)Author
2020-09-18Merge branch 'maint-0.3.5' into maint-0.4.3David Goulet
2020-09-17Fix underflow in rend_cache/free_all test.Nick Mathewson
2020-09-17Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-09-17test: Increment rend cache allocation before freeingDavid Goulet
2020-08-13Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-08-12Fix allocation counting in clean_v2_descs_as_dir test.Nick Mathewson
2020-01-09Fix wide lines from NS() removal fallout.Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Replace various NS_MODULE/SUBMODULE vals with shorter names.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-02-12test: Fix a warning underflow in rend_cache/cleanDavid Goulet
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-11-29test: Fix a warning underflow in rend_cache/cleanDavid Goulet
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move extend_info_t into its own header.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Split rend_authorized_client_t and encoded_.._t into their own headersNick Mathewson
2018-06-15Extract rend_intro_point_t into its own header.Nick Mathewson
2018-06-15Extract rend_service_descriptor_t into its own header.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-07-07test: Move some test code to test helpers.George Kadianakis
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