summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/fallback.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make every Config type implement Eq.Nick Mathewson2021-11-211-1/+1
| | | | | Doing this is necessary for reconfiguration support, and will help a lot with testing, too.
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-4/+4
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-3/+7
| | | | | | | | To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation.
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-1/+1
|
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-0/+5
|
* Use derive_builder for Authority and FallbackDir.Nick Mathewson2021-09-101-50/+15
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+111
This will cause some pain for now, but now is really the best time to do this kind of thing.