| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-proto: add variants to `HopLocation` behind `conflux` feature | Steven Engler | 2025-02-24 | 1 | -7/+9 |
| | | |||||
| * | tor-proto: add `HopLocation` and `TargetHop` | Steven Engler | 2025-02-24 | 1 | -0/+29 |
| | | |||||
| * | tor-proto: Add a tunnel module. | David Goulet | 2025-02-20 | 1 | -0/+144 |
| Move StreamTarget to the tunnel module and the circuit module. From now on streams will be implemented on tunnels, not circuits. This moves `StreamTarget` to the tunnel module. A future change will replace `ClientCirc` with `ClientTunnel` inside `StreamTarget`. This is mostly code motion, best reviewed with `--color-moved`. Signed-off-by: David Goulet <[email protected]> | |||||
