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
/
netstatus
/
rs.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-netdoc: Fix rs.rs cache comments
Clara Engler
2026-06-24
1
-1
/
+1
*
Use Intern<T> (fmt)
Clara Engler
2026-06-24
1
-1
/
+3
*
Use Intern<T>
Clara Engler
2026-06-24
1
-1
/
+2
*
tor-netdoc: rs.rs: tidy imports
Ian Jackson
2026-06-15
1
-2
/
+3
*
tor-netdoc: routerstatus entries: Add `stats` item (votes only)
Ian Jackson
2026-06-15
1
-1
/
+1
*
tor-netdoc: routerstatus entries: Add `p` item
Ian Jackson
2026-06-11
1
-0
/
+1
*
tor-netdoc: impl EncodeOrd for RouterStatus
Ian Jackson
2026-06-09
1
-1
/
+2
*
tor-netdoc: SoftwareVersion: fix Display impl
Ian Jackson
2026-06-03
1
-0
/
+1
*
tor-netdoc: implement encoding for votes' `m` items
Ian Jackson
2026-05-28
1
-0
/
+1
*
tor-netdoc: derive Ord for RouterStatusMdDigestsVote
Ian Jackson
2026-05-28
1
-1
/
+1
*
tor-netdoc: Rename RelayWeights to RelayWeightsItem
Ian Jackson
2026-05-27
1
-1
/
+1
*
tor-netdoc: Introduce RelayWeights and use it in RouterStatus
Ian Jackson
2026-05-27
1
-1
/
+1
*
tor-netdoc: Implement encoding for md rs digest
Ian Jackson
2026-05-18
1
-1
/
+2
*
tor-netdoc: rs referenced doc digests: Use FixedB64
Ian Jackson
2026-05-18
1
-0
/
+1
*
tor-netdoc: Gate vote-related incomplete code with "incomplete"
Ian Jackson
2026-04-28
1
-1
/
+1
*
tor-netdoc: Un-gate RouterStatusMdDigestsVote and SoftwareVersion
Ian Jackson
2026-04-28
1
-1
/
+0
*
tor-netdoc: Un-gate "plain-consensus" cargo feature
Ian Jackson
2026-04-28
1
-1
/
+0
*
tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus (tidy)
Ian Jackson
2026-04-28
1
-9
/
+4
*
tor-netdoc: Un-gate parse2 and encode loose impls under doc/netstatus
Ian Jackson
2026-04-28
1
-6
/
+3
*
tor-netdoc: parse2/encode derive: Use unquoted attributes at call sites
Ian Jackson
2026-04-07
1
-1
/
+1
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersion
Ian Jackson
2026-01-15
1
-5
/
+5
*
netdoc: Remove protocol interning.
Nick Mathewson
2025-12-03
1
-1
/
+0
*
Move intern from tor-netdir to tor-basic-utils and make it pub
Nick Mathewson
2025-12-03
1
-1
/
+1
*
tor-netdoc: Rename RelayFlagsParser to relay_flags::Parser
Ian Jackson
2025-11-24
1
-1
/
+1
*
tor-netdoc: relay_flags: Remove two now-not-needed type aliases
Ian Jackson
2025-11-24
1
-2
/
+1
*
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
1
-1
/
+1
*
tor-netdoc: Introduce DocRelayFlags for relay flags in a network document
Ian Jackson
2025-11-18
1
-1
/
+2
*
tor-netdoc: Separate ConsensusRelayFlagsParser and VoteRelayFlagsParser
Ian Jackson
2025-11-18
1
-0
/
+1
*
tor-netdoc: Add a lot of spec cross-references and tidy docs
Ian Jackson
2025-10-15
1
-0
/
+2
*
tor-netdoc: Type for parsing `m` lines in votes
Ian Jackson
2025-10-15
1
-1
/
+36
*
tor-netdoc: RouterStatus: Add `publication` argument field
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: RouterStatus: Split out the `r` item's fields
Ian Jackson
2025-10-15
1
-0
/
+1
*
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
1
-1
/
+1
*
tor-netdoc: Fix some visibilities
Ian Jackson
2025-08-26
1
-6
/
+3
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
1
-9
/
+7
*
tor-netdoc: Provide some Vote things
Ian Jackson
2025-08-26
1
-4
/
+0
*
tor-netdoc: rs: centralise some includes
Ian Jackson
2025-08-26
1
-1
/
+8
*
tor-netdoc: Introduce experimental ns-vote feature
Ian Jackson
2025-08-26
1
-0
/
+3
*
tor-netdoc: ns variety: Provide for flavour-only items
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatus
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
1
-1
/
+1
*
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
1
-148
/
+2
*
tor-netdoc: netstatus: Move everything variety-specific
Ian Jackson
2025-08-26
1
-4
/
+5
*
tor-netdoc: Make various types all pub(crate)
Ian Jackson
2025-08-26
1
-8
/
+8
*
tor-netdoc: Rename ns-consensus to plain-consensus
Ian Jackson
2025-08-18
1
-1
/
+1
*
tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::Plain
Ian Jackson
2025-08-18
1
-2
/
+2
*
tor-netdoc: varieties: Rename per_variety to each_variety
Ian Jackson
2025-08-18
1
-1
/
+1
[next]