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
/
stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tor-proto: relax XON limits
Steven Engler
2025-10-14
1
-3
/
+13
*
tor-proto: remove `StreamEndpointType`
Steven Engler
2025-10-14
2
-23
/
+6
*
tor-proto: relax XOFF limits
Steven Engler
2025-10-14
1
-22
/
+30
*
tor-proto: add derives for `CellCount`
Steven Engler
2025-10-14
1
-1
/
+1
*
proto: Fix flow control docs post-move.
Gabriela Moldovan
2025-10-07
1
-2
/
+2
*
proto: Move flow_ctrl module under stream (fmt).
Gabriela Moldovan
2025-10-07
1
-1
/
+1
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
8
-0
/
+1064
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
10
-2731
/
+0
*
proto: Rename the `tunnel` module to `client` (fmt).
Gabriela Moldovan
2025-08-18
3
-3
/
+3
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
7
-9
/
+9
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
3
-5
/
+5
*
tor-proto: make stream recv queues unbounded if "flowctl-cc" enabled
Steven Engler
2025-08-05
1
-7
/
+27
*
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
1
-1
/
+1
*
proto: Move ClientCirc stream functions to ClientTunnel
David Goulet
2025-08-05
3
-15
/
+9
*
tor-basic-utils: add `assert_val_impl_trait!` macro
Steven Engler
2025-07-17
1
-2
/
+5
*
tor-proto: replace `DataReader`
Steven Engler
2025-07-17
2
-44
/
+48
*
tor-proto: add `DataReaderNew`
Steven Engler
2025-07-17
3
-5
/
+75
*
tor-proto: add `StreamReceiver::is_empty()`
Steven Engler
2025-07-17
1
-1
/
+39
*
tor-proto: add the `XonXoffReader` and connect it to the reactor
Steven Engler
2025-07-17
4
-3
/
+191
*
tor-proto: add plumbing for sending XON
Steven Engler
2025-07-17
1
-1
/
+34
*
tor-cell: add `FlowCtrlVersion::V0`
Steven Engler
2025-07-16
1
-12
/
+2
*
tor-proto: send XOFF messages when the queue grows too large
Steven Engler
2025-07-16
2
-4
/
+65
*
tor-proto: add dedicated types for the incoming stream queue
Steven Engler
2025-07-16
3
-2
/
+245
*
tor-proto: combine some objects into a `StreamComponents`
Steven Engler
2025-07-15
1
-23
/
+16
*
tor-proto: rename `StreamSendFlowControl` and related changes
Steven Engler
2025-07-15
1
-20
/
+20
*
tor-cell: remove `flowctl-cc` feature and make XON/XOFF cells stable
Steven Engler
2025-07-15
1
-1
/
+0
*
Merge branch 'flow-ctrl' into 'main'
opara
2025-07-10
3
-57
/
+200
|
\
|
*
tor-proto: renamed `get_bytes_per_sec()` to `bytes_per_sec()`
Steven Engler
2025-07-10
2
-2
/
+2
|
*
tor-proto: set `XonXoffBased` variant behind "flowctl-cc" feat
Steven Engler
2025-07-07
1
-0
/
+8
|
*
tor-proto: finish support for `StreamSendFlowControl` XON/XOFF
Steven Engler
2025-07-07
1
-7
/
+4
[next]