aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/chancell/codec.rs
Commit message (Expand)AuthorAgeFilesLines
* cell: Add helper functionsDavid Goulet2025-08-201-0/+5
* tor-cell: fix comment in `ChannelCodec::encode`Steven Engler2025-08-121-1/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-1/+1
* Change `CircId` to never be zeroJim Newsome2023-10-251-3/+4
* tor-cell: remove use of arrayrefNick Mathewson2023-06-011-3/+7
* cell: Parameterize ChannelCodec::decode and encode.Nick Mathewson2023-02-091-7/+14
* 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-4/+4
* Fix typosDimitris Apostolou2022-11-061-1/+1
* tor-cell: Make historical comments more concreteEmil Engler2022-10-211-3/+6
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-2/+2
* tor-cell: convert BytesErr to a struct variantNick Mathewson2022-06-221-1/+4
* tor-cell: error usefulness and style fixesNick Mathewson2022-06-221-3/+8
* tor-cell: provide HasKind.Nick Mathewson2022-02-151-2/+3
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+114