summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel/streammap.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: add plumbing for sending XONSteven Engler2025-07-171-1/+10
* tor-proto: move some code into a `approx_stream_bytes_buffered()` fnSteven Engler2025-07-171-6/+11
* tor-proto: send XOFF messages when the queue grows too largeSteven Engler2025-07-161-0/+21
* tor-proto: add dedicated types for the incoming stream queueSteven Engler2025-07-161-5/+7
* tor-proto: rename `StreamSendFlowControl` and related changesSteven Engler2025-07-151-5/+5
* tor-proto: handle XON/XOFF messagesSteven Engler2025-07-071-0/+16
* tor-proto: remove incorrect doc commentSteven Engler2025-07-071-2/+0
* tor-proto: move sendme decoding into `StreamSendFlowControl`Steven Engler2025-07-071-2/+2
* tor-proto: new stream entries now take `StreamSendFlowControl`Steven Engler2025-04-231-5/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-proto: Move Circuit to its own module.Gabriela Moldovan2025-03-061-1/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-0/+603