summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/netstatus/rs.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersionIan Jackson2026-01-151-5/+5
* netdoc: Remove protocol interning.Nick Mathewson2025-12-031-1/+0
* Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-031-1/+1
* tor-netdoc: Rename RelayFlagsParser to relay_flags::ParserIan Jackson2025-11-241-1/+1
* tor-netdoc: relay_flags: Remove two now-not-needed type aliasesIan Jackson2025-11-241-2/+1
* RelayFlags: Use the singular RelayFlag for naming individual flagsIan Jackson2025-11-181-1/+1
* tor-netdoc: Introduce DocRelayFlags for relay flags in a network documentIan Jackson2025-11-181-1/+2
* tor-netdoc: Separate ConsensusRelayFlagsParser and VoteRelayFlagsParserIan Jackson2025-11-181-0/+1
* tor-netdoc: Add a lot of spec cross-references and tidy docsIan Jackson2025-10-151-0/+2
* tor-netdoc: Type for parsing `m` lines in votesIan Jackson2025-10-151-1/+36
* tor-netdoc: RouterStatus: Add `publication` argument fieldIan Jackson2025-10-151-1/+1
* tor-netdoc: RouterStatus: Split out the `r` item's fieldsIan Jackson2025-10-151-0/+1
* tor-netdoc: No longer impl Sealed for RouterStatus (fmt)Ian Jackson2025-08-261-1/+1
* tor-netdoc: No longer impl Sealed for RouterStatusIan Jackson2025-08-261-1/+1
* tor-netdoc: Fix some visibilitiesIan Jackson2025-08-261-6/+3
* tor-netdoc: Apply much rustfmt churnIan Jackson2025-08-261-9/+7
* tor-netdoc: Provide some Vote thingsIan Jackson2025-08-261-4/+0
* tor-netdoc: rs: centralise some includesIan Jackson2025-08-261-1/+8
* tor-netdoc: Introduce experimental ns-vote featureIan Jackson2025-08-261-0/+3
* tor-netdoc: ns variety: Provide for flavour-only itemsIan Jackson2025-08-261-1/+1
* tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatusIan Jackson2025-08-261-1/+1
* tor-netdoc: Abolish RouterStatus trait in favour of generic methodsIan Jackson2025-08-261-1/+1
* tor-netdoc: No longer try to export trait FromRdStringIan Jackson2025-08-261-1/+0
* tor-netdoc: netstatus: Move GenericRouterStatusIan Jackson2025-08-261-148/+2
* tor-netdoc: netstatus: Move everything variety-specificIan Jackson2025-08-261-4/+5
* tor-netdoc: Make various types all pub(crate)Ian Jackson2025-08-261-8/+8
* tor-netdoc: Rename ns-consensus to plain-consensusIan Jackson2025-08-181-1/+1
* tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::PlainIan Jackson2025-08-181-2/+2
* tor-netdoc: varieties: Rename per_variety to each_varietyIan Jackson2025-08-181-1/+1
* tor-netdoc: Rename "species" to "variety"Ian Jackson2025-08-181-1/+1
* tor-netdoc: Add comment to ns_export_per_speciesIan Jackson2025-08-181-0/+1
* Revert "tor-netdoc: Link to the generated macro, for one of them (poc)"Ian Jackson2025-08-181-2/+1
* tor-netdoc: Rename `ns` species ("variety") to `plain`Ian Jackson2025-08-181-1/+1
* tor-netdoc: Link to the generated macro, for one of them (poc)Ian Jackson2025-08-181-1/+2
* tor-netdoc: rs: Abolish implement_accessors macroIan Jackson2025-08-181-78/+0
* tor-netdoc: rs: Move identical text to per_species.rs.Ian Jackson2025-08-181-1/+1
* tor-netdoc: rs: Use species macrology for ConsensusRouterStatusIan Jackson2025-08-181-4/+4
* tor-netdoc: Change all in-tree references to ns-consensus from ns_consensusIan Jackson2025-08-181-2/+2
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-4/+0
* RouterStatus: Add test functions for Fast and Stable flags.Nick Mathewson2024-01-161-0/+8
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* netdir: more documentation on MIDDLE_ONLY flag.Nick Mathewson2023-04-171-0/+4
* netdoc: Add MiddleOnly flag to RelayFlagsjuga2023-04-171-0/+4
* hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-091-0/+4
* Work around a new nightly clippy warningNick Mathewson2022-09-301-15/+20
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-241-0/+8
* netdoc: add a new type for NicknamesNick Mathewson2022-05-091-4/+4
* Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-311-1/+1
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-311-0/+7
* Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-111-4/+7