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: 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
*
proto: Create a `DataStreamCtrl` type.
Nick Mathewson
2023-05-22
1
-1
/
+87
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
Add some missing imports
Ian Jackson
2023-03-28
1
-1
/
+4
*
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
1
-2
/
+28
*
proto: Tweak documentation and names around CmdChecker.
Nick Mathewson
2023-02-27
1
-1
/
+1
*
tor-proto: Introduce CmdChecker, and define it for our streams.
Nick Mathewson
2023-02-17
1
-0
/
+60
*
tor-proto: Push stream message parsing into the stream objects.
Nick Mathewson
2023-02-15
1
-13
/
+38
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
1
-5
/
+5
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
1
-0
/
+1
*
proto: Only ready a DataStream if CONNECTED was succesfully received
David Goulet
2022-05-31
1
-1
/
+4
[next]