tor/src/app
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
..
config Refactor handling of TestingTorNetwork 2019-07-24 15:21:56 -04:00
main Merge remote-tracking branch 'tor-github/pr/1100' 2019-06-17 08:54:12 -04:00
include.am Make our crypto library symbolic in the makefiles. 2018-07-11 12:51:36 -04:00