aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/codec.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-091-14/+71
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-071-6/+6
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-071-1/+1
* tor-proto: Split CellErr based on activity.Nick Mathewson2022-06-231-3/+6
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-3/+3
* proto: Refactor conversion from CodecError to ErrorNick Mathewson2022-02-241-10/+0
* tor-proto: Split IoErr based on when it occursNick Mathewson2022-02-231-2/+2
* tor-cell: provide HasKind.Nick Mathewson2022-02-151-4/+34
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-37/+40
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-2/+3
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+156