aboutsummaryrefslogtreecommitdiff
path: root/tor-circmgr/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Move closed-check for circuits into an atomicbool.Nick Mathewson2020-11-131-1/+1
|
* Make Arc<>-ness of ClientCirc explicit.Nick Mathewson2020-11-122-11/+15
|
* Make the Arc-ness of channels more explicit.Nick Mathewson2020-11-121-1/+2
| | | | | | Previously every channel was a secret Arc<>, which I think is bad style, and which stopped us from using weak references in other places.
* tor-circmgr: timeout and retry support.Nick Mathewson2020-11-112-3/+40
|
* Isolate async_std usage in a new tor_rtcompat crate.Nick Mathewson2020-11-112-16/+6
| | | | | Like tor_llcrypto, this crate is meant to expose only the part of other crates (in this case, a async runtime crate) that we use.
* Use anyhow in tor-circmgr and tor-chanmgrNick Mathewson2020-11-114-20/+4
|
* 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-025-7/+107
|
* Implement rudimentary circuit-manager functionalityNick Mathewson2020-11-023-1/+193
| | | | | This code is meant to "get or launch a circuit as appropriate." It's super dodgy, but it is probably good enough for a first pass.
* Add a new circuit-manager crate and move path selection there.Nick Mathewson2020-11-025-0/+182