mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
f306d12b58
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. |
||
---|---|---|
.. | ||
practracker | ||
add_c_file.py | ||
annotate_ifdef_directives | ||
check_config_macros.pl | ||
checkIncludes.py | ||
checkLogs.pl | ||
checkOptionDocs.pl.in | ||
checkSpace.pl | ||
findMergedChanges.pl | ||
format_changelog.py | ||
lintChanges.py | ||
locatemissingdoxygen.py | ||
rectify_include_paths.py | ||
redox.py | ||
run_calltool.sh | ||
sortChanges.py | ||
update_versions.py | ||
updateCopyright.pl | ||
updateRustDependencies.sh |