summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/extend.rs
Commit message (Expand)AuthorAgeFilesLines
* cell: Add missing docs to internal macroGabriela Moldovan2025-12-011-0/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-cell: Check strictly-ascending property more efficientlyNick Mathewson2025-08-051-5/+11
* cell: Teach extlist definition macro to make conditional extensionsNick Mathewson2025-05-071-1/+1
* cell: Implement SubprotocolRequest extension from prop346.Nick Mathewson2025-05-071-1/+138
* cell: Unify HS-ntor and ntor-v3 extensions.Nick Mathewson2025-05-071-2/+11
* cell,proto: Split request/response extensions into seprate typesNick Mathewson2025-05-071-21/+44
* cell: Use ExtList to implement CircRequestExt.Nick Mathewson2025-05-071-102/+80
* Rename NtorV3Extension to CircRequestExtNick Mathewson2025-05-071-18/+19
* NtorV3Extension set encoding/decoding: include n_extensionsJim Newsome2023-12-071-7/+17
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-4/+4
* Merge branch 'fallible_writers_v2' into 'main'Nick Mathewson2022-07-191-4/+8
|\
| * Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-4/+8
| * Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-2/+2
* | tor-cell: Derive Eq for NtorV3ExtensionIan Jackson2022-07-181-1/+1
|/
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-081-0/+115