aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/extlist.rs
Commit message (Expand)AuthorAgeFilesLines
* cell: Make "extlist" generate methods to access variants.Nick Mathewson2026-07-021-0/+18
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* 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-271-1/+1
* cell: Teach extlist definition macro to make conditional extensionsNick Mathewson2025-05-071-0/+6
* cell: Use ExtList to implement CircRequestExt.Nick Mathewson2025-05-071-3/+20
* cell: Make decl_extension_group macro more self-contained.Nick Mathewson2025-05-071-10/+16
* cell: Clarify documentation in extlist.rs.Nick Mathewson2025-05-071-11/+10
* cell: move ExtList module out of hs module.Nick Mathewson2025-05-071-0/+220