aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitstats.c
AgeCommit message (Collapse)Author
2018-06-15Extract cpath_build_state into its own header.Nick Mathewson
More modules use this than I had expected!
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
This is a unit-test-only leak, but let's fix it anyway so it doesn't hide real bugs. Bug not in any released version of Tor.
2017-12-08Fix up test_circuitstats to use the new circuit_free macroNick Mathewson
2017-12-07Add tests for circuitstats.cMike Perry
These tests primarily test the relaxed and measured behavior of circuitstats.c, to make sure we did not break it with #23100 or #23114.