summaryrefslogtreecommitdiff
path: root/crates/tor-protover/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-34/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Style fixes to tor-protover errors.Nick Mathewson2022-06-221-3/+3
* lints: tor-protover: Move two allows outside the auto blockIan Jackson2022-05-311-2/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-111-3/+5