aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/stream.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-171-13/+0
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* proto: Move raw under top-level stream modGabriela Moldovan2025-11-241-6/+1
* proto: Move IncomingStream* types to shared moduleGabriela Moldovan2025-11-241-5/+5
* proto: Fix doc links post-refactoringGabriela Moldovan2025-10-211-1/+5
* proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-211-1/+0
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdCheckerGabriela Moldovan2025-10-161-2/+2
* proto: Move IncomingDataCmdChecker to top-level stream module.Gabriela Moldovan2025-10-161-1/+1
* proto: Split out DataCmdChecker into multiple types.Gabriela Moldovan2025-10-161-0/+3
* proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-161-1/+0
* proto: Move cmdchecker under top-level stream module.Gabriela Moldovan2025-10-161-2/+1
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-1/+0
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-2/+0
* tor-proto: reorganize some flow control modulesSteven Engler2025-09-101-3/+2
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-0/+47