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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: derive Ord for RouterStatusMdDigestsVote
Ian Jackson
2026-05-28
1
-1
/
+1
*
tor-netdoc: derive Ord for ConsensusMethods
Ian Jackson
2026-05-28
1
-1
/
+1
*
tor-netdoc: Run rustfmt
Clara Engler
2026-05-27
1
-18
/
+11
*
tor-netdoc: Remove virtual/real distinguishment
Clara Engler
2026-05-27
1
-17
/
+0
*
tor-netdoc: Remove family_ids from RouterDesc
Clara Engler
2026-05-27
1
-17
/
+11
*
tor-netdoc: Add family-cert to RouterDesc
Clara Engler
2026-05-27
1
-3
/
+24
*
tor-netdoc: Return KeyUnknownCert for happy families
Clara Engler
2026-05-27
1
-3
/
+10
*
tor-netdoc: Split inner happy families map
Clara Engler
2026-05-27
1
-3
/
+5
*
tor-netdoc: Move typespec in legacy parser
Clara Engler
2026-05-27
1
-2
/
+2
*
Merge branch 'relay-weight' into 'main'
Ian Jackson
2026-05-27
6
-50
/
+258
|
\
|
*
tor-netdoc: More explanation about RelayWeightsItem parsing
Ian Jackson
2026-05-27
1
-1
/
+5
|
*
tor-netdoc: Rename RelayWeights to RelayWeightsItem
Ian Jackson
2026-05-27
6
-40
/
+40
|
*
tor-netdoc: RelayWeights: implement encoding
Ian Jackson
2026-05-27
1
-0
/
+17
|
*
tor-netdoc: RelayWeights: provide some constructors
Ian Jackson
2026-05-27
1
-2
/
+42
|
*
tor-netdoc: RelayWeights: put code in a more sane order
Ian Jackson
2026-05-27
1
-23
/
+21
|
*
tor-netdoc: Introduce RelayWeights and use it in RouterStatus
Ian Jackson
2026-05-27
6
-31
/
+141
|
*
tor-netdoc: Introduce RelayWeights and use it in RouterStatus (pre)
Ian Jackson
2026-05-27
1
-1
/
+2
|
*
tor-netdoc: use TryFrom impl in RelayWeight parser
Ian Jackson
2026-05-27
1
-5
/
+5
|
*
tor-netdoc: impl TryFrom<&NetParams<u32>> for RelayWeight
Ian Jackson
2026-05-27
1
-1
/
+20
|
*
tor-netdoc: impl encoding and parsing for NetParams<T>
Ian Jackson
2026-05-27
1
-2
/
+7
|
*
tor-netdoc: NetdocParseableFields: Pass ItemStream to finish
Ian Jackson
2026-05-27
1
-2
/
+2
|
*
tor-netdoc: implement encoding for rs::SoftwareVersion
Ian Jackson
2026-05-27
1
-0
/
+7
|
*
tor-netdoc: implement encoding for IgnoredPublicationTimeSp
Ian Jackson
2026-05-27
1
-0
/
+7
*
|
tor-netdoc: Spec link for RouterDesc::or_address
Clara Engler
2026-05-27
1
-2
/
+1
*
|
tor-netdoc: Store or-address in a SocketAddr
Clara Engler
2026-05-27
1
-8
/
+7
|
/
*
tor-netdoc: Rename FixedString to ConstantString
Ian Jackson
2026-05-27
2
-4
/
+4
*
tor-netdoc: Apply deferred rustfmt import churn
Ian Jackson
2026-05-27
1
-2
/
+2
*
tor-netdoc: introduce VoteStatusConsensus and VoteStatusVote
Ian Jackson
2026-05-27
1
-0
/
+14
*
tor-netdoc: NetworkStatusVersionItem, replacing poc's tuple
Ian Jackson
2026-05-27
1
-0
/
+28
*
tor-netdoc: VarietyKeyword, replacing poc's flavour type
Ian Jackson
2026-05-27
3
-0
/
+68
*
tor-netdoc: Promote/adjust poc's NetworkStatusSignatures
Ian Jackson
2026-05-27
1
-0
/
+10
*
tor-netdoc: use DirectorySignaturesHashesAccu in SignatureGroup
Ian Jackson
2026-05-27
2
-7
/
+15
*
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
2
-1
/
+22
*
tor-netdoc: ConsensusFooterFields: Constructor, parse, encode
Ian Jackson
2026-05-27
2
-3
/
+13
*
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
3
-6
/
+6
*
tor-netdoc: Rename Footer to ConsensusFooterFields
Ian Jackson
2026-05-27
4
-11
/
+13
*
tor-netdoc: NetworkStatusVersion, replacing poc's with FixedString
Ian Jackson
2026-05-27
1
-0
/
+13
*
Merge branch 'rd-bandwidth' into 'main'
Ian Jackson
2026-05-27
1
-0
/
+8
|
\
|
*
tor-netdoc: Add bandwidth field to RouterDesc
Clara Engler
2026-05-26
1
-0
/
+8
*
|
Merge branch 'doc-digest-reorg' into 'main'
Clara Engler
2026-05-27
7
-57
/
+52
|
\
\
|
|
/
|
/
|
|
*
tor-netdoc: Implement encoding for md rs digest
Ian Jackson
2026-05-18
2
-1
/
+14
|
*
tor-netdoc: Fix comment about from_unparsed
Ian Jackson
2026-05-18
1
-1
/
+1
|
*
tor-netdoc: Tidy doc_digest_parse2_m into doc_digest_item_m
Ian Jackson
2026-05-18
2
-5
/
+5
|
*
tor-netdoc: rs referenced doc digests: Use FixedB64 (fmt)
Ian Jackson
2026-05-18
1
-2
/
+1
|
*
tor-netdoc: rs referenced doc digests: Use FixedB64
Ian Jackson
2026-05-18
6
-42
/
+22
|
*
tor-netdoc: relay flags with: Use ns_type! rather than conditional import
Ian Jackson
2026-05-18
1
-4
/
+7
|
*
tor-netdoc: Fix comments in rs variety files
Ian Jackson
2026-05-18
3
-3
/
+3
[prev]
[next]