summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/stream
Commit message (Expand)AuthorAgeFilesLines
* proto: Move dumb pipes to top-lvl stream module (fmt)Gabriela Moldovan2025-10-211-1/+1
* proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-212-257/+1
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdCheckerGabriela Moldovan2025-10-161-4/+4
* proto: Fix docs to refer to the right stream:: paths.Gabriela Moldovan2025-10-161-1/+1
* proto: Move IncomingDataCmdChecker to top-level stream module.Gabriela Moldovan2025-10-161-48/+0
* proto: Split out DataCmdChecker into multiple types (fmt).Gabriela Moldovan2025-10-161-1/+1
* proto: Split out DataCmdChecker into multiple types.Gabriela Moldovan2025-10-161-11/+46
* proto: Do not fully-qualify Arc.Gabriela Moldovan2025-10-161-3/+3
* proto: Replace fully-qualified paths with use (fmt).Gabriela Moldovan2025-10-162-8/+2
* proto: Replace fully-qualified paths with use.Gabriela Moldovan2025-10-162-8/+8
* proto: Reformat imports post-move.Gabriela Moldovan2025-10-163-3/+3
* proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-163-12/+11
* proto: Move cmdchecker under top-level stream module.Gabriela Moldovan2025-10-161-55/+0
* proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-071-4/+2
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-079-1066/+2
* 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