summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/codec.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* tor-proto: remove `use asynchronous_codec as futures_codec`Neel Chauhan2025-02-061-12/+12
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-0/+3
* Change `CircId` to never be zeroJim Newsome2023-10-251-4/+4
* Upgrade to latest asynchronous_codec (0.7.0)Nick Mathewson2023-10-171-2/+2
* 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