aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor/circuit/extender.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-031-4/+4
* proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-031-4/+4
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-031-5/+20
* proto: log hop settings at trace upon client circuit opening.Nick Mathewson2026-06-231-1/+2
* proto: Make the hop in SendRelayCell optionalGabriela Moldovan2025-11-171-1/+1
* proto: Move SendRelayCell to circhopGabriela Moldovan2025-11-171-1/+2
* proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-211-1/+1
* proto: Move TunnelId to a separate, shared module (fmt).Gabriela Moldovan2025-08-281-1/+1
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-281-1/+1
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-2/+2
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-4/+4
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+292