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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: Type for parsing `m` lines in votes
Ian Jackson
2025-10-15
2
-1
/
+39
*
tor-netdoc: Add ConsensusMethod type
Ian Jackson
2025-10-15
1
-3
/
+46
*
tor-netdoc: RouterStatus: Add `publication` argument field
Ian Jackson
2025-10-15
6
-3
/
+28
*
tor-netdoc: Mirror netdoc structure in RouterStatus document digests
Ian Jackson
2025-10-15
4
-6
/
+37
*
tor-netdoc: Provide doc_digest on vote routerstatus entries
Ian Jackson
2025-10-15
2
-6
/
+12
*
tor-netdoc: RouterStatus: Split out the `r` item's fields
Ian Jackson
2025-10-15
4
-27
/
+61
*
tor-netdoc: impl parse2 for rs::Version
Ian Jackson
2025-10-15
1
-0
/
+10
*
tor-netdoc: impl parse2 for RelayFlags
Ian Jackson
2025-10-15
1
-0
/
+13
*
tor-netdoc: split up RelayFlags parsing (fmt)
Ian Jackson
2025-10-15
1
-5
/
+1
*
tor-netdoc: split up RelayFlags parsing
Ian Jackson
2025-10-15
1
-14
/
+47
*
tor-netdoc: impl parse2 traits for RelayWeight
Ian Jackson
2025-10-15
1
-0
/
+25
*
tor-netdoc: split up RelayWeight parsing (fmt)
Ian Jackson
2025-10-15
1
-4
/
+2
*
tor-netdoc: split up RelayWeight parsing
Ian Jackson
2025-10-15
1
-2
/
+9
*
Merge branch 'parse2-prep-more' into 'main'
opara
2025-10-07
1
-1
/
+1
|
\
|
*
tor-netdoc: parse2: Fix variety ordering in a doc comment
Ian Jackson
2025-10-06
1
-1
/
+1
*
|
Merge branch 'orport-addrs' into 'main'
Ian Jackson
2025-10-07
2
-10
/
+4
|
\
\
|
*
|
tor-netdoc: Remove obsolete comment
Ian Jackson
2025-10-06
1
-2
/
+0
|
*
|
tor-netdoc: RouterStatus: unify `orport_addrs` and `addrs` methods
Ian Jackson
2025-10-06
2
-8
/
+4
|
|
/
*
|
tor-netdoc: Make rs `identity` field a Base64Fingerprint
Ian Jackson
2025-10-06
4
-3
/
+4
*
|
tor-netdoc: Provide Base64Fingerprint
Ian Jackson
2025-10-06
1
-6
/
+2
|
/
*
tor-netdoc: Abolish `dangerous-expose-struct-fields`; always expose, instead
Ian Jackson
2025-10-01
6
-244
/
+93
*
tor-netdoc: No longer impl Sealed for RouterStatus (fmt)
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: No longer impl Sealed for RouterStatus
Ian Jackson
2025-08-26
2
-3
/
+1
*
tor-netdoc: Soften a TODO
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: Fix typo
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: Fix some visibilities
Ian Jackson
2025-08-26
1
-6
/
+3
*
tor-netdoc: Correct the headings of two modules
Ian Jackson
2025-08-26
2
-2
/
+2
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
5
-16
/
+13
*
tor-netdoc: Provide some Vote things
Ian Jackson
2025-08-26
9
-95
/
+109
*
tor-netdoc: rs: centralise some includes
Ian Jackson
2025-08-26
2
-13
/
+8
*
tor-netdoc: Introduce experimental ns-vote feature
Ian Jackson
2025-08-26
5
-2
/
+22
*
tor-netdoc: Move all each_variety code to each_flavor
Ian Jackson
2025-08-26
9
-1470
/
+1470
*
tor-netdoc: ns variety: Provide for flavour-only items
Ian Jackson
2025-08-26
10
-26
/
+141
*
tor-netdoc: Fix comments to refer to items
Ian Jackson
2025-08-26
4
-4
/
+4
*
tor-netdoc: Fix some out-of-date comments
Ian Jackson
2025-08-26
4
-4
/
+4
*
tor-netdoc: Turn ConsensusHeader into VARIETY::Header
Ian Jackson
2025-08-26
4
-185
/
+185
*
tor-netdoc: Abolish ParseRouterStatus and make several things not pub
Ian Jackson
2025-08-26
2
-30
/
+7
*
tor-netdoc: De-duplicate RouterStatusBuilder::build
Ian Jackson
2025-08-26
4
-38
/
+17
*
tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatus
Ian Jackson
2025-08-26
11
-91
/
+67
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
4
-23
/
+9
*
tor-netdoc: Remove generics from Consensus and its contents
Ian Jackson
2025-08-26
10
-70
/
+67
*
tor-netdoc: No longer try to export trait FromRdString
Ian Jackson
2025-08-26
1
-1
/
+0
*
tor-netdoc: netstatus: Move GenericRouterStatus
Ian Jackson
2025-08-26
4
-150
/
+151
*
tor-netdoc: netstatus: Move everything variety-specific
Ian Jackson
2025-08-26
13
-1059
/
+1087
*
tor-netdoc: Make various types all pub(crate)
Ian Jackson
2025-08-26
2
-25
/
+25
*
tor-netdoc: Prepare variety modules for network status documents
Ian Jackson
2025-08-26
12
-0
/
+112
*
tor-netdoc: varieties: Provide ns_use_this_variety
Ian Jackson
2025-08-26
1
-0
/
+18
*
tor-netdoc: Fold netstatus::CommonHeader into ConsensusHeader
Ian Jackson
2025-08-26
2
-85
/
+50
*
tor-netdoc: Provide some compatibility aliases
Ian Jackson
2025-08-18
1
-0
/
+13
*
tor-netdoc: Rename ns-consensus to plain-consensus
Ian Jackson
2025-08-18
4
-13
/
+13
[prev]
[next]