aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/raw.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Remove a redundant explicit link targetIan Jackson2026-07-271-1/+1
* tor-proto: change an error to `NotConnected`Steven Engler2026-03-291-3/+7
* Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2026-01-271-1/+1
* tor-proto: Report CircuitClosed on unexpected stream rx closeNick Mathewson2026-01-221-6/+4
* proto: Move raw under top-level stream modGabriela Moldovan2025-11-241-0/+164
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-164/+0
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-1/+1
* tor-proto: add `DataReaderNew`Steven Engler2025-07-171-2/+0
* tor-proto: add `StreamReceiver::is_empty()`Steven Engler2025-07-171-1/+39
* tor-proto: add dedicated types for the incoming stream queueSteven Engler2025-07-161-2/+2
* tor-proto: rework `StreamReceiver` into a `futures::Stream`Steven Engler2025-06-261-35/+82
* Make `StreamTarget::send_sendme` non-asyncSteven Engler2025-06-261-1/+1
* tor-proto: rename `StreamReader` to `StreamReceiver`Steven Engler2025-06-261-3/+3
* tor-proto: made `StreamTarget::send_sendme` async and fixed a TODOSteven Engler2025-03-241-1/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-2/+2
* proto: Use congestion control in circuit reactorDavid Goulet2025-01-161-4/+4
* tor-proto: Introduce type aliases for stream queuesIan Jackson2024-10-021-2/+2
* proto: Try to clarify why StreamReader has a StreamTarget.Nick Mathewson2024-05-291-0/+6
* proto: Explicitly enforce maxima on SENDME windows.Nick Mathewson2024-05-141-1/+1
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-121-4/+4
* tor-proto: Push stream message parsing into the stream objects.Nick Mathewson2023-02-151-7/+10
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-5/+5
* impl Debug for DataStream (and its components)Ian Jackson2022-02-241-0/+1
* Make tor-proto::Error implement HasKind.Nick Mathewson2022-02-151-1/+1
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-121-60/+32
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-22/+7
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+114