summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: improve documentation for `StreamTarget::send_sendme`Steven Engler2025-06-261-1/+7
* Make `StreamTarget::send_sendme` non-asyncSteven Engler2025-06-261-7/+2
* hsservice: Stop using HopNum and use TargetHopDavid Goulet2025-06-261-2/+11
* hs: Remove the use of HopNum and instead use TargetHopDavid Goulet2025-06-261-0/+10
* proto: Add From<(UniqId, HopNum)> for TargetHopDavid Goulet2025-06-261-0/+6
* proto: Make TargetHop and HopLocation publicDavid Goulet2025-06-261-6/+4
* tor-proto: Replace LegId/LegIdKey with UniqId.Gabriela Moldovan2025-06-131-2/+2
* tor-proto: Add an identifier for a circuit within a tunnel.Gabriela Moldovan2025-06-121-0/+27
* tor-proto: Add a new identifier type for tunnels.Gabriela Moldovan2025-06-121-0/+22
* cell, proto: Use correct Data sizes for v1 relay cellsNick Mathewson2025-04-161-1/+11
* tor-proto: made `StreamTarget::send_sendme` async and fixed a TODOSteven Engler2025-03-241-2/+6
* tor-proto: begin using `TargetHop` and `HopLocation`Steven Engler2025-03-111-3/+3
* tor-proto: remove non-conflux support from `HopLocation`Steven Engler2025-03-111-5/+0
* tor-proto: rename `HopLocation::Leg` to `HopLocation::Hop`Steven Engler2025-03-111-1/+1
* tor-proto: Move Circuit to its own module.Gabriela Moldovan2025-03-061-1/+1
* tor-proto: add variants to `HopLocation` behind `conflux` featureSteven Engler2025-02-241-7/+9
* tor-proto: add `HopLocation` and `TargetHop`Steven Engler2025-02-241-0/+29
* tor-proto: Add a tunnel module.David Goulet2025-02-201-0/+144