index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
client
/
stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: add some trace logs to XON/XOFF code
Steven Engler
2025-09-22
1
-0
/
+9
*
tor-proto: fix a hard-coded `cc_xoff_client`
Steven Engler
2025-09-18
2
-4
/
+15
*
tor-proto: rename `take_capacity_to_send` to `about_to_send`
Steven Engler
2025-09-18
3
-10
/
+8
*
tor-proto: add checks for receiving XON/XOFF before data sent
Steven Engler
2025-09-17
1
-0
/
+14
*
tor-proto: share the `FlowCtrlParameters` across streams
Steven Engler
2025-09-17
2
-6
/
+7
*
tor-proto: improved the `SidechannelMitigation` tests
Steven Engler
2025-09-17
1
-67
/
+67
*
tor-proto: enabled some tests for `SidechannelMitigation`
Steven Engler
2025-09-17
1
-12
/
+9
*
tor-proto: update some comments for `SidechannelMitigation`
Steven Engler
2025-09-17
1
-3
/
+41
*
tor-proto: add some tests for XON/XOFF `SidechannelMitigation`
Steven Engler
2025-09-16
1
-0
/
+81
*
tor-proto: rename `FlowCtrlMethods` to `FlowCtrlHooks`
Steven Engler
2025-09-16
3
-8
/
+6
*
tor-proto: move check for consecutive XOFF messages
Steven Engler
2025-09-16
1
-13
/
+8
*
tor-proto: add `SidechannelMitigation` to `XonXoffFlowCtrl`
Steven Engler
2025-09-16
2
-2
/
+37
*
tor-proto: add `SidechannelMitigation` for XON/XOFF flow control
Steven Engler
2025-09-16
2
-1
/
+154
*
tor-proto: rename `LastSentXonXoff` to `XonXoffMsg`
Steven Engler
2025-09-16
1
-10
/
+7
*
tor-proto: change `take_capacity_to_send` to take `AnyRelayMsg`
Steven Engler
2025-09-16
3
-5
/
+7
*
tor-proto: use consensus parameter in `XonXoffFlowCtrl`
Steven Engler
2025-09-16
1
-10
/
+4
*
tor-proto: fix a comment after previous move
Steven Engler
2025-09-16
1
-7
/
+5
*
tor-proto: change some `///` comments to `//!`
Steven Engler
2025-09-16
1
-27
/
+27
*
tor-proto: move some comments from `CC_XOFF_CLIENT`
Steven Engler
2025-09-16
1
-15
/
+20
*
tor-proto: use `CellCount` in `FlowCtrlParameters`
Steven Engler
2025-09-16
1
-6
/
+46
*
tor-proto: add pub `CellCount`
Steven Engler
2025-09-15
1
-0
/
+37
*
tor-proto: pass `FlowCtrlParameters` to `XonXoffFlowCtrl`
Steven Engler
2025-09-11
2
-0
/
+11
*
tor-proto: add `FlowCtrlParameters` to `CircParameters` and `HopSettings`
Steven Engler
2025-09-11
1
-0
/
+14
*
tor-proto: add struct `FlowCtrlParameters`
Steven Engler
2025-09-11
2
-0
/
+23
*
tor-proto: add some missing doc comments
Steven Engler
2025-09-10
5
-1
/
+17
*
tor-proto: put some code behind the "flowctl-cc" feature
Steven Engler
2025-09-10
2
-0
/
+2
*
tor-proto: rename `StreamFlowCtrl` constructors
Steven Engler
2025-09-10
1
-2
/
+2
*
tor-proto: simplify `StreamFlowCtrlEnum` with `enum_dispatch`
Steven Engler
2025-09-10
3
-90
/
+65
*
tor-proto: rename `StreamFlowControl` to `StreamFlowCtrl`
Steven Engler
2025-09-10
3
-21
/
+21
*
tor-proto: rename `StreamFlowControlEnum` to `StreamFlowCtrlEnum`
Steven Engler
2025-09-10
1
-18
/
+18
*
tor-proto: remove some unneeded `pub(crate)`
Steven Engler
2025-09-10
2
-8
/
+5
*
tor-proto: move xon/xoff flow ctrl logic to `XonXoffFlowCtrl`
Steven Engler
2025-09-10
2
-143
/
+171
*
tor-proto: move window flow ctrl logic to `WindowFlowCtrl`
Steven Engler
2025-09-10
2
-36
/
+70
*
tor-proto: move flow control state constructors
Steven Engler
2025-09-10
3
-7
/
+27
*
tor-proto: renamed `XonXoffControl` to `XonXoffFlowCtrl`
Steven Engler
2025-09-10
2
-4
/
+4
*
tor-proto: moved `XonXoffControl` and `LastSentXonXoff`
Steven Engler
2025-09-10
3
-25
/
+36
*
tor-proto: added a `WindowFlowCtrl` state type
Steven Engler
2025-09-10
4
-5
/
+15
*
tor-proto: move `DrainRateRequest`
Steven Engler
2025-09-10
2
-6
/
+7
*
tor-proto: remove a `pub(crate) use` from `client::stream`
Steven Engler
2025-09-10
2
-2
/
+3
*
tor-proto: reorganize some flow control modules
Steven Engler
2025-09-10
5
-2
/
+7
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-1
/
+1
*
tor-proto: don't allow consecutive XOFF messages
Steven Engler
2025-08-27
1
-1
/
+14
*
proto: Add prop349 note about the resolve stream handler.
Gabriela Moldovan
2025-08-20
1
-0
/
+14
*
tor-proto: add comments to `CC_XOFF_CLIENT`
Steven Engler
2025-08-18
1
-0
/
+29
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
10
-0
/
+2731