aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-protover/src
Commit message (Expand)AuthorAgeFilesLines
* tor-protover: fix doc comment for `ProtoKind`Steven Engler2026-08-121-1/+1
* 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-302-0/+135
* tor-protover: add `From<NamedSubver> for Protocols`Steven Engler2026-07-271-0/+6
* tor-protover: Use GloballyInternableIan Jackson2026-07-271-12/+9
* tor-protover: Replace Arc with InternIan Jackson2026-07-271-7/+7
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* protover: New constructor taking kind and versionsNick Mathewson2026-07-021-0/+17
* protover: Extract version-list parsing to a new functionNick Mathewson2026-07-021-41/+48
* protover: Use a faster check for unrecognized protocol uniqueness.Nick Mathewson2026-06-301-9/+13
* tor-protover: Fix documentation regarding version `0`Clara Engler2026-06-251-2/+2
* tor-protover: Make blocking TODO non-blockingClara Engler2026-06-241-1/+1
* Use Intern<T>Clara Engler2026-06-241-1/+2
* protover: remove str slice usageNick Mathewson2026-06-101-11/+4
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* protover: document interning in Protocols docs.Nick Mathewson2025-12-041-0/+8
* protover: Intern ProtocolsInner.Nick Mathewson2025-12-031-1/+10
* protover: Make Protocols become an Arc internally.Nick Mathewson2025-12-031-25/+42
* protover: Document un-recommended usage of Protocols::new()Nick Mathewson2025-12-031-0/+7
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-protover: small comment formatting fixSteven Engler2025-08-061-1/+1
* protover: Allocate a capability number for RELAY_CRYPT_CGO.Nick Mathewson2025-07-231-0/+7
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* protover: New `NumberedSubver` to represent a subprotocol capNick Mathewson2025-05-071-1/+81
* protover: Change ProtoKind to be a u8Nick Mathewson2025-05-071-2/+2
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-0/+21
* protover: Enforce that every unrecognized protocol entry is nonzero.Nick Mathewson2025-04-161-1/+5
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+35
* protover,netdoc: Implement serde for Protocols etc.Nick Mathewson2025-04-161-0/+4
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+7
* protover: Correct capitalization of Micro[Dd]escNick Mathewson2025-04-162-10/+10
* protover: Add an implementation for FromIteratorNick Mathewson2025-04-161-0/+37
* protover: document and enforce more invariantsNick Mathewson2025-04-161-3/+19
* protover: add names for members of the Link protocol group.Nick Mathewson2025-04-161-0/+27
* protover: New function to intersect Protocols sets.Nick Mathewson2025-04-161-0/+53
* protover: New function to combine (union) Protocols sets.Nick Mathewson2025-04-161-1/+57
* protover: New function to subtract to Protocols sets.Nick Mathewson2025-04-161-0/+54
* protover: Add support for subprotocol version mnemonics.Nick Mathewson2025-03-122-0/+160
* protover: Add Conflux protocol group.Nick Mathewson2025-03-121-1/+3
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1