tor/scripts/maint/practracker
Nick Mathewson f306d12b58 Refactor handling of TestingTorNetwork
Previously, when TestingTorNetwork was set, we would manually adjust
the initvalue members of a bunch of other config_var_t, and then
re-run the early parts or parsing the options.

Now we treat the initvalue fields as immutable, but instead assign
to them in options_init(), as early as possible.  Rather than
re-running the early parts of options, we just re-call the
options_init_from_string() function.

This patch de-kludges some of our code pretty handily.  I think it
could later handle authorities and fallbacks, but for now I think we
should leave those alone.
2019-07-24 15:21:56 -04:00
..
exceptions.txt Refactor handling of TestingTorNetwork 2019-07-24 15:21:56 -04:00
metrics.py practracker: Be more careful about excluding "confusing terms" 2019-03-13 09:27:29 -04:00
practracker_tests.py Improve metrics implementation. 2019-02-27 19:31:15 +02:00
practracker.py Stop assuming that /usr/bin/python3 exists 2019-03-27 11:07:55 +10:00
problem.py practracker: add ability to regenerate exceptions file. 2019-03-25 16:09:11 -04:00
util.py practracker: sort filenames and directories. 2019-03-25 09:08:04 -04:00