summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/queue.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-211-0/+256
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-256/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-proto: make stream recv queues unbounded if "flowctl-cc" enabledSteven Engler2025-08-051-7/+27
* tor-proto: add `DataReaderNew`Steven Engler2025-07-171-2/+0
* tor-proto: send XOFF messages when the queue grows too largeSteven Engler2025-07-161-2/+0
* tor-proto: add dedicated types for the incoming stream queueSteven Engler2025-07-161-0/+240