summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
...
* tor-netdoc: species: Improve per_species heading, clarificationIan Jackson2025-08-181-1/+1
* tor-netdoc: species: Improve per_species headingIan Jackson2025-08-181-1/+4
* tor-netdoc: ns_per_species_macros: Add blocking todo for "variety" renameIan Jackson2025-08-181-0/+1
* tor-netdoc: ns_per_species_macros: Swap order, make vote optionalIan Jackson2025-08-181-24/+29
* tor-netdoc: ns_per_species_macros: Fix some refs to CONSTIan Jackson2025-08-181-2/+2
* tor-netdoc: Rename `ns` species ("variety") to `plain`Ian Jackson2025-08-183-22/+26
* tor-netdoc: ns_per_species_macros: Add some dividersIan Jackson2025-08-181-0/+8
* tor-netdoc: Improved a doc commentIan Jackson2025-08-181-1/+1
* tor-netdoc: Link to the generated macro, for one of them (poc)Ian Jackson2025-08-184-3/+20
* tor-netdoc: Link to the do_species macrosIan Jackson2025-08-181-1/+4
* tor-netdoc: Fix botched formatting.Ian Jackson2025-08-181-1/+1
* tor-netdoc: Fix a "flavour" reference that should have been "species"Ian Jackson2025-08-181-1/+1
* tor-netdoc: rs: Abolish implement_accessors macro (fmt)Ian Jackson2025-08-181-67/+67
* tor-netdoc: rs: Abolish implement_accessors macroIan Jackson2025-08-182-79/+69
* tor-netdoc: rs: Move identical text to per_species.rs.Ian Jackson2025-08-184-144/+76
* tor-netdoc: rs: Remove some fiddly docs differencesIan Jackson2025-08-182-5/+2
* tor-netdoc: rs: Introduce FLAVOR constantIan Jackson2025-08-182-4/+10
* tor-netdoc: rs: Swap calling orderIan Jackson2025-08-182-4/+4
* tor-netdoc: rs: Introduce and use DOC_DIGEST_LENIan Jackson2025-08-184-6/+12
* tor-netdoc: rs: Use species macrology for DocDigestIan Jackson2025-08-182-18/+18
* tor-netdoc: rs: Use species macrology for ConsensusRouterStatusIan Jackson2025-08-184-25/+24
* tor-netdoc: Introduce new "species" macrologyIan Jackson2025-08-184-0/+220
* tor-netdoc: Change all in-tree references to ns-consensus from ns_consensusIan Jackson2025-08-184-13/+13
* tor-netdoc: Remove two false commentsIan Jackson2025-08-182-2/+0
* netdoc test data: Switch two tests to new consensus dataIan Jackson2025-08-141-3/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0717-49/+59
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* Suggestions from @gabi-250 on prop360 implementation.Nick Mathewson2025-07-101-2/+2
* netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-101-2/+17
* netdoc: Add note about prop360Nick Mathewson2025-07-101-0/+6
* netdoc: Tread a few more kinds of errors as suspicious.Nick Mathewson2025-07-101-1/+6
* hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-0/+22
* netdoc: disallow extraneous space within final signature itemNick Mathewson2025-07-101-1/+39
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-147-36/+37
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-4/+0
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-133-5/+5
* netdoc: improve documentation for check_protocolsNick Mathewson2025-04-161-1/+7
* Fix a pair of documentation links.Nick Mathewson2025-04-161-2/+2
* Implement PartialEq for ProtoStatuses unconditionally.Nick Mathewson2025-04-161-4/+2
* protover,netdoc: Implement serde for Protocols etc.Nick Mathewson2025-04-161-2/+36
* netdoc: Put all ProtoStatuses into a single Arc<>d objectNick Mathewson2025-04-162-19/+55
* netdoc: functionality for detecting missing subprotos.Nick Mathewson2025-04-161-2/+91
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-184-9/+9
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-2/+2
* Always use full path to rand::thread_rng().Nick Mathewson2025-03-181-2/+1
* Merge branch 'interface-abstraction-of-the-daleks' into 'main'Nick Mathewson2025-03-181-1/+0
|\
| * Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* | netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-177-27/+28
|/
* netdoc: Add "family-cert" entries to routerdesc parserNick Mathewson2025-02-251-3/+79
* netdoc: Add "family-ids" line to microdesc parserNick Mathewson2025-02-122-2/+56