aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Notify guard manager on network change and state flush.Nick Mathewson2021-10-101-1/+15
|
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-2/+9
|
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
|
* Use StorageHandle in tor_circmgr.Nick Mathewson2021-09-301-8/+9
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-3/+4
|
* A little more test coverage in tor-circmgr::mgrNick Mathewson2021-09-071-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+362
This will cause some pain for now, but now is really the best time to do this kind of thing.