summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/halfstream.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: rename `FlowCtrlMethods` to `FlowCtrlHooks`Steven Engler2025-09-161-1/+1
* tor-proto: rename `StreamFlowCtrl` constructorsSteven Engler2025-09-101-3/+3
* tor-proto: simplify `StreamFlowCtrlEnum` with `enum_dispatch`Steven Engler2025-09-101-1/+1
* tor-proto: rename `StreamFlowControl` to `StreamFlowCtrl`Steven Engler2025-09-101-6/+6
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-1/+2
* proto: Fix tests post-crate reorg (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Fix tests post-crate reorg.Gabriela Moldovan2025-08-181-1/+1
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+246