summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
...
* cell: Implement parsing and encoding for V1 relay cellsNick Mathewson2025-04-162-14/+144
* cell: Add a debugging-only method to simplify debug_asserts.Nick Mathewson2025-04-162-12/+12
* cell: Refine StreamIdReq for V1 relay cells, with minimal changesNick Mathewson2025-04-161-8/+14
* cell: Create an unimplemented RelayCellFormat::V1Nick Mathewson2025-04-161-10/+30
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-6/+10
* Note some places where we need updates for #1944.Nick Mathewson2025-04-163-0/+24
* tor-cell: Make conflux::V1Nonce opaque, add constructor.Gabriela Moldovan2025-04-081-7/+30
* tor-cell: Copy ConfluxSwitch::seqno in getter.Gabriela Moldovan2025-04-081-0/+1
* Merge branch 'interface-abstraction-of-the-daleks' into 'main'Nick Mathewson2025-03-181-1/+0
|\
| * Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* | tor-cell: Implement RelayMsg for all conflux message types.Gabriela Moldovan2025-03-171-1/+1
* | tor-cell: Add setters for the V1LinkPayload seqnos.Gabriela Moldovan2025-03-131-0/+10
* | tor-cell: Make V1_LINK_NONCE_LEN pub.Gabriela Moldovan2025-03-131-1/+1
* | tor-cell: Add constructors for the conflux cell types.Gabriela Moldovan2025-03-131-0/+46
* | tor-cell: Add type alias for the V1LinkPayload nonce.Gabriela Moldovan2025-03-131-1/+4
|/
* tor-cell: Add encodable conflux relay message types.Gabriela Moldovan2025-02-183-0/+216
* tor-cell: Add conflux RelayCmds.Gabriela Moldovan2025-02-181-0/+13
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * 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