Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-07-01 | Extract more constants from or.h | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2018-06-15 | Move extend_info_t into its own header. | Nick Mathewson | |
2017-04-03 | Capture expected log in test_circuitbuild.c | Taylor Yu | |
Capture the warning for the unhandled circuit purpose test case, both to clean up the test log and to confirm that it gets logged. | |||
2017-04-03 | Test unhandled purpose in route_len_for_purpose() | Taylor Yu | |
Check that route_len_for_purpose() (helper for new_route_len()) correctly fails a non-fatal bug assertion if it encounters an unhandled circuit purpose when it is called with exit node info. | |||
2017-04-03 | Add tests for new_route_len() | Taylor Yu | |