index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: add `WithSidechannelMitigations` for flow ctrl
Steven Engler
7 days
3
-11
/
+30
*
tor-proto: fix XON conversion from KB/s to B/s
Steven Engler
2026-07-30
1
-4
/
+4
*
tor-cell: update docs and variable names for `Xon`
Steven Engler
2026-07-30
2
-3
/
+3
*
tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`
Steven Engler
2026-07-30
4
-21
/
+21
*
tor-proto: add test-only `NoOpRequestFilter`
Steven Engler
2026-07-29
1
-0
/
+16
*
tor-proto: Remove a redundant explicit link target
Ian Jackson
2026-07-27
1
-1
/
+1
*
proto: Remove unnecessary result mapping
Gabriela Moldovan
2026-06-23
1
-1
/
+1
*
tor-proto: add a unit test for `XonXoffReader`
Steven Engler
2026-06-16
1
-0
/
+398
*
tor-proto: add `DrainRateNotifier` trait for `XonXoffReader`
Steven Engler
2026-06-10
1
-13
/
+35
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Merge branch 'socket-buf-size' into 'main'
opara
2026-05-21
1
-0
/
+1
|
\
|
*
tor-proto: add note about proxy socket buf sizes
Steven Engler
2026-05-07
1
-0
/
+1
*
|
tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`
Steven Engler
2026-05-21
1
-24
/
+3
*
|
tor-proto: add a TODO item for XON/XOFF flow control
Steven Engler
2026-05-21
1
-0
/
+3
*
|
tor-proto: small comment improvements
Steven Engler
2026-05-20
2
-1
/
+3
*
|
tor-proto: remove unneeded type alias
Steven Engler
2026-05-20
1
-5
/
+2
*
|
tor-proto: always use a bounded mpsc queue for streams
Steven Engler
2026-05-20
1
-22
/
+14
*
|
tor-proto: add `FlowCtrlHooks::inbound_queue_max_len()`
Steven Engler
2026-05-20
3
-1
/
+35
*
|
tor-proto: rename `{,Half}StreamFlowCtrlInner` variants
Steven Engler
2026-05-20
1
-10
/
+10
*
|
tor-proto: rename `*FlowCtrl::e` to `inner`
Steven Engler
2026-05-07
1
-15
/
+15
*
|
tor-proto: rename `*FlowCtrlEnum` to `*FlowCtrlInner`
Steven Engler
2026-05-07
1
-14
/
+14
*
|
tor-proto: fix flow control for half-streams
Steven Engler
2026-05-07
2
-19
/
+74
*
|
tor-proto: add prototype for `HalfStreamFlowCtrl`
Steven Engler
2026-05-07
3
-4
/
+124
*
|
tor-proto: comment change on `StreamFlowCtrl`
Steven Engler
2026-05-07
1
-1
/
+6
|
/
*
tor-proto: handle a div-by-zero case that should never happen
Steven Engler
2026-04-13
1
-3
/
+7
*
tor-proto: fix flow control side channel checks
Steven Engler
2026-04-13
1
-35
/
+47
*
tor-proto: change flow control `bytes_sent_total` to `u64`
Steven Engler
2026-04-13
1
-9
/
+9
*
tor-proto: add more tests for flow control
Steven Engler
2026-04-13
1
-0
/
+16
*
tor-proto: change an error to `NotConnected`
Steven Engler
2026-03-29
1
-3
/
+7
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
proto: Remove unfinished sentence from docs
Gabriela Moldovan
2026-02-16
1
-2
/
+0
*
proto: Update IncomingStreamRequestFilter docs
Gabriela Moldovan
2026-02-16
1
-2
/
+3
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-2
/
+2
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2026-01-27
1
-1
/
+1
*
tor-proto: Report CircuitClosed on unexpected stream rx close
Nick Mathewson
2026-01-22
1
-6
/
+4
*
proto: Fix docs post-refactoring
Gabriela Moldovan
2026-01-13
1
-2
/
+2
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
1
-1
/
+26
*
proto: Fix a number of newly broken doc links
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Adjust docs to refer to the new location of StreamReceiver
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Move StreamComponents to top-level stream mod
Gabriela Moldovan
2025-11-24
1
-2
/
+1
*
proto: Move raw under top-level stream mod
Gabriela Moldovan
2025-11-24
1
-0
/
+164
*
proto: Move StreamTarget to stream module
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Move StreamReqInfo to stream module
Gabriela Moldovan
2025-11-24
1
-1
/
+50
*
proto: Move IncomingStream* types to shared module
Gabriela Moldovan
2025-11-24
1
-1
/
+295
*
proto: Adjust a comment about a buffer size.
Nick Mathewson
2025-10-28
1
-3
/
+3
*
proto: Move dumb pipes to top-lvl stream module
Gabriela Moldovan
2025-10-21
1
-0
/
+256
*
proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker
Gabriela Moldovan
2025-10-16
1
-3
/
+3
*
proto: Move IncomingDataCmdChecker to top-level stream module.
Gabriela Moldovan
2025-10-16
1
-0
/
+51
*
proto: Move cmdchecker under top-level stream module.
Gabriela Moldovan
2025-10-16
1
-0
/
+55
*
tor-proto: update unit test
Steven Engler
2025-10-14
1
-27
/
+24
[next]