summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/streammap.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-3/+21
|\
| * proto: Reject any messages arriving on expired half-streams.Gabriela Moldovan2025-09-191-1/+1
| * proto: Remove half-streams when they expire.Gabriela Moldovan2025-09-161-0/+8
| * proto: Give Each EndSentStreamEnt an expiry.Gabriela Moldovan2025-09-161-3/+13
* | tor-proto: rename `take_capacity_to_send` to `about_to_send`Steven Engler2025-09-181-7/+7
* | tor-proto: rename `FlowCtrlMethods` to `FlowCtrlHooks`Steven Engler2025-09-161-1/+1
* | tor-proto: change `take_capacity_to_send` to take `AnyRelayMsg`Steven Engler2025-09-161-1/+1
|/
* tor-proto: rename `StreamFlowCtrl` constructorsSteven Engler2025-09-101-1/+1
* tor-proto: simplify `StreamFlowCtrlEnum` with `enum_dispatch`Steven Engler2025-09-101-1/+1
* tor-proto: rename `StreamFlowControl` to `StreamFlowCtrl`Steven Engler2025-09-101-5/+5
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-1/+2
* proto: Fix tests post-crate reorg (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Fix tests post-crate reorg.Gabriela Moldovan2025-08-181-1/+1
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-3/+3
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-4/+4
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+657