summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-1/+1
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-285-20/+21
* Rearrange cfg_attr in relaycell::msgNick Mathewson2023-02-211-2/+2
* Merge branch 'hs-cells-1' into 'main'Nick Mathewson2023-02-167-490/+689
|\
| * Mark a quoted block as text, so doctest ignores it.Nick Mathewson2023-02-161-1/+1
| * Add a TODO about combining several macros and patternsNick Mathewson2023-02-161-0/+4
| * Make a comment more accurateIan Jackson2023-02-161-1/+3
| * tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-154-79/+264
| * tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-154-215/+223
| * tor-cell: rename onion_service module to hsNick Mathewson2023-02-154-7/+7
* | tor-cell: add a TODO comment about simplifying Body away.Nick Mathewson2023-02-152-0/+8
* | tor-cell: Add another debug_assert to relay cell encodingNick Mathewson2023-02-151-3/+6
* | slicewriter: rename a local variable.Nick Mathewson2023-02-151-4/+4
* | Move slicewriter to tor-cell and make it private.Nick Mathewson2023-02-153-1/+137
* | tor-cell: Add RelayCell::into_msg.Nick Mathewson2023-02-151-0/+4
* | tor-cell: Implement {Relay,Chan}Msg for every body typeNick Mathewson2023-02-153-5/+97
* | tor-cell: Note an opportunity for future optimizationNick Mathewson2023-02-151-0/+5
* | tor-cell: Add a new UnparsedRelayCellNick Mathewson2023-02-152-2/+60
* | tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-155-42/+70
|/
* 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-0910-34/+51
* tor-cell: Re-export paste so restrict_msg can work outside the crate.Nick Mathewson2023-02-091-3/+3
* tor-cell: Remove chancell::msg::Body::into_message.Nick Mathewson2023-02-091-52/+1
* tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-094-8/+32
* 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