summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
* netdoc: Add missing docs for encode_pow_params()Gabriela Moldovan2025-12-011-0/+1
* netdoc: allow unstable_name_collisions lint for exactly_one()Gabriela Moldovan2025-12-011-0/+5
* tor-netdoc: Rename ItemArgument method to write_arg_ontoIan Jackson2025-11-261-3/+3
* 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
* Merge branch 'bug2172' into 'main'Nick Mathewson2025-11-241-1/+1
|\
| * tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* | Merge branch 'pub-encode' into 'main'Ian Jackson2025-11-193-4/+4
|\ \
| * | tor-netdoc: Split off Keyword::to_str into its own traitIan Jackson2025-11-183-4/+4
* | | 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
* | | tor-netdoc: rs builder: Take Into<RelayFlags>Ian Jackson2025-11-181-6/+6
* | | tor-netdoc: RelayFlags: Tidy up from_item for flagsIan Jackson2025-11-181-1/+3
|/ /
* | tor-netdoc: Be able to retain unknown flagsIan Jackson2025-11-183-2/+3
* | tor-netdoc: parse2: Introduce ParseInput intermediate structIan Jackson2025-11-181-2/+3
* | tor-netdoc: Remove the RelayFlags type alias in netstatusIan Jackson2025-11-181-3/+0
* | tor-netdoc: Introduce DocRelayFlags for relay flags in a network documentIan Jackson2025-11-185-5/+9
* | tor-netdoc: Separate ConsensusRelayFlagsParser and VoteRelayFlagsParserIan Jackson2025-11-182-1/+9
* | tor-netdoc: Rename RelayFlags elements for regularity vs specIan Jackson2025-11-182-3/+3
* | tor-netdoc: Move RelayFlags into its own moduleIan Jackson2025-11-181-161/+3
* | Apply deferred rustfmt churnIan Jackson2025-11-103-4/+4
* | tor-netdoc: Rename the `build` module to `encode`Ian Jackson2025-11-103-4/+4
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0616-16/+16
|/
* tor-netdoc: Abolish ArgumentNotPresent alias, completing the renameIan Jackson2025-10-231-1/+1
* tor-netdoc: Use NotPresent rather than Option<Ignored> to suppress fieldsIan Jackson2025-10-234-8/+8
* tor-netdoc: Preamble: Fix garbled doc commentIan Jackson2025-10-221-1/+1
* tor-netdoc: Preamble: rename relay_version field to server_versionIan Jackson2025-10-223-8/+8
* tor-netdoc: Say Preamble doesn't contain vote-status, in summary.Ian Jackson2025-10-221-1/+1
* tor-netdoc: Explain that Preamble doesn't contain vote-status either.Ian Jackson2025-10-221-1/+1
* tor-netdoc: netstatus: Preamble: Name the protocols fields in docIan Jackson2025-10-221-0/+2
* tor-netdoc: netstatus: Preamble: rename shared rand fields to match docIan Jackson2025-10-223-18/+18
* tor-netdoc: Move ConsensusFlavor into Consensus structIan Jackson2025-10-223-14/+22
* tor-netdoc: Declare intent not to apply parse2 to ConsensusIan Jackson2025-10-221-4/+1
* tor-netdoc: Rename consensus Header to PreambleIan Jackson2025-10-224-40/+42
* Merge branch 'p2-shared-rand-status' into 'main'Ian Jackson2025-10-223-10/+26
|\
| * tor-netdoc: impl ItemValueParseable for SharedRandStatusIan Jackson2025-10-211-0/+1
| * tor-netdoc: impl Display, FromStr, NormalItemArgument for SharedRandValIan Jackson2025-10-211-2/+18
| * tor-netdoc: Change type of timestamp in SharedRandStatus (fmt)Ian Jackson2025-10-211-2/+1
| * tor-netdoc: Change type of timestamp in SharedRandStatusIan Jackson2025-10-213-7/+7
* | tor-netdoc: Lifetime impls: reindentIan Jackson2025-10-211-37/+37
* | tor-netdoc: derive NetdocParseableFields for LifetimeIan Jackson2025-10-211-0/+4
* | tor-netdoc: Lifetime: change type of fieldsIan Jackson2025-10-212-8/+8
* | tor-netdoc: Lifetime: derive constructor and accessorsIan Jackson2025-10-211-20/+17
* | tor-netdoc: Lifetime: Move some documentation to fieldsIan Jackson2025-10-211-10/+10
* | tor-netdoc: Lifetime: Construct Lifetime struct earlierIan Jackson2025-10-211-6/+10
|/
* tor-netdoc: Add a lot of spec cross-references and tidy docsIan Jackson2025-10-153-15/+101
* tor-netdoc: Typo fixes in docsIan Jackson2025-10-152-2/+2
* tor-netdoc: tests: Print out vote routerstatusIan Jackson2025-10-151-1/+2
* tor-netdoc: tests: Move vote parsing test to netstatus.rsIan Jackson2025-10-151-0/+21
* tor-netdoc: impl parse2 for RouterStatus entryIan Jackson2025-10-152-1/+85