summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: authcert: Fix wrong linkIan Jackson2026-01-061-1/+1
* tor-netdoc: authcert: Add TODO about constructorsIan Jackson2026-01-061-0/+2
* tor-netdoc: authcert: rustfmtIan Jackson2026-01-061-5/+5
* tor-netdoc: authcert: Delete syntax info from rustdocsIan Jackson2026-01-061-37/+2
* tor-netdoc: authcert: Fix remaining old names/paths in docsIan Jackson2026-01-061-8/+8
* tor-netdoc: authcert: Improve docs for CrossCertIan Jackson2026-01-061-13/+12
* tor-netdoc: authcert: rename tmp test moduleIan Jackson2026-01-061-1/+1
* tor-netdoc: authcert: abolish tmp module (reindent)Ian Jackson2026-01-061-50/+50
* tor-netdoc: authcert: abolish tmp moduleIan Jackson2026-01-061-140/+14
* tor-netdoc: authcert: derive PartialEq and Eq in testsIan Jackson2026-01-061-0/+1
* tor-netdoc: authcert: Transfer spec links into AuthCert from tmpIan Jackson2026-01-061-28/+14
* tor-netdoc: authcert: derive parse2Ian Jackson2026-01-061-1/+12
* tor-netdoc: authcert: Add CrossCert to AuthCertIan Jackson2026-01-062-2/+19
* 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