summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/netstatus
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Gate vote-related incomplete code with "incomplete"Ian Jackson2026-04-281-1/+1
* tor-netdoc: Un-gate RouterStatusMdDigestsVote and SoftwareVersionIan Jackson2026-04-281-1/+0
* tor-netdoc: Un-gate "plain-consensus" cargo featureIan Jackson2026-04-283-3/+0
* tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus (tidy)Ian Jackson2026-04-283-17/+9
* tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatusIan Jackson2026-04-284-26/+18
* tor-netdoc: Un-gate features impls in doc/netstatus/dir_source.rs (rewrap)Ian Jackson2026-04-281-4/+1
* tor-netdoc: Un-gate features impls in doc/netstatus/dir_source.rsIan Jackson2026-04-281-8/+4
* tor-netdoc: consensus authority section: ConsensusAuthoritySectionIan Jackson2026-04-271-2/+106
* tor-netdoc: consensus authority section: SupersededAuthorityKeyIan Jackson2026-04-271-1/+118
* tor-netdoc: DirSource: move to new dir_source moduleIan Jackson2026-04-271-0/+57
* tor-netdoc: ConsensusAuthorityEntry: derive ConstructorIan Jackson2026-04-271-0/+1
* tor-netdoc: ConsensusAuthorityEntry: fix type of vote_digest fieldIan Jackson2026-04-271-1/+1
* tor-netdoc: ConsensusAuthorityEntry: fix type of contact fieldIan Jackson2026-04-271-1/+2
* tor-netdoc: ConsensusAuthorityEntry: rename from ConsensusVoterInfo (2) (fmt)Ian Jackson2026-04-271-1/+1
* tor-netdoc: ConsensusAuthorityEntry: rename from ConsensusVoterInfo (2)Ian Jackson2026-04-273-9/+9
* tor-netdoc: DirSource: derive ConstructorIan Jackson2026-04-271-0/+1
* tor-netdoc: DirSource: add missing hostname fieldIan Jackson2026-04-271-0/+1
* tor-netdoc: DirSource: fix type of identity fieldIan Jackson2026-04-271-1/+2
* tor-netdoc: DirSource: fix type of nickname fieldIan Jackson2026-04-271-1/+2
* tor-netdoc: Fix c&p error in commentIan Jackson2026-04-211-1/+1
* tor-netdoc: ns Premable: add missing field known_flagsIan Jackson2026-04-214-1/+8
* tor-netdoc: ns Preamble: derive NetdocEncodableFieldsIan Jackson2026-04-211-0/+1
* tor-netdoc: ns Preamble: Use ConstructorIan Jackson2026-04-213-1/+16
* tor-netdoc: ns Preamble: use new deftly cfg approachIan Jackson2026-04-211-10/+8
* tor-netdoc: DocRelayFlags: rename VoteRepr to NoImplicitReprIan Jackson2026-04-211-1/+1
* tor-netdoc: DocRelayFlags: rename helper structIan Jackson2026-04-211-1/+1
* tor-netdoc: Fix type of NotPresent items in ns PreambleIan Jackson2026-04-213-6/+8
* tor-netdoc: Make Nickname have its own parsing error typeIan Jackson2026-04-202-2/+5
* tor-netdoc: parse2/encode derive: Use unquoted attributes at call sitesIan Jackson2026-04-072-4/+4
* tor-netdoc: Port to web-time-compatNick Mathewson2026-03-261-2/+2
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* Fix word duplicate typosTobias Stoeckmann2026-03-153-4/+4
* tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersionIan Jackson2026-01-153-7/+7
* tor-netdoc: netstatus preamble: Reorder fields to match spec orderIan Jackson2025-12-181-21/+21
* tor-netdoc: netstatus preamble: Add a lot of blank linesIan Jackson2025-12-181-0/+11
* tor-netdoc: netstatus preamble: Clarify TODO for known-flagsIan Jackson2025-12-181-1/+1
* tor-netdoc: netstatus: improve TODO commentsIan Jackson2025-12-181-1/+10
* tor-netdoc: Preamble: Parse published in votesIan Jackson2025-12-183-0/+5
* tor-netdoc: Preamble: Parse consensus-methods in votesIan Jackson2025-12-184-1/+5
* tor-netdoc: Preamble: Fix consensus-method parsing in votesIan Jackson2025-12-181-1/+1
* tor-netdoc: impl NetdocParseableFields for PreambleIan Jackson2025-12-181-0/+12
* Merge branch 'protover_refactor' into 'main'Nick Mathewson2025-12-045-53/+42
|\
| * netdoc: Remove protocol interning.Nick Mathewson2025-12-035-52/+41
| * Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-031-1/+1
* | tor-netdoc: Remove unnecessary castsClara Engler2025-12-041-1/+1
* | tor-netdoc: Store n_authorities in usizeClara Engler2025-12-021-2/+2
|/
* tor-netdoc: Rename RelayFlagsParser to relay_flags::ParserIan Jackson2025-11-242-2/+2
* tor-netdoc: relay_flags: Remove two now-not-needed type aliasesIan Jackson2025-11-242-6/+5
* RelayFlags: Use RelayFlag enum variant names everywhereIan Jackson2025-11-182-11/+11
* RelayFlags: Use the singular RelayFlag for naming individual flagsIan Jackson2025-11-183-13/+13