summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/restrict.rs
Commit message (Expand)AuthorAgeFilesLines
* 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