summaryrefslogtreecommitdiff
path: root/tor-netdir/src/fallback.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Add builders for authority and fallback objects.Nick Mathewson2021-05-101-10/+65
|
* Make reasonable set of default fallback directoriesNick Mathewson2021-03-301-3/+0
|
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-4/+4
|
* Apply "deny_unknown_fields" to configuration types.Nick Mathewson2021-02-121-0/+4
|
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-111-58/+2
| | | | | | | | | | This commit adds configuration options for these values, with the right defaults, and uses those options instead of built-in functions to set them. We also remove the function to extract information from chutney directories: now that arti is configurable, it can be chutney's job to make its own network configurations.
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-221-6/+4
|
* NetDirConfig: Learn fallback directories from chutney configurations tooNick Mathewson2020-11-201-0/+15
|
* Add support for using fallback directories in path constructionNick Mathewson2020-11-191-7/+57
| | | | | | This is mainly a refactoring commit, with a little new code. It also adds #[derive(Copy,Clone)] for a few types.
* Include a list of fallback directories in tor-netdirNick Mathewson2020-11-161-0/+48