aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Add 'CreateFast/CreatedFast' to relay message filterSteven Engler2026-02-261-0/+4
* proto: Use the channel codec channel typeDavid Goulet2026-01-221-0/+10
* proto: Allow padding in all channel message setsDavid Goulet2025-08-211-3/+13
* tor-proto: simplify some match statementsSteven Engler2025-08-201-46/+26
* proto: Change (crate) to (super) for all objects in msg.rsDavid Goulet2025-08-201-25/+25
* proto: Cleanup allow(unused)David Goulet2025-08-201-2/+0
* proto: Add message filtering to restricted message setsDavid Goulet2025-08-201-2/+361
* proto: Add restricted channel message setsDavid Goulet2025-08-201-0/+207