aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/restrict.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`Steven Engler2026-03-041-2/+2
* tor-cell: add `RestrictedMsg` traitSteven Engler2026-03-031-0/+35
* Remove a couple of unused imports.Nick Mathewson2025-10-161-1/+0
* Fix indentation from last commit.Nick Mathewson2024-05-071-33/+33
* tor-cell: Allow unuexpected_cfgs in restricted macro.Nick Mathewson2024-05-071-0/+7
* tor-cell: Stop using deprecated name in doctestNick Mathewson2023-12-141-2/+2
* tor-cell: Implement {Relay,Chan}Msg for every body typeNick Mathewson2023-02-151-5/+3
* tor-cell: Return a useful error when restrist_msg rejects a command.Nick Mathewson2023-02-091-2/+3
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-1/+1
* tor-cell: Re-export paste so restrict_msg can work outside the crate.Nick Mathewson2023-02-091-3/+3
* tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-091-4/+0
* tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-091-6/+67
* tor-cell: documentation cleanups related to restricted_msgNick Mathewson2023-02-071-2/+2
* tor-cell: correct handling of optional msg types.Nick Mathewson2023-02-071-0/+5
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-4/+4
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-071-2/+2
* tor-cell: Macro to generate restricted RelayMsg and ChanMsg.Nick Mathewson2023-02-071-0/+196