summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/stream
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: add some trace logs to XON/XOFF codeSteven Engler2025-09-221-0/+9
* tor-proto: fix a hard-coded `cc_xoff_client`Steven Engler2025-09-182-4/+15
* tor-proto: rename `take_capacity_to_send` to `about_to_send`Steven Engler2025-09-183-10/+8
* tor-proto: add checks for receiving XON/XOFF before data sentSteven Engler2025-09-171-0/+14
* tor-proto: share the `FlowCtrlParameters` across streamsSteven Engler2025-09-172-6/+7
* tor-proto: improved the `SidechannelMitigation` testsSteven Engler2025-09-171-67/+67
* tor-proto: enabled some tests for `SidechannelMitigation`Steven Engler2025-09-171-12/+9
* tor-proto: update some comments for `SidechannelMitigation`Steven Engler2025-09-171-3/+41
* tor-proto: add some tests for XON/XOFF `SidechannelMitigation`Steven Engler2025-09-161-0/+81
* tor-proto: rename `FlowCtrlMethods` to `FlowCtrlHooks`Steven Engler2025-09-163-8/+6
* tor-proto: move check for consecutive XOFF messagesSteven Engler2025-09-161-13/+8
* tor-proto: add `SidechannelMitigation` to `XonXoffFlowCtrl`Steven Engler2025-09-162-2/+37
* tor-proto: add `SidechannelMitigation` for XON/XOFF flow controlSteven Engler2025-09-162-1/+154
* tor-proto: rename `LastSentXonXoff` to `XonXoffMsg`Steven Engler2025-09-161-10/+7
* tor-proto: change `take_capacity_to_send` to take `AnyRelayMsg`Steven Engler2025-09-163-5/+7
* tor-proto: use consensus parameter in `XonXoffFlowCtrl`Steven Engler2025-09-161-10/+4
* tor-proto: fix a comment after previous moveSteven Engler2025-09-161-7/+5
* tor-proto: change some `///` comments to `//!`Steven Engler2025-09-161-27/+27
* tor-proto: move some comments from `CC_XOFF_CLIENT`Steven Engler2025-09-161-15/+20
* tor-proto: use `CellCount` in `FlowCtrlParameters`Steven Engler2025-09-161-6/+46
* tor-proto: add pub `CellCount`Steven Engler2025-09-151-0/+37
* tor-proto: pass `FlowCtrlParameters` to `XonXoffFlowCtrl`Steven Engler2025-09-112-0/+11
* tor-proto: add `FlowCtrlParameters` to `CircParameters` and `HopSettings`Steven Engler2025-09-111-0/+14
* tor-proto: add struct `FlowCtrlParameters`Steven Engler2025-09-112-0/+23
* tor-proto: add some missing doc commentsSteven Engler2025-09-105-1/+17
* tor-proto: put some code behind the "flowctl-cc" featureSteven Engler2025-09-102-0/+2
* tor-proto: rename `StreamFlowCtrl` constructorsSteven Engler2025-09-101-2/+2
* tor-proto: simplify `StreamFlowCtrlEnum` with `enum_dispatch`Steven Engler2025-09-103-90/+65
* tor-proto: rename `StreamFlowControl` to `StreamFlowCtrl`Steven Engler2025-09-103-21/+21
* tor-proto: rename `StreamFlowControlEnum` to `StreamFlowCtrlEnum`Steven Engler2025-09-101-18/+18
* tor-proto: remove some unneeded `pub(crate)`Steven Engler2025-09-102-8/+5
* tor-proto: move xon/xoff flow ctrl logic to `XonXoffFlowCtrl`Steven Engler2025-09-102-143/+171
* tor-proto: move window flow ctrl logic to `WindowFlowCtrl`Steven Engler2025-09-102-36/+70
* tor-proto: move flow control state constructorsSteven Engler2025-09-103-7/+27
* tor-proto: renamed `XonXoffControl` to `XonXoffFlowCtrl`Steven Engler2025-09-102-4/+4
* tor-proto: moved `XonXoffControl` and `LastSentXonXoff`Steven Engler2025-09-103-25/+36
* tor-proto: added a `WindowFlowCtrl` state typeSteven Engler2025-09-104-5/+15
* tor-proto: move `DrainRateRequest`Steven Engler2025-09-102-6/+7
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-102-2/+3
* tor-proto: reorganize some flow control modulesSteven Engler2025-09-105-2/+7
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+1
* tor-proto: don't allow consecutive XOFF messagesSteven Engler2025-08-271-1/+14
* proto: Add prop349 note about the resolve stream handler.Gabriela Moldovan2025-08-201-0/+14
* tor-proto: add comments to `CC_XOFF_CLIENT`Steven Engler2025-08-181-0/+29
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-1810-0/+2731