summaryrefslogtreecommitdiff
path: root/tor-config/src/path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-2/+2
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Add some tests for tor_config::CfgPathNick Mathewson2021-02-121-0/+46
|
* Implement storage-directory configuration.Nick Mathewson2021-02-121-0/+113
This affects the cache_dir and the as-yet-unused state_dir. It uses the shellexpand and directories crates so that the default values can be constant strings that use variables to refer to the right default locations.