index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
doc
/
netstatus.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: use DirectorySignaturesHashesAccu in SignatureGroup
Ian Jackson
2026-05-27
1
-6
/
+9
*
tor-netdoc: Make fields of DirectorySignaturesHashesAccu public
Ian Jackson
2026-05-27
1
-2
/
+2
*
tor-netdoc: SignatureGroup: add some notes to the docs
Ian Jackson
2026-05-27
1
-0
/
+4
*
tor-netdoc: Replace poc's NddDirectoryFooter with new Footer
Ian Jackson
2026-05-27
1
-1
/
+1
*
tor-netdoc: ConsensusFooterFields: Constructor, parse, encode
Ian Jackson
2026-05-27
1
-3
/
+12
*
tor-netdoc: ConsensusFooterFields: Tidy docs
Ian Jackson
2026-05-27
1
-4
/
+4
*
tor-netdoc: ConsensusFooterFields: Rename weights field to bandwidth_weights
Ian Jackson
2026-05-27
1
-3
/
+3
*
tor-netdoc: Rename Footer to ConsensusFooterFields
Ian Jackson
2026-05-27
1
-5
/
+7
*
tor-netdoc: NetworkStatusVersion, replacing poc's with FixedString
Ian Jackson
2026-05-27
1
-0
/
+13
*
tor-netdoc: SharedRandStatuses: Use proper Constructor non-exhaustive pattern
Ian Jackson
2026-05-13
1
-1
/
+5
*
tor-netdoc: SharedRandParticipate: Add TODO re "presence" type
Ian Jackson
2026-05-13
1
-0
/
+2
*
tor-netdoc: SharedRandCommitV1: Improve type of reveal
Ian Jackson
2026-05-13
1
-1
/
+4
*
tor-netdoc: SharedRandCommitV1: Improve type of commit
Ian Jackson
2026-05-13
1
-1
/
+7
*
tor-netdoc: VoteAuthorityEntry: reorder fields to spec order
Ian Jackson
2026-05-13
1
-4
/
+4
*
tor-netdoc: vote authority entry: declare it complete
Ian Jackson
2026-05-13
1
-3
/
+0
*
tor-netdoc: vote authority entry: parse shared-rand-commit
Ian Jackson
2026-05-13
1
-2
/
+89
*
tor-netdoc: vote authority entry: parse shared-rand-participate
Ian Jackson
2026-05-13
1
-1
/
+21
*
tor-netdoc: vote authority entry: parse legacy-dir-key
Ian Jackson
2026-05-13
1
-1
/
+6
*
tor-netdoc: Add shared-rand-*-status to VoteAuthorityEntry
Ian Jackson
2026-05-13
1
-4
/
+4
*
tor-netdoc: Break out SharedRandStatuses, and remove it from votes
Ian Jackson
2026-05-13
1
-0
/
+19
*
tor-netdoc: Replace an IEFE with use of .and_then() (fmt)
Ian Jackson
2026-05-05
1
-6
/
+5
*
tor-netdoc: Replace an IEFE with use of .and_then()
Ian Jackson
2026-05-05
1
-3
/
+4
*
tor-netdoc: Apply deferred rustfmt churn
Ian Jackson
2026-04-29
1
-5
/
+7
*
tor-netdoc: Turn DirectorySignatureHashAlgo back into a normal struct
Ian Jackson
2026-04-29
1
-2
/
+12
*
tor-netdoc: re-privatise some methods
Ian Jackson
2026-04-29
1
-6
/
+4
*
tor-netdoc: directory-signature: don't re-hash unnecessarily
Ian Jackson
2026-04-29
1
-3
/
+4
*
tor-netdoc: Fix handling of explicit vs implicit dir sig SHA1 hash
Ian Jackson
2026-04-29
1
-6
/
+2
*
tor-netdoc: Fix signature of hash_slice_for_verification
Ian Jackson
2026-04-29
1
-5
/
+8
*
tor-netdoc: Fix signature of hash_slice_for_verification (pre-fmt)
Ian Jackson
2026-04-29
1
-1
/
+4
*
tor-netdoc: Abolish poc's netstatus signature type
Ian Jackson
2026-04-29
1
-0
/
+1
*
tor-netdoc: Promote hash_slice_for_verification to prod
Ian Jackson
2026-04-29
1
-0
/
+12
*
tor-netdoc: impl SignatureItemParseable for netstatus::Signature
Ian Jackson
2026-04-29
1
-1
/
+14
*
tor-netdoc: Introduce DirectorySignaturesHashesAccu::update_from
Ian Jackson
2026-04-29
1
-3
/
+41
*
tor-netdoc: Promote poc's DirectorySignaturesHashesAccu to prod
Ian Jackson
2026-04-29
1
-1
/
+39
*
tor-netdoc: derive ItemValue parsing/encoding for Signature
Ian Jackson
2026-04-29
1
-3
/
+10
*
tor-netdoc: Introduce DigestAlgoInSignature parsing/encoding type
Ian Jackson
2026-04-29
1
-3
/
+59
*
tor-netdoc: netsatus: glob import from types, not types::misc
Ian Jackson
2026-04-29
1
-1
/
+1
*
tor-netdoc: Use poc's DirectorySignatureHashAlgo
Ian Jackson
2026-04-29
1
-7
/
+15
*
tor-netdoc: Gate vote-related incomplete code with "incomplete"
Ian Jackson
2026-04-28
1
-5
/
+5
*
tor-netdoc: Un-gate RouterStatusMdDigestsVote and SoftwareVersion
Ian Jackson
2026-04-28
1
-1
/
+0
*
tor-netdoc: Un-gate "plain-consensus" cargo feature
Ian Jackson
2026-04-28
1
-15
/
+4
*
tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus (tidy)
Ian Jackson
2026-04-28
1
-4
/
+1
*
tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus
Ian Jackson
2026-04-28
1
-3
/
+3
*
tor-netdoc: Un-gate parse2 and encode loose impls in doc/netstatus.rs (rewrap)
Ian Jackson
2026-04-28
1
-14
/
+4
*
tor-netdoc: Un-gate parse2 and encode loose impls in doc/netstatus.rs
Ian Jackson
2026-04-28
1
-12
/
+12
*
tor-netdoc: Un-gate parse2 and encode mods in doc/netstatus.rs (fmt)
Ian Jackson
2026-04-28
1
-12
/
+12
*
tor-netdoc: Un-gate parse2 and encode mods in doc/netstatus.rs (tidy)
Ian Jackson
2026-04-28
1
-19
/
+7
*
tor-netdoc: Un-gate parse2 and encode mods in doc/netstatus.rs
Ian Jackson
2026-04-28
1
-16
/
+5
*
tor-netdoc: Upgrade a TODO re NetworkStatusUnverifiedVote
Ian Jackson
2026-04-28
1
-1
/
+1
*
tor-netdoc: Remove two now-otiose use's
Ian Jackson
2026-04-27
1
-2
/
+2
[prev]
[next]