summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/hspool.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-circmgr: Make take_or_launch_stub_circuit future SendIan Jackson2023-03-301-2/+1
* hspool: simplify loop and add a maximumNick Mathewson2023-03-221-41/+39
* hspool: Clarify/document more TODO HS items.Nick Mathewson2023-03-221-2/+8
* hspool: Tweak comments and add more TODOs.Nick Mathewson2023-03-221-10/+33
* circmgr: hspool now launches circuits in the background.Nick Mathewson2023-03-221-11/+157
* circmgr: Add an actual pool to HsCircPool.Nick Mathewson2023-03-221-6/+121
* circmgr: Begin an HS circuit pool structureNick Mathewson2023-03-221-0/+150