aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/stream/data.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-171-1/+1
* proto: Move RateLimitedWriter to tor-async-utilsDavid Goulet2026-06-081-2/+3
* proto: Set the ClientDataStreamCtrl to None for relay streams (fmt)Gabriela Moldovan2026-06-081-5/+7
* proto: Set the ClientDataStreamCtrl to None for relay streamsGabriela Moldovan2026-06-081-3/+3
* proto: Make the ClientDataStreamCtrl optional throughoutGabriela Moldovan2026-06-081-12/+22
* proto: Replace outdated references to RawCellStreamGabriela Moldovan2026-05-281-1/+1
* proto: Allow DataStreamCtrl and ClientTunnel to be RPC objects.Nick Mathewson2026-04-281-0/+5
* proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-081-1/+1
* proto: Add a Tunnel::Relay variant for StreamTargetGabriela Moldovan2025-11-241-5/+13
* proto: Move StreamTarget to stream moduleGabriela Moldovan2025-11-241-1/+2
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdCheckerGabriela Moldovan2025-10-161-4/+4
* proto: Move IncomingDataCmdChecker to top-level stream module.Gabriela Moldovan2025-10-161-48/+0
* proto: Split out DataCmdChecker into multiple types (fmt).Gabriela Moldovan2025-10-161-1/+1
* proto: Split out DataCmdChecker into multiple types.Gabriela Moldovan2025-10-161-11/+46
* proto: Do not fully-qualify Arc.Gabriela Moldovan2025-10-161-3/+3
* proto: Replace fully-qualified paths with use (fmt).Gabriela Moldovan2025-10-161-4/+1
* proto: Replace fully-qualified paths with use.Gabriela Moldovan2025-10-161-4/+4
* proto: Reformat imports post-move.Gabriela Moldovan2025-10-161-1/+1
* proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-161-5/+4
* proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-071-4/+2
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-2/+2
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-1/+2
* tor-proto: reorganize some flow control modulesSteven Engler2025-09-101-1/+3
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-0/+1268