summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
...
* tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-095-102/+70
* cell: Parameterize ChannelCodec::decode and encode.Nick Mathewson2023-02-093-12/+21
* tor-cell: documentation cleanups related to restricted_msgNick Mathewson2023-02-074-6/+8
* tor-cell: correct handling of optional msg types.Nick Mathewson2023-02-072-12/+17
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-078-79/+80
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-077-65/+66
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-074-17/+3
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-075-33/+11
* tor-cell: Use macro to generate ChanMsg too.Nick Mathewson2023-02-073-108/+38
* tor-cell: Use macro to define RelayMsg type too.Nick Mathewson2023-02-072-185/+103
* tor-cell: Macro to generate restricted RelayMsg and ChanMsg.Nick Mathewson2023-02-073-0/+198
* tor-cell: Change all variants of RelayMsg to have a body.Nick Mathewson2023-02-073-15/+53
* tor-cell: Make Body and MsgClass traits more uniform.Nick Mathewson2023-02-077-85/+88
* tor-cell: Generic "Restricted{Relay,Chan}Cell" types.Nick Mathewson2023-02-074-33/+101
* Remove semver.md files now that 1.1.1 is tagged.Nick Mathewson2023-02-011-2/+0
* Bump minor version of tor-cell.Nick Mathewson2023-02-011-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-4/+4
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Move tor-proto/semver.md to tor-cellNick Mathewson2023-02-011-0/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-275-0/+7
* Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
* Fix typosDimitris Apostolou2023-01-071-4/+4
* Sketch a solution for arti#525Nick Mathewson2023-01-062-0/+35
* Sketch out new required APIs in tor-cellNick Mathewson2023-01-063-10/+129
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+9
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* | msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()Neel Chauhan2022-12-182-4/+4
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-1/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-9/+9
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Fix typosDimitris Apostolou2022-11-061-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* Merge branch 'assert_maxlen' into 'main'Nick Mathewson2022-10-271-1/+2
|\
| * tor-cell: Assert data length in Data cellsEmil Engler2022-10-241-1/+2
* | Merge branch 'safe_u16_conversion' into 'main'Nick Mathewson2022-10-251-1/+1
|\ \
| * | tor-cell: Consistent and secure conversion to u16Emil Engler2022-10-241-1/+1
| |/
* | Merge branch 'rename_for_to_from' into 'main'Nick Mathewson2022-10-252-7/+7
|\ \
| * | tor-cell: Rename for_client and for_relayEmil Engler2022-10-212-7/+7
* | | Merge branch 'feat/add-semvermd-tor-cell' into 'main'Nick Mathewson2022-10-251-0/+1
|\ \ \
| * | | Add semver.md in tor-cell for MR#793breezykermo2022-10-251-0/+1
| | |/ | |/|
* | | Merge branch 'fix_typos' into 'main'eta2022-10-251-2/+2
|\ \ \
| * | | tor-cell: Fix typos in msg.rsEmil Engler2022-10-241-2/+2
| |/ /
* / / tor-cell: Add comment explaing Data::MAXLENEmil Engler2022-10-241-0/+1
|/ /
* | Merge branch 'fix_typos' into 'main'eta2022-10-211-3/+3
|\ \
| * | tor-cell: Fix typos in msg.rsEmil Engler2022-10-211-3/+3
| |/
* | Merge branch 'remove_redundant' into 'main'eta2022-10-211-2/+0
|\ \
| * | tor-cell: Remove redundant match clausesEmil Engler2022-10-211-2/+0
| |/
* | Merge branch 'concrete_comments' into 'main'eta2022-10-212-7/+12
|\ \