summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/resolve.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: rework `StreamReceiver` into a `futures::Stream`Steven Engler2025-06-261-1/+6
* tor-proto: rename `StreamReader` to `StreamReceiver`Steven Engler2025-06-261-3/+3
* memquota: Use _ rather than allow(dead_code) (fmt)Ian Jackson2024-10-221-1/+4
* memquota: Use _ rather than allow(dead_code)Ian Jackson2024-10-221-3/+4
* memquota: Fix resolve stream account lifetimeIan Jackson2024-10-211-2/+7
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-121-2/+2
* proto: Tweak documentation and names around CmdChecker.Nick Mathewson2023-02-271-1/+1
* tor-proto: Introduce CmdChecker, and define it for our streams.Nick Mathewson2023-02-171-0/+40
* tor-proto: Push stream message parsing into the stream objects.Nick Mathewson2023-02-151-11/+19
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-4/+4
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-071-0/+1
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-121-4/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+39