- 12 Feb, 2021 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
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.
-
- 11 Feb, 2021 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
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.
-
Nick Mathewson authored
-
- 10 Feb, 2021 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 09 Feb, 2021 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 08 Feb, 2021 4 commits
-
-
George Kadianakis authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
- 05 Feb, 2021 3 commits
-
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
- 02 Feb, 2021 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 01 Feb, 2021 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This crate is mainly intended to wrap the config.rs code if necessary, and to give a way for interacting with it on the command line.
-
- 27 Jan, 2021 1 commit
-
-
Nick Mathewson authored
-
- 26 Jan, 2021 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 25 Jan, 2021 9 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
The documentation and implementation diverged; the documentation was correct.
-
Nick Mathewson authored
With this patch we don't consider a consensus to be even potentially well-signed if the authorities that are listed as signing it don't contain enough authorities we believe in. Otherwise, we'd just try fetching certs for them and failing forever. (I found this by switching from a chutney network to the main network without cleaning out my cache.) Closes #44
-
Hiro authored
-
Nick Mathewson authored
We should find out if we believe in the authorities before we even think of downloading their certs.
-
Nick Mathewson authored
Also replace some "disk" with "cache" in log messages
-
- 22 Jan, 2021 1 commit
-
-
Hiro authored
-
- 21 Jan, 2021 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Kushal Das authored
Based rust nightly cargo fmt.
-