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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersion
Ian Jackson
2026-01-15
2
-2
/
+2
*
netdoc: Remove protocol interning.
Nick Mathewson
2025-12-03
4
-51
/
+41
*
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
-4
/
+4
*
RelayFlags: Use RelayFlag enum variant names everywhere
Ian Jackson
2025-11-18
1
-9
/
+9
*
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
1
-9
/
+9
*
tor-netdoc: rs builder: Take Into<RelayFlags>
Ian Jackson
2025-11-18
1
-6
/
+6
*
tor-netdoc: RelayFlags: Tidy up from_item for flags
Ian Jackson
2025-11-18
1
-1
/
+3
*
tor-netdoc: Be able to retain unknown flags
Ian Jackson
2025-11-18
3
-2
/
+3
*
tor-netdoc: Introduce DocRelayFlags for relay flags in a network document
Ian Jackson
2025-11-18
3
-3
/
+6
*
tor-netdoc: Separate ConsensusRelayFlagsParser and VoteRelayFlagsParser
Ian Jackson
2025-11-18
1
-1
/
+8
*
tor-netdoc: Rename RelayFlags elements for regularity vs spec
Ian Jackson
2025-11-18
1
-2
/
+2
*
tor-netdoc: Abolish ArgumentNotPresent alias, completing the rename
Ian Jackson
2025-10-23
1
-1
/
+1
*
tor-netdoc: Use NotPresent rather than Option<Ignored> to suppress fields
Ian Jackson
2025-10-23
4
-8
/
+8
*
tor-netdoc: Add a lot of spec cross-references and tidy docs
Ian Jackson
2025-10-15
1
-8
/
+47
*
tor-netdoc: Typo fixes in docs
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: impl parse2 for RouterStatus entry
Ian Jackson
2025-10-15
2
-1
/
+85
*
tor-netdoc: RouterStatus: Add `publication` argument field
Ian Jackson
2025-10-15
4
-1
/
+5
*
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
3
-27
/
+60
*
Merge branch 'orport-addrs' into 'main'
Ian Jackson
2025-10-07
1
-8
/
+2
|
\
|
*
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
1
-6
/
+2
*
|
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
1
-21
/
+9
*
tor-netdoc: No longer impl Sealed for RouterStatus
Ian Jackson
2025-08-26
1
-2
/
+0
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
2
-2
/
+2
*
tor-netdoc: Provide some Vote things
Ian Jackson
2025-08-26
3
-38
/
+44
*
tor-netdoc: rs: centralise some includes
Ian Jackson
2025-08-26
1
-12
/
+0
*
tor-netdoc: Introduce experimental ns-vote feature
Ian Jackson
2025-08-26
1
-0
/
+8
*
tor-netdoc: Move all each_variety code to each_flavor
Ian Jackson
2025-08-26
4
-415
/
+415
*
tor-netdoc: ns variety: Provide for flavour-only items
Ian Jackson
2025-08-26
4
-4
/
+26
*
tor-netdoc: Fix comments to refer to items
Ian Jackson
2025-08-26
2
-2
/
+2
*
tor-netdoc: Fix some out-of-date comments
Ian Jackson
2025-08-26
2
-2
/
+2
*
tor-netdoc: Abolish ParseRouterStatus and make several things not pub
Ian Jackson
2025-08-26
1
-15
/
+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
7
-72
/
+48
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
1
-6
/
+7
*
tor-netdoc: Remove generics from Consensus and its contents
Ian Jackson
2025-08-26
7
-31
/
+24
*
tor-netdoc: netstatus: Move GenericRouterStatus
Ian Jackson
2025-08-26
3
-2
/
+149
*
tor-netdoc: netstatus: Move everything variety-specific
Ian Jackson
2025-08-26
4
-183
/
+187
*
tor-netdoc: Prepare variety modules for network status documents
Ian Jackson
2025-08-26
4
-0
/
+37
*
tor-netdoc: Rename ns-consensus to plain-consensus
Ian Jackson
2025-08-18
1
-3
/
+3
*
tor-netdoc: network status: Rename Ns* to Plain* in macro output
Ian Jackson
2025-08-18
1
-3
/
+3
*
tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::Plain
Ian Jackson
2025-08-18
1
-1
/
+1
*
tor-netdoc: Run rustfmt again
Ian Jackson
2025-08-18
2
-2
/
+2
[next]