summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/circhop.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Avoid locking in CircHopOutbound::ccontrol()Gabriela Moldovan2026-01-291-8/+26
* proto: Rip CC state out of CircHopInboundGabriela Moldovan2026-01-291-17/+1
* proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-081-1/+1
* proto: Move a couple of stream-related constants to stream mod (fmt)Gabriela Moldovan2025-11-241-1/+1
* proto: Move a couple of stream-related constants to stream modGabriela Moldovan2025-11-241-1/+1
* proto: Fix up doc links post-refactoringGabriela Moldovan2025-11-171-7/+7
* proto: Temporarily silence a few warningsGabriela Moldovan2025-11-171-0/+3
* proto: Make cc state shared between CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-171-14/+20
* proto: Move CircHop{Inbound,Outbound} out of the client module.Gabriela Moldovan2025-11-171-2/+590
* proto: Make the hop in SendRelayCell optionalGabriela Moldovan2025-11-171-2/+2
* proto: Update SendRelayCell docsGabriela Moldovan2025-11-171-2/+3
* proto: Move SendRelayCell to circhop (fmt)Gabriela Moldovan2025-11-171-2/+2
* proto: Move SendRelayCell to circhopGabriela Moldovan2025-11-171-2/+16
* proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-211-0/+241