aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/cmdcheck.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Move cmdchecker under top-level stream module.Gabriela Moldovan2025-10-161-0/+55
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-55/+0
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-2/+2
* tor-proto: handle XON/XOFF messagesSteven Engler2025-07-071-2/+2
* tor-proto: Add a tunnel module.David Goulet2025-02-201-2/+2
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-121-3/+3
* proto: Tweak documentation and names around CmdChecker.Nick Mathewson2023-02-271-6/+14
* tor-proto: Introduce CmdChecker, and define it for our streams.Nick Mathewson2023-02-171-0/+47