aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
...
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-1/+1
* tor-cell: add clippy allowsSteven Engler2024-11-201-0/+1
* hs-pow: Clarify a confusing comment in ProofOfWorkV1.Wesley Aptekar-Cassels2024-10-091-1/+1
* hs-pow: Rename seed to seed_head.Wesley Aptekar-Cassels2024-10-091-3/+3
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-094-29/+90
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-093-48/+61
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-093-4/+111
* tor-memquota: Explain choice of boundsIan Jackson2024-10-021-0/+2
* Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy"Ian Jackson2024-10-021-1/+2
* tor-cell: Use HasMemoryCostStructural, rather than CopyIan Jackson2024-10-021-2/+1
* Some HasMemoryCost impls in tor-cellIan Jackson2024-10-028-62/+162
* tor-bytes: Only report Truncated for errors at the outer levelIan Jackson2024-09-111-3/+1
* tor-bytes: Error: provide and call Error::incomplete_errorIan Jackson2024-09-111-0/+1
* tor-cell: No longer treat certain tor-bytes errors as EK::InternalIan Jackson2024-09-111-5/+0
* Change tor_bytes::Readable name to `b` in many placesIan Jackson2024-09-111-15/+15
* tor-bytes: Add a deficit field to Error::TruncatedIan Jackson2024-09-102-2/+3
* tor-proto::circuit::StreamMap: Use StreamPollSetJim Newsome2024-08-011-1/+1
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-081-4/+4
* 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
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-223-4/+4
* Fix compilation for relaymsg fuzzerNick Mathewson2024-04-021-0/+2
* 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-121-23/+225
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-121-7/+4
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParamsIan Jackson2024-02-211-1/+1
* tor_cell: never construct empty DATA messages.Nick Mathewson2024-02-131-3/+28
* 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
* Fix typosDimitris Apostolou2024-01-082-2/+2
* tor-cell: Fix ambitious certtypeEmil Engler2023-12-281-1/+2
* 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 documentation that referred to RelayCell.Nick Mathewson2023-12-141-9/+4
* Fix documentation for {Any}RelayMsgOuterNick Mathewson2023-12-141-3/+7
* Rename {Any}RelayCell to {Any}RelayMsgOuterNick Mathewson2023-12-141-6/+6
* tor-cell: Remove a now-unneeded allow(unused).Nick Mathewson2023-12-121-1/+0
* NtorV3Extension set encoding/decoding: include n_extensionsJim Newsome2023-12-071-7/+17
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
* Use HandshakeType in Extend2 and CircuitExtender::beginJim Newsome2023-11-271-6/+12
* Add more reference links.Nick Mathewson2023-11-201-1/+5