summaryrefslogtreecommitdiff
path: root/crates/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-9/+9
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* tor-proto::circuit::StreamMap: Use StreamPollSetJim Newsome2024-08-011-1/+1
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-9/+9
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-081-4/+4
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-9/+9
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-9/+9
* Fix indentation from last commit.Nick Mathewson2024-05-071-33/+33
* tor-cell: Allow unuexpected_cfgs in restricted macro.Nick Mathewson2024-05-071-0/+7
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-9/+9
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-223-4/+4
* Fix compilation for relaymsg fuzzerNick Mathewson2024-04-022-4/+10
* remove unused dependenciestrinity-1686a2024-04-021-1/+0
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-9/+9
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Add and use RelayCellFormatTraitJim Newsome2024-03-201-24/+39
* RelayCellBody: generalize over RelayCellFormatJim Newsome2024-03-201-0/+26
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* Remove RelayMsgOuter::decode_from_readerJim Newsome2024-03-121-11/+3
* relay-cell: Update relay cell decoding API for prop340Jim Newsome2024-03-123-28/+233
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-122-9/+6
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Merge branch 'remove-semver' into 'main'Ian Jackson2024-03-051-1/+0
|\
| * Remove semver.md files from arti 1.2.0 release.Gabriela Moldovan2024-03-041-1/+0
* | Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\ \ | |/ |/|
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | tor-cert: Bump minor version.Gabriela Moldovan2024-03-041-1/+1
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-2/+2
|/
* tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParamsIan Jackson2024-02-212-1/+2
* tor_cell: never construct empty DATA messages.Nick Mathewson2024-02-132-4/+29
* tor_cell: Reject empty DATA messagesNick Mathewson2024-02-131-0/+3
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-4/+2
* Bump minor versionsIan Jackson2024-02-051-6/+6
* Remove pending semver entriesarti-v1.1.12Nick Mathewson2024-01-091-1/+0
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-4/+4
* Fix typosDimitris Apostolou2024-01-082-2/+2
* Merge branch 'fix-ambitious-certtype' into 'main'Ian Jackson2024-01-081-1/+2
|\
| * tor-cell: Fix ambitious certtypeEmil Engler2023-12-281-1/+2
* | clippy: consequential rustfmtIan Jackson2024-01-021-2/+1
* | clippy: Use infallible callsIan Jackson2024-01-021-2/+1
|/
* tor-cell: Stop using deprecated name in doctestNick Mathewson2023-12-141-2/+2
* Add deprecated aliases for old RelayCell namesNick Mathewson2023-12-141-0/+8
* Fix relaymsg fuzzer to refer to AnyRelayMsgOuter.Nick Mathewson2023-12-141-2/+2
* Fix documentation that referred to RelayCell.Nick Mathewson2023-12-142-25/+4
* Fix documentation for {Any}RelayMsgOuterNick Mathewson2023-12-141-3/+7
* Rename {Any}RelayCell to {Any}RelayMsgOuterNick Mathewson2023-12-142-11/+11
* tor-cell: Remove a now-unneeded allow(unused).Nick Mathewson2023-12-121-1/+0