Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-15 | Extract cpath_build_state into its own header. | Nick Mathewson | |
More modules use this than I had expected! | |||
2018-06-15 | Extract crypt_path_t and relay_crypto_t into their own headers | Nick Mathewson | |
2018-06-15 | Extract {or,origin}_circuit_t into their own headers | Nick Mathewson | |
2018-01-24 | Fix a memory leak in build_unopened_fourhop | Nick 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-08 | Fix up test_circuitstats to use the new circuit_free macro | Nick Mathewson | |
2017-12-07 | Add tests for circuitstats.c | Mike 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. |