summaryrefslogtreecommitdiff
path: root/tor-netdir/src/fallback.rs
Commit message (Expand)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
* 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
* Include a list of fallback directories in tor-netdirNick Mathewson2020-11-161-0/+48