summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel.rs
Commit message (Expand)AuthorAgeFilesLines
* 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