index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: Fix Ord impl for DigestName
Ian Jackson
2026-05-28
1
-1
/
+12
*
tor-netdoc: Break out DigestName as AsRef::<str>
Ian Jackson
2026-05-28
1
-4
/
+9
*
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 From<Ed25519Identity> for RelayFamilyId
Clara Engler
2026-05-27
1
-0
/
+6
*
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
10
-58
/
+280
|
\
|
*
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: Apply deferred rustfmt churn to use lines
Ian Jackson
2026-05-27
1
-2
/
+2
|
*
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: Unknown: provide into_retained even when retained disabled
Ian Jackson
2026-05-27
1
-1
/
+1
|
*
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
4
-8
/
+22
|
*
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: Restore one-line formatting of use line
Ian Jackson
2026-05-27
1
-5
/
+1
*
tor-netdoc: Properly replace parse2::lex::NoFurtherArguments
Ian Jackson
2026-05-27
2
-17
/
+5
*
tor-netdoc: Add some TODOs
Ian Jackson
2026-05-27
1
-0
/
+2
*
tor-netdoc: Rename FixedString to ConstantString
Ian Jackson
2026-05-27
5
-34
/
+34
*
tor-netdoc: Apply deferred rustfmt import churn
Ian Jackson
2026-05-27
2
-3
/
+5
*
tor-netdoc: introduce VoteStatusConsensus and VoteStatusVote
Ian Jackson
2026-05-27
3
-36
/
+16
*
tor-netdoc: NetworkStatusVersionItem, replacing poc's tuple
Ian Jackson
2026-05-27
3
-7
/
+34
*
tor-netdoc: VarietyKeyword, replacing poc's flavour type
Ian Jackson
2026-05-27
4
-27
/
+76
*
tor-netdoc: Promote/adjust poc's NetworkStatusSignatures
Ian Jackson
2026-05-27
2
-10
/
+17
*
tor-netdoc: Provide NoMoreArguments marker
Ian Jackson
2026-05-27
2
-2
/
+31
*
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
3
-10
/
+29
*
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
2
-11
/
+14
*
tor-netdoc: Provide FixedString and defined_fixed_string
Ian Jackson
2026-05-27
3
-1
/
+146
*
Merge branch 'rd-bandwidth' into 'main'
Ian Jackson
2026-05-27
2
-0
/
+27
|
\
|
*
tor-netdoc: Add bandwidth field to RouterDesc
Clara Engler
2026-05-26
1
-0
/
+8
[prev]
[next]