aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/queue.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: small comment improvementsSteven Engler2026-05-201-1/+1
* tor-proto: remove unneeded type aliasSteven Engler2026-05-201-5/+2
* tor-proto: always use a bounded mpsc queue for streamsSteven Engler2026-05-201-22/+14
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Adjust docs to refer to the new location of StreamReceiverGabriela Moldovan2025-11-241-1/+1
* 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