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: ConsensusAuthorityEntry: discuss vote-digest
Ian Jackson
2026-04-27
1
-0
/
+4
*
tor-netdoc: consensus authority section: ConsensusAuthoritySection
Ian Jackson
2026-04-27
1
-3
/
+5
*
tor-netdoc: consensus authority section: SupersededAuthorityKey
Ian Jackson
2026-04-27
1
-1
/
+1
*
tor-netdoc: DirSource: move to new dir_source module
Ian Jackson
2026-04-27
1
-42
/
+3
*
tor-netdoc: VoteAuthoritySection: derive Constructor
Ian Jackson
2026-04-27
1
-3
/
+17
*
tor-netdoc: VoteAuthoritySection: add a blank line
Ian Jackson
2026-04-27
1
-0
/
+1
*
tor-netdoc: VoteAuthoritySection: implement encoding
Ian Jackson
2026-04-27
1
-0
/
+15
*
tor-netdoc: VoteAuthoritySection: iterate rather than open-coding fields
Ian Jackson
2026-04-27
1
-3
/
+7
*
tor-netdoc: VoteAuthoritySection: improve doc comments
Ian Jackson
2026-04-27
1
-3
/
+13
*
tor-netdoc: VoteAuthoritySection: promote poc to prod
Ian Jackson
2026-04-27
1
-1
/
+54
*
tor-netdoc: VoteAuthorityEntry: new struct (just a skeleton for now)
Ian Jackson
2026-04-27
1
-0
/
+36
*
tor-netdoc: ConsensusAuthorityEntry: derive Constructor
Ian Jackson
2026-04-27
1
-1
/
+10
*
tor-netdoc: ConsensusAuthorityEntry: derive encoding and parsing
Ian Jackson
2026-04-27
1
-1
/
+5
*
tor-netdoc: ConsensusAuthorityEntry: fix type of vote_digest field
Ian Jackson
2026-04-27
1
-2
/
+2
*
tor-netdoc: ConsensusAuthorityEntry: fix type of contact field
Ian Jackson
2026-04-27
1
-2
/
+15
*
tor-netdoc: ConsensusAuthorityEntry: add some blank lines
Ian Jackson
2026-04-27
1
-0
/
+2
*
tor-netdoc: ConsensusAuthorityEntry: rename from ConsensusVoterInfo (2)
Ian Jackson
2026-04-27
1
-5
/
+5
*
tor-netdoc: ConsensusAuthorityEntry: rename from ConsensusVoterInfo
Ian Jackson
2026-04-27
1
-3
/
+22
*
tor-netdoc: DirSource: derive Constructor
Ian Jackson
2026-04-27
1
-1
/
+11
*
tor-netdoc: DirSource: derive encoding and parsing
Ian Jackson
2026-04-27
1
-1
/
+4
*
tor-netdoc: DirSource: add missing hostname field
Ian Jackson
2026-04-27
1
-0
/
+10
*
tor-netdoc: DirSource: fix type of identity field
Ian Jackson
2026-04-27
1
-2
/
+2
*
tor-netdoc: DirSource: fix type of nickname field
Ian Jackson
2026-04-27
1
-2
/
+7
*
tor-netdoc: DirSource: add spec url
Ian Jackson
2026-04-27
1
-0
/
+1
*
tor-netdoc: DirSource: add some blank lines
Ian Jackson
2026-04-27
1
-0
/
+4
*
tor-netdoc: Gate authcert/encoded.rs and poc behind incomplete and plain-cons...
Ian Jackson
2026-04-23
1
-1
/
+1
*
tor-netdoc: Minimally avoid emitting bad netparams keywords
Ian Jackson
2026-04-21
1
-1
/
+36
*
tor-netdoc: Move the proto_statuses_parse2_encode module later
Ian Jackson
2026-04-21
1
-88
/
+87
*
tor-netdoc: ns Premable: add missing field known_flags
Ian Jackson
2026-04-21
1
-0
/
+1
*
tor-netdoc: impl NetdocEncodableFields for ProtoStatuses
Ian Jackson
2026-04-21
1
-1
/
+15
*
tor-netdoc: Split out proto_statuses_parse2_encode module
Ian Jackson
2026-04-21
1
-9
/
+24
*
tor-netdoc: impl ItemValueEncodable for NetParams<i32>
Ian Jackson
2026-04-21
1
-0
/
+22
*
tor-netdoc: ns Lifetime: derive NetdocEncodableFields
Ian Jackson
2026-04-21
1
-0
/
+1
*
tor-netdoc: ns Lifetime: Use Constructor
Ian Jackson
2026-04-21
1
-5
/
+19
*
tor-netdoc: ns Lifetime: use new deftly cfg approach
Ian Jackson
2026-04-21
1
-3
/
+5
*
tor-netdoc: ConsensusMethods: derive ItemValueEncodable
Ian Jackson
2026-04-21
1
-2
/
+3
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
parse2: Add TODO for netstatus trait
Clara Engler
2026-03-09
1
-0
/
+5
*
tor-netdoc: Rename *Signed to *Unverified
Ian Jackson
2026-03-03
1
-3
/
+3
*
Merge branch 'dirmirror-authcert' into 'main'
Clara Engler
2026-01-15
1
-1
/
+5
|
\
|
*
tor-netdoc: Make ConsensusFlavor exhaustive
Clara Engler
2026-01-15
1
-1
/
+5
*
|
tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersion
Ian Jackson
2026-01-15
1
-2
/
+2
|
/
*
tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIds
Ian Jackson
2026-01-06
1
-3
/
+3
*
tor-netdoc: Clarify the wrong field bug example
Ian Jackson
2025-12-18
1
-1
/
+4
*
tor-netdoc: Fix typo in comment
Ian Jackson
2025-12-18
1
-1
/
+1
*
tor-netdoc: impl ItemValueParseable for NetParams<i32>
Ian Jackson
2025-12-18
1
-1
/
+11
*
tor-netdoc: impl NetdocParseableFields for ProtoStatuses
Ian Jackson
2025-12-18
1
-1
/
+63
*
tor-netdoc: Apply encoding derive to SharedRandStatus
Ian Jackson
2025-12-10
1
-2
/
+3
*
tor-netdoc: Remove unnecessary casts
Clara Engler
2025-12-04
1
-1
/
+1
*
tor-netdoc: Store n_authorities in usize
Clara Engler
2025-12-02
1
-1
/
+1
[prev]
[next]