summaryrefslogtreecommitdiff
path: root/tor-circmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of new clippy warnings.Nick Mathewson2020-11-281-1/+1
* Add a function to retire circuits.Nick Mathewson2020-11-241-0/+29
* Add support for using fallback directories in path constructionNick Mathewson2020-11-191-9/+35
* Note an unpleasantness in the circmgr api.Nick Mathewson2020-11-161-0/+1
* Move closed-check for circuits into an atomicbool.Nick Mathewson2020-11-131-1/+1
* Make Arc<>-ness of ClientCirc explicit.Nick Mathewson2020-11-121-9/+13
* tor-circmgr: timeout and retry support.Nick Mathewson2020-11-111-3/+36
* Isolate async_std usage in a new tor_rtcompat crate.Nick Mathewson2020-11-111-10/+3
* Use anyhow in tor-circmgr and tor-chanmgrNick Mathewson2020-11-111-4/+2
* circmgr: Make sure circmgr can be shared among threadsNick Mathewson2020-11-041-8/+6
* Make 'netdir' no longer a field in circmgr.Nick Mathewson2020-11-021-12/+13
* Add a tiny bit of cleanup logic to tor-circmgrNick Mathewson2020-11-021-4/+17
* Document tor-circmgrNick Mathewson2020-11-021-3/+74
* Implement rudimentary circuit-manager functionalityNick Mathewson2020-11-021-0/+188
* Add a new circuit-manager crate and move path selection there.Nick Mathewson2020-11-021-0/+5