summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement the guard side of shared state directories.Nick Mathewson2021-10-211-1/+10
|
* Actually select guards for directory circuits.Nick Mathewson2021-10-131-0/+4
|
* Integrate GuardUsability and GuardMonitor into CircuitBuilder.Nick Mathewson2021-10-101-0/+5
| | | | | | (When we're building a path with a guard, we need to tell the guard manager whether the path succeeded, and we need to wait to hear whether the guard is usable.)
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-0/+4
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+73
This will cause some pain for now, but now is really the best time to do this kind of thing.