summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
...
* tor-netdoc: authcert: Move signatures out of tmp (fmt)Ian Jackson2026-01-061-2/+2
* tor-netdoc: authcert: Move signatures out of tmpIan Jackson2026-01-061-68/+79
* tor-netdoc: authcert: Move CrossCert out of tmpIan Jackson2026-01-061-86/+97
* tor-netdoc: authcert: Rename verify_selfcert to verify_self_signedIan Jackson2026-01-061-14/+14
* tor-netdoc: authcert: Move AuthCertVersion out of tmpIan Jackson2026-01-062-20/+31
* tor-netdoc: authcert: Make all fields pubIan Jackson2026-01-061-7/+7
* tor-netdoc: authcert: Use Iso8601TimeSp for time fieldsIan Jackson2026-01-062-11/+11
* tor-netdoc: authcert: Shuffle fingerprint values aboutIan Jackson2026-01-062-19/+11
* tor-netdoc: authcert: Abolish AuthCert::sk_fingerprintIan Jackson2026-01-061-6/+1
* tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIdsIan Jackson2026-01-062-5/+5
* tor-netdoc: RSA: rename helper type to RsaPublicParse1HelperIan Jackson2026-01-063-6/+6
* tor-netdoc: authcert: Improve docs a bitIan Jackson2026-01-061-5/+12
* tor-netdoc: authcert: Rename fields in AuthCert to match the specIan Jackson2026-01-062-39/+39
* tor-netdoc: authcert: Reorder fields in AuthCert to match the specIan Jackson2026-01-061-4/+4
* 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: Clarify the wrong field bug exampleIan Jackson2025-12-181-1/+4
* tor-netdoc: Fix typo in commentIan Jackson2025-12-181-1/+1
* 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
* tor-netdoc: impl ItemValueParseable for NetParams<i32>Ian Jackson2025-12-181-1/+11
* tor-netdoc: impl NetdocParseableFields for ProtoStatusesIan Jackson2025-12-181-1/+63
* tor-netdoc: Apply encoding derive to SharedRandStatusIan Jackson2025-12-101-2/+3
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* tor-netdoc: Implement new authority certificatesClara Engler2025-12-041-0/+780
* Merge branch 'protover_refactor' into 'main'Nick Mathewson2025-12-046-62/+49
|\
| * netdoc: Remove protocol interning.Nick Mathewson2025-12-036-61/+48
| * 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-042-2/+2
* | tor-netdoc: Store n_authorities in usizeClara Engler2025-12-022-3/+3
|/
* 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