aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitstats.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-05-14test: Move the origin circuit function to test helpersteor
2020-05-14test/circuitstats: Refactor common codeteor
2020-05-14test/circuitstats: Fix a bunch of coding style issuesteor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Replace several C identifiers.teor
2019-06-11Rework origin circuit tracking to use pubsubTaylor Yu
2019-05-03Hiding crypt_path_t: Rename some functions to fit the crypt_path API.George Kadianakis
2019-01-16Bump copyright date to 2019Nick Mathewson
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 cpath_build_state into its own header.Nick Mathewson
2018-06-15Extract crypt_path_t and relay_crypto_t into their own headersNick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-01-24Fix a memory leak in build_unopened_fourhopNick Mathewson
2017-12-08Fix up test_circuitstats to use the new circuit_free macroNick Mathewson
2017-12-07Add tests for circuitstats.cMike Perry