aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/reactor/forward
Commit message (Expand)AuthorAgeFilesLines
* proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-031-3/+3
* proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-031-3/+3
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-031-5/+15
* proto: Wrap PeerInfo in Arc<>Gabriela Moldovan2026-04-231-3/+3
* proto: Avoid collecting the chan identities in RelayIdSetGabriela Moldovan2026-04-231-10/+2
* proto: Use PeerInfo in the extend handlerGabriela Moldovan2026-04-231-2/+3
* proto: Reject EXTEND2 targeting the previous hop in the circuitGabriela Moldovan2026-04-231-1/+13
* proto: Give the ExtendRequestHandler a copy of the inbound peer infoGabriela Moldovan2026-04-231-0/+4
* proto: Fix broken doc link in extend handlerGabriela Moldovan2026-04-231-1/+3
* proto: Extract EXTEND2 handling into a new moduleGabriela Moldovan2026-04-231-0/+234