aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'maybenot-manual' into 'main'Nick Mathewson2025-09-161-0/+39
|\ \ | |/ |/|
| * Fix several rustdoc links.Nick Mathewson2025-09-161-8/+6
| * proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-151-0/+41
* | tor-proto: add `FlowCtrlParameters` to `CircParameters` and `HopSettings`Steven Engler2025-09-111-4/+41
|/
* proto: Add test ensuring consecutive SWITCHes trigger tunnel teardown.Gabriela Moldovan2025-09-041-0/+48
* proto: Only send the bad test cell on one of the circuit legs.Gabriela Moldovan2025-09-041-7/+4
* proto: Pass the cc params as an argument to setup_good_conflux_tunnel.Gabriela Moldovan2025-09-041-12/+13
* proto: Add another test for SWITCH seqno validation.Gabriela Moldovan2025-09-041-8/+7
* padding: Give CircEnt in a Channel a handle for the PaddingController.Nick Mathewson2025-09-021-4/+21
* Define and implement a backend padding API, based on maybenot.Nick Mathewson2025-09-021-0/+2
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-5/+3
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-9/+4
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-3/+3
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-5/+5
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-3/+3
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+4008