summaryrefslogtreecommitdiff
path: root/tor-circmgr/src/path/dirpath.rs
Commit message (Expand)AuthorAgeFilesLines
* more improvements to circmgr tests.Nick Mathewson2021-06-161-1/+2
* More tests on circmgr::path.Nick Mathewson2021-06-161-1/+2
* circmgr: tests for path/dirpath.rsNick Mathewson2021-06-161-0/+68
* Enormous tor-circmgr rewrite.Nick Mathewson2021-06-141-1/+3
* Refactor TorPath code to have explicit constructors.Alexander Færøy2021-05-201-2/+2
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-111-1/+3
* Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-071-1/+0
* Implement correct (?) weighting for path selection.Nick Mathewson2020-12-021-3/+2
* Add support for using fallback directories in path constructionNick Mathewson2020-11-191-14/+25
* Use anyhow in tor-circmgr and tor-chanmgrNick Mathewson2020-11-111-3/+1
* Document tor-circmgrNick Mathewson2020-11-021-0/+4
* Implement rudimentary circuit-manager functionalityNick Mathewson2020-11-021-1/+1
* Add a new circuit-manager crate and move path selection there.Nick Mathewson2020-11-021-0/+30