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: 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
*
tor-netdoc: Rename "species" to "variety"
Ian Jackson
2025-08-18
1
-1
/
+1
*
tor-netdoc: Add comment to ns_export_per_species
Ian Jackson
2025-08-18
1
-0
/
+1
*
Revert "tor-netdoc: Link to the generated macro, for one of them (poc)"
Ian Jackson
2025-08-18
1
-2
/
+1
*
tor-netdoc: Rename `ns` species ("variety") to `plain`
Ian Jackson
2025-08-18
1
-1
/
+1
*
tor-netdoc: Link to the generated macro, for one of them (poc)
Ian Jackson
2025-08-18
1
-1
/
+2
*
tor-netdoc: rs: Abolish implement_accessors macro
Ian Jackson
2025-08-18
1
-78
/
+0
*
tor-netdoc: rs: Move identical text to per_species.rs.
Ian Jackson
2025-08-18
1
-1
/
+1
*
tor-netdoc: rs: Use species macrology for ConsensusRouterStatus
Ian Jackson
2025-08-18
1
-4
/
+4
*
tor-netdoc: Change all in-tree references to ns-consensus from ns_consensus
Ian Jackson
2025-08-18
1
-2
/
+2
*
hs: Prevent a client from using a `MiddleOnly` relay for onion services
Neel Chauhan
2025-05-20
1
-4
/
+0
*
RouterStatus: Add test functions for Fast and Stable flags.
Nick Mathewson
2024-01-16
1
-0
/
+8
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
*
netdir: more documentation on MIDDLE_ONLY flag.
Nick Mathewson
2023-04-17
1
-0
/
+4
*
netdoc: Add MiddleOnly flag to RelayFlags
juga
2023-04-17
1
-0
/
+4
*
hsdir: Be able to enumerate the hidden service directories
Ian Jackson
2023-02-09
1
-0
/
+4
*
Work around a new nightly clippy warning
Nick Mathewson
2022-09-30
1
-15
/
+20
*
add feature annotation to fields made visible through visible::StructFields
trinity-1686a
2022-08-24
1
-0
/
+8
*
netdoc: add a new type for Nicknames
Nick Mathewson
2022-05-09
1
-4
/
+4
*
Re-order attributes so that we can build with Rust 1.53.
Nick Mathewson
2022-03-31
1
-1
/
+1
*
tor-netdoc: Conditionally expose document fields.
Nick Mathewson
2022-03-31
1
-0
/
+7
*
Canonicalize and intern protover lines on descriptors
Nick Mathewson
2022-03-11
1
-4
/
+7
[next]