summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/stream/data.rs
Commit message (Expand)AuthorAgeFilesLines
* 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