| Commit message (Expand) | Author | Age | Files | Lines |
| * | tor-hsservice: Change capping of PoW effort. | Wesley Aptekar-Cassels | 2025-08-13 | 1 | -10/+0 |
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 6 | -12/+12 |
| * | Merge branch 'msrv-fixes' into 'main' | Nick Mathewson | 2025-08-05 | 1 | -5/+11 |
| |\ |
|
| | * | tor-cell: Check strictly-ascending property more efficiently | Nick Mathewson | 2025-08-05 | 1 | -5/+11 |
| * | | tor-cell: Add ProofOfWorkV1::cap_effort function. | Wesley Aptekar-Cassels | 2025-08-05 | 1 | -0/+10 |
| |/ |
|
| * | tor-cell: add `FlowCtrlVersion::V0` | Steven Engler | 2025-07-16 | 1 | -0/+3 |
| * | tor-cell: remove `flowctl-cc` feature and make XON/XOFF cells stable | Steven Engler | 2025-07-15 | 1 | -7/+1 |
| * | tor-cell: add a const constructor for `FlowCtrlVersion` | Steven Engler | 2025-07-15 | 1 | -7/+14 |
| * | tor-cell: add `Xon`/`Xoff` cells | Steven Engler | 2025-06-09 | 2 | -0/+175 |
| * | arti, cell, dirclient: Use expect instead of unwrap. | Nick Mathewson | 2025-05-29 | 1 | -2/+3 |
| * | cell: fix warning from nightly about unused function. | Nick Mathewson | 2025-05-29 | 1 | -0/+1 |
| * | Add methods for getting proof-of-work extension from intro request. | Wesley Aptekar-Cassels | 2025-05-27 | 2 | -1/+10 |
| * | cell: Teach extlist definition macro to make conditional extensions | Nick Mathewson | 2025-05-07 | 2 | -1/+7 |
| * | cell: Implement SubprotocolRequest extension from prop346. | Nick Mathewson | 2025-05-07 | 1 | -1/+138 |
| * | cell: Unify HS-ntor and ntor-v3 extensions. | Nick Mathewson | 2025-05-07 | 6 | -32/+22 |
| * | cell,proto: Split request/response extensions into seprate types | Nick Mathewson | 2025-05-07 | 1 | -21/+44 |
| * | cell: Use ExtList to implement CircRequestExt. | Nick Mathewson | 2025-05-07 | 2 | -105/+100 |
| * | Rename NtorV3Extension to CircRequestExt | Nick Mathewson | 2025-05-07 | 1 | -18/+19 |
| * | cell: Make decl_extension_group macro more self-contained. | Nick Mathewson | 2025-05-07 | 4 | -14/+21 |
| * | cell: Clarify documentation in extlist.rs. | Nick Mathewson | 2025-05-07 | 1 | -11/+10 |
| * | cell: move ExtList module out of hs module. | Nick Mathewson | 2025-05-07 | 5 | -7/+5 |
| * | proto: Use SendmeTag in place of CircTag | Nick Mathewson | 2025-05-06 | 1 | -4/+2 |
| * | tor-cell: define a new SendmeTag type | Nick Mathewson | 2025-05-06 | 1 | -9/+149 |
| * | cell, proto: Use correct Data sizes for v1 relay cells | Nick Mathewson | 2025-04-16 | 2 | -7/+29 |
| * | cell: Remove the deprecated Data::split_from(). | Nick Mathewson | 2025-04-16 | 1 | -14/+0 |
| * | Note some places where we need updates for #1944. | Nick Mathewson | 2025-04-16 | 2 | -0/+8 |
| * | tor-cell: Make conflux::V1Nonce opaque, add constructor. | Gabriela Moldovan | 2025-04-08 | 1 | -7/+30 |
| * | tor-cell: Copy ConfluxSwitch::seqno in getter. | Gabriela Moldovan | 2025-04-08 | 1 | -0/+1 |
| * | Merge branch 'interface-abstraction-of-the-daleks' into 'main' | Nick Mathewson | 2025-03-18 | 1 | -1/+0 |
| |\ |
|
| | * | Wrap ed25519-dalek types. | Nick Mathewson | 2025-03-18 | 1 | -1/+0 |
| * | | tor-cell: Implement RelayMsg for all conflux message types. | Gabriela Moldovan | 2025-03-17 | 1 | -1/+1 |
| * | | tor-cell: Add setters for the V1LinkPayload seqnos. | Gabriela Moldovan | 2025-03-13 | 1 | -0/+10 |
| * | | tor-cell: Make V1_LINK_NONCE_LEN pub. | Gabriela Moldovan | 2025-03-13 | 1 | -1/+1 |
| * | | tor-cell: Add constructors for the conflux cell types. | Gabriela Moldovan | 2025-03-13 | 1 | -0/+46 |
| * | | tor-cell: Add type alias for the V1LinkPayload nonce. | Gabriela Moldovan | 2025-03-13 | 1 | -1/+4 |
| |/ |
|
| * | tor-cell: Add encodable conflux relay message types. | Gabriela Moldovan | 2025-02-18 | 2 | -0/+214 |
| * | fix: fix typos | Dimitris Apostolou | 2025-01-06 | 1 | -1/+1 |
| * | PoW: Consolidate feature flags into a single flag. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -1/+1 |
| * | tor-cell: add clippy allows | Steven Engler | 2024-11-20 | 1 | -0/+1 |
| * | hs-pow: Clarify a confusing comment in ProofOfWorkV1. | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -1/+1 |
| * | hs-pow: Rename seed to seed_head. | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -3/+3 |
| * | hs-pow: Refactor to prefer stub types rather than cfg sprawl. | Wesley Aptekar-Cassels | 2024-10-09 | 4 | -29/+90 |
| * | tor-hspow: Big refactor, dissolve this crate | Wesley Aptekar-Cassels | 2024-10-09 | 3 | -48/+61 |
| * | tor-cell: Support encoding proofs-of-work in intro_payload | Wesley Aptekar-Cassels | 2024-10-09 | 3 | -4/+111 |
| * | tor-memquota: Explain choice of bounds | Ian Jackson | 2024-10-02 | 1 | -0/+2 |
| * | Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy" | Ian Jackson | 2024-10-02 | 1 | -1/+2 |
| * | tor-cell: Use HasMemoryCostStructural, rather than Copy | Ian Jackson | 2024-10-02 | 1 | -2/+1 |
| * | Some HasMemoryCost impls in tor-cell | Ian Jackson | 2024-10-02 | 5 | -40/+100 |
| * | tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParams | Ian Jackson | 2024-02-21 | 1 | -1/+1 |
| * | tor_cell: never construct empty DATA messages. | Nick Mathewson | 2024-02-13 | 1 | -3/+28 |