summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-072-1/+2
* Use StorageHandle in tor_circmgr.Nick Mathewson2021-09-303-70/+15
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-162-5/+5
* fix/silence clippy lints in test modulesDaniel Eades2021-09-089-12/+22
* More tests in pareto.rsNick Mathewson2021-09-081-9/+47
* Use same defaults for abandon and close times in timeout code.Nick Mathewson2021-09-071-6/+4
* Stop making abandoned/successful circuit counts persistentNick Mathewson2021-09-071-22/+1
* A little more test coverage in tor-circmgr::mgrNick Mathewson2021-09-072-6/+36
* tor_circmgr::mgr -- refactor some duplicate code.Nick Mathewson2021-09-071-20/+32
* Rename pick_action to clarify that it can modify selfNick Mathewson2021-09-071-5/+5
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2716-0/+5461