summaryrefslogtreecommitdiff
path: root/crates/tor-protover/src/named.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-protover: set field visibility in `subprotocol_restricted_set`Steven Engler2026-07-301-5/+5
|
* tor-protover: add a `subprotocol_restricted_set` macroSteven Engler2026-07-301-0/+129
|
* protover: Allocate a capability number for RELAY_CRYPT_CGO.Nick Mathewson2025-07-231-0/+7
|
* protover: Correct capitalization of Micro[Dd]escNick Mathewson2025-04-161-1/+1
| | | | Closes #1923
* protover: add names for members of the Link protocol group.Nick Mathewson2025-04-161-0/+27
|
* protover: Add support for subprotocol version mnemonics.Nick Mathewson2025-03-121-0/+130
It's error-prone to have to remember e.g. that "Desc=5" means "family ID support", so in torspec!251 we added mnemonic names like DESC_FAMILY_IDS. Here we use those names in tor-protover.