aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: derive `Default` for `SubprotocolRequest`Steven Engler2026-08-121-1/+1
* tor-cell: update docs and variable names for `Xon`Steven Engler2026-07-301-10/+13
* tor-cell: update docs and variable names for `XonKBpsEwma`Steven Engler2026-07-301-9/+9
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-301-7/+7
* hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-021-0/+5
* cell: Accessors for more intro extensions.Nick Mathewson2026-07-021-7/+16
* cell: Make "extlist" generate methods to access variants.Nick Mathewson2026-07-021-0/+18
* tor-cell: impl `PartialEq + Eq` on `XonKbpsEwma`Steven Engler2026-06-101-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+2
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-2/+2
* cell: Derive PartialEq for Begin and BeginFlagsGabriela Moldovan2026-03-251-2/+2
* cell: Add an accessor for the linkspecs of an EXTEND2Gabriela Moldovan2026-02-051-0/+5
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-3/+0
* cell: Add missing docs to internal macroGabriela Moldovan2025-12-011-0/+2
* Merge branch 'bug2172' into 'main'Nick Mathewson2025-11-241-1/+1
|\
| * tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-062-2/+2
* | Decorate a use with an allowIan Jackson2025-11-061-0/+1
|/
* tor-cell: add `Display` impl for `XonKbpsEwma`Steven Engler2025-09-221-0/+9
* tor-hsservice: Change capping of PoW effort.Wesley Aptekar-Cassels2025-08-131-10/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-076-12/+12
* Merge branch 'msrv-fixes' into 'main'Nick Mathewson2025-08-051-5/+11
|\
| * tor-cell: Check strictly-ascending property more efficientlyNick Mathewson2025-08-051-5/+11
* | tor-cell: Add ProofOfWorkV1::cap_effort function.Wesley Aptekar-Cassels2025-08-051-0/+10
|/
* tor-cell: add `FlowCtrlVersion::V0`Steven Engler2025-07-161-0/+3
* tor-cell: remove `flowctl-cc` feature and make XON/XOFF cells stableSteven Engler2025-07-151-7/+1
* tor-cell: add a const constructor for `FlowCtrlVersion`Steven Engler2025-07-151-7/+14
* tor-cell: add `Xon`/`Xoff` cellsSteven Engler2025-06-092-0/+175
* arti, cell, dirclient: Use expect instead of unwrap.Nick Mathewson2025-05-291-2/+3
* cell: fix warning from nightly about unused function.Nick Mathewson2025-05-291-0/+1
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-272-1/+10
* cell: Teach extlist definition macro to make conditional extensionsNick Mathewson2025-05-072-1/+7
* cell: Implement SubprotocolRequest extension from prop346.Nick Mathewson2025-05-071-1/+138
* cell: Unify HS-ntor and ntor-v3 extensions.Nick Mathewson2025-05-076-32/+22
* cell,proto: Split request/response extensions into seprate typesNick Mathewson2025-05-071-21/+44
* cell: Use ExtList to implement CircRequestExt.Nick Mathewson2025-05-072-105/+100
* Rename NtorV3Extension to CircRequestExtNick Mathewson2025-05-071-18/+19
* cell: Make decl_extension_group macro more self-contained.Nick Mathewson2025-05-074-14/+21
* cell: Clarify documentation in extlist.rs.Nick Mathewson2025-05-071-11/+10
* cell: move ExtList module out of hs module.Nick Mathewson2025-05-075-7/+5
* proto: Use SendmeTag in place of CircTagNick Mathewson2025-05-061-4/+2
* tor-cell: define a new SendmeTag typeNick Mathewson2025-05-061-9/+149
* cell, proto: Use correct Data sizes for v1 relay cellsNick Mathewson2025-04-162-7/+29
* cell: Remove the deprecated Data::split_from().Nick Mathewson2025-04-161-14/+0
* Note some places where we need updates for #1944.Nick Mathewson2025-04-162-0/+8
* 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