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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
tor-netdoc: Add crate:: to docs xrefs to avoid broken links
Ian Jackson
2026-06-02
1
-2
/
+2
|
*
|
tor-netdoc: Rename NetdocUnverified trait to NetdocParseableUnverified (fmt)
Ian Jackson
2026-06-02
2
-6
/
+6
|
*
|
tor-netdoc: Rename NetdocUnverified trait to NetdocParseableUnverified
Ian Jackson
2026-06-02
7
-16
/
+16
|
*
|
tor-netdoc: Fix two references to NetdocUnverified d-d template
Ian Jackson
2026-06-02
1
-2
/
+2
|
|
/
*
|
tor-netdoc: ns_variety_definition_macros: Use coherent ordering
Ian Jackson
2026-06-02
1
-7
/
+7
*
|
tor-netdoc: ns_variety_definition_macros: Minor grammar fix
Ian Jackson
2026-06-02
1
-1
/
+1
*
|
tor-netdoc: Remove a TODO that we've done
Ian Jackson
2026-06-02
1
-1
/
+0
|
/
*
tor-netdoc: Add spec link for RelayPlatform
Clara Engler
2026-06-02
1
-0
/
+3
*
tor-netdoc: Round-trip test for RelayPlatform encoding
Clara Engler
2026-06-02
1
-0
/
+7
*
tor-netdoc: Implement Display for RelayPlatform
Clara Engler
2026-06-02
1
-0
/
+11
*
tor-netdoc: Store platform of TorVersion in Option (fmt)
Clara Engler
2026-06-02
1
-1
/
+3
*
tor-netdoc: Store platform of TorVersion in Option
Clara Engler
2026-06-02
1
-7
/
+7
*
tor-netdoc: Refactor RelayPlatform tests
Clara Engler
2026-06-02
1
-21
/
+28
*
tor-netdoc: Use spec comment for identity-ed25519
Clara Engler
2026-06-01
1
-2
/
+1
*
tor-netdoc: Small spelling fix
Clara Engler
2026-06-01
1
-1
/
+1
*
tor-netdoc: Fix RouterDesc::ed_identity expect msg
Clara Engler
2026-06-01
1
-1
/
+1
*
tor-netdoc: Store identity_ed25519 in EmbeddedCert logic (fmt)
Clara Engler
2026-06-01
1
-1
/
+2
*
tor-netdoc: Store identity_ed25519 in EmbeddedCert logic
Clara Engler
2026-06-01
1
-4
/
+11
*
tor-netdoc: Extract KeyUnknownCert for identity cert (fmt)
Clara Engler
2026-06-01
1
-8
/
+6
*
tor-netdoc: Extract KeyUnknownCert for identity cert
Clara Engler
2026-06-01
1
-4
/
+17
*
tor-netdoc: Add master-key-ed25519
Clara Engler
2026-06-01
1
-2
/
+11
*
tor-netdoc: implement encoding for votes' `m` items
Ian Jackson
2026-05-28
1
-0
/
+1
*
tor-netdoc: implement encoding for consensus in votes' `m` items
Ian Jackson
2026-05-28
1
-0
/
+10
*
tor-netdoc: derive Ord for RouterStatusMdDigestsVote
Ian Jackson
2026-05-28
1
-1
/
+1
*
tor-netdoc: derive Ord for IdentifiedDigest
Ian Jackson
2026-05-28
1
-1
/
+1
*
tor-netdoc: derive Ord for ConsensusMethods
Ian Jackson
2026-05-28
1
-1
/
+1
*
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
[prev]
[next]