summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel/halfstream.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: rename `StreamSendFlowControl` and related changesSteven Engler2025-07-151-12/+13
* tor-proto: changed 'if' statements to 'match'Steven Engler2025-07-101-11/+17
* tor-proto: handle XON/XOFF messagesSteven Engler2025-07-071-1/+10
* tor-proto: move sendme decoding into `StreamSendFlowControl`Steven Engler2025-07-071-6/+2
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-1/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-0/+230