aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/reactor/hop_mgr.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-031-0/+10
* proto: Support passing a stream request filter to the reactorGabriela Moldovan2026-06-291-1/+47
* proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`Gabriela Moldovan2026-06-231-12/+7
* proto: Implement ClosePendingStream in the stream reactorGabriela Moldovan2026-06-231-1/+31
* proto: Replace StreamMsg with a new CtrlMsg typeGabriela Moldovan2026-06-231-5/+5
* proto: Replace TimeoutEstimator with opaque handlerGabriela Moldovan2026-03-191-10/+7
* proto: Document that the hop list is shared with the BWDGabriela Moldovan2026-01-291-0/+11
* proto: Add a new, implementation-agnostic circuit reactorGabriela Moldovan2026-01-291-0/+235