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
/
data.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: replace `DataReader`
Steven Engler
2025-07-17
1
-42
/
+48
*
tor-proto: add `DataReaderNew`
Steven Engler
2025-07-17
1
-1
/
+75
*
tor-proto: add the `XonXoffReader` and connect it to the reactor
Steven Engler
2025-07-17
1
-2
/
+21
*
tor-proto: add dedicated types for the incoming stream queue
Steven Engler
2025-07-16
1
-0
/
+3
*
Merge branch 'flow-ctrl' into 'main'
opara
2025-07-10
1
-38
/
+61
|
\
|
*
tor-proto: renamed `get_bytes_per_sec()` to `bytes_per_sec()`
Steven Engler
2025-07-10
1
-1
/
+1
|
*
tor-proto: establish channel for rate limit updates
Steven Engler
2025-07-07
1
-12
/
+25
|
*
tor-proto: code movement
Steven Engler
2025-07-07
1
-33
/
+33
|
*
tor-proto: small `DataWriter` refactoring
Steven Engler
2025-07-07
1
-25
/
+35
*
|
tor-proto: fix 0-len buffer bug in `DataReader::poll_read`
Steven Engler
2025-06-26
1
-2
/
+3
|
/
*
tor-proto: Renamed `DataReaderState::Ready` to `Open`
Steven Engler
2025-06-26
1
-9
/
+12
*
tor-proto: remove unneeded `DataReaderState::ReadingCell` state
Steven Engler
2025-06-26
1
-10
/
+6
*
tor-proto: rework `StreamReceiver` into a `futures::Stream`
Steven Engler
2025-06-26
1
-39
/
+33
*
tor-proto: rename `StreamReader` to `StreamReceiver`
Steven Engler
2025-06-26
1
-12
/
+12
*
tor-proto: use `DynamicRateLimitedWriter` in `DataWriter`
Steven Engler
2025-06-16
1
-6
/
+17
*
tor-proto: improve `TokioAsyncWrite` compat impl
Steven Engler
2025-06-16
1
-10
/
+6
*
tor-proto: change `wake_when_bytes_available` to `NonZero<u64>`
Steven Engler
2025-06-08
1
-1
/
+2
*
tor-proto: change `RateLimitedWriter` logic to use user-configurable limit
Steven Engler
2025-06-05
1
-0
/
+12
*
tor-proto: add `{TokenBucket,RateLimitedWriter}Config` types
Steven Engler
2025-06-05
1
-3
/
+6
*
tor-proto: add missing doc comment to `DataWriter::writer`
Steven Engler
2025-06-05
1
-0
/
+1
*
tor-proto: pass the time provider to the `DataWriter`
Steven Engler
2025-06-05
1
-8
/
+14
*
tor-proto: update doc comments for `DataWriter{,Inner}`
Steven Engler
2025-06-05
1
-21
/
+25
*
tor-proto: rename `DataWriter`
Steven Engler
2025-06-05
1
-14
/
+32
*
tor-proto: add (what will be) the new `DataWriter`
Steven Engler
2025-06-05
1
-0
/
+44
*
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
1
-13
/
+25
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2025-02-27
1
-1
/
+1
*
Make DataStream, and its members, implement Sync.
Nick Mathewson
2025-02-26
1
-6
/
+10
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-2
/
+5
*
tor-proto: Remove deprecated DataStream API.
Gabriela Moldovan
2025-02-13
1
-32
/
+0
*
proto: deprecate DataStream::circuit
Nick Mathewson
2025-01-30
1
-0
/
+4
*
proto: Rename (experimental) DataStream functions for ctrl access
Nick Mathewson
2025-01-30
1
-6
/
+6
*
proto: Rename ClientDataStreamCtrl::{is_open=>is_connected}
Nick Mathewson
2025-01-30
1
-5
/
+2
*
proto: Rename DataStreamCtrl to ClientDataStreamCtrl
Nick Mathewson
2025-01-30
1
-16
/
+16
*
memquota: Use _ rather than allow(dead_code)
Ian Jackson
2024-10-22
1
-9
/
+12
*
memquota: fix data stream account lifetime
Ian Jackson
2024-10-21
1
-5
/
+18
*
tor-proto: Put a StreamAccount in DataStream etc.
Ian Jackson
2024-10-03
1
-3
/
+11
*
tor-proto: Put a StreamAccount in DataStream etc. (pre-fmt)
Ian Jackson
2024-10-03
1
-2
/
+9
*
proto: Try to clarify why StreamReader has a StreamTarget.
Nick Mathewson
2024-05-29
1
-3
/
+4
*
proto: Improve documentation about DataStream lifetimes and closing
Nick Mathewson
2024-05-29
1
-0
/
+30
*
proto: Make DataWriter::close actually do something.
Nick Mathewson
2024-05-29
1
-7
/
+21
*
proto: Fix compilation with stream-ctrl but not experimental-api.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
proto: Expose wait_for_connection as a part of the DataStream API.
Nick Mathewson
2024-05-09
1
-1
/
+1
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
1
-2
/
+2
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
1
-10
/
+10
*
tor-proto: Make some imports more precise
Ian Jackson
2023-08-23
1
-1
/
+3
*
tor-proto: Rename misleading field in `DataCmdChecker`.
Gabriela Moldovan
2023-08-07
1
-13
/
+16
*
tor-proto: Remove extraneous space.
Gabriela Moldovan
2023-08-03
1
-1
/
+1
*
tor-proto: Add constructors for pre-connected DataStreams.
Gabriela Moldovan
2023-08-03
1
-2
/
+41
*
Add "TODO RPC" notes around DataStreamCtrl per review.
Nick Mathewson
2023-05-24
1
-0
/
+12
*
proto: Add stream-status functionality to DataStreamCtrl.
Nick Mathewson
2023-05-24
1
-2
/
+106
[next]