summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell
Commit message (Expand)AuthorAgeFilesLines
* 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-182-0/+214
* fix: fix typosDimitris Apostolou2025-01-061-1/+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-025-40/+100
* 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
* 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
* Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-1/+11
* tor-cell: Remove unused by_type() functionNeel Chauhan2023-10-131-10/+0
* tor-cell: Add accessors for Begin.Nick Mathewson2023-09-271-0/+15
* cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-161-0/+15
* cell: Add accessors to Introduce2.Nick Mathewson2023-08-161-0/+17
* cell: Add code to iterate over IntroEstablished extensionsNick Mathewson2023-08-151-1/+7
* cell, docs: Clarify what we mean by "Unrecognized".Nick Mathewson2023-08-151-2/+3
* cell: make establish_intro accept impl<Into<HsMacKey>>Nick Mathewson2023-08-141-15/+14
* Fix typosDimitris Apostolou2023-07-221-1/+1
* tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-162-2/+2
* tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)Ian Jackson2023-06-141-1/+1
* tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAYIan Jackson2023-06-141-1/+1
* tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...Ian Jackson2023-06-141-0/+4
* tor-cell: impl HasRetryTime for IntroduceAckStatusIan Jackson2023-06-141-0/+14
* Merge branch 'tor-cell-todos' into 'main'Nick Mathewson2023-06-135-51/+8
|\
| * cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-131-2/+2
| * cell: Remove relaycell::restrictNick Mathewson2023-06-131-34/+0
| * cell: Remove some TODOsNick Mathewson2023-06-133-10/+2
| * cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-133-5/+4
* | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
|/
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-121-1/+15