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
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: Provide some Vote things
Ian Jackson
2025-08-26
1
-3
/
+8
*
tor-netdoc: Introduce experimental ns-vote feature
Ian Jackson
2025-08-26
1
-1
/
+3
*
tor-netdoc: Move all each_variety code to each_flavor
Ian Jackson
2025-08-26
1
-4
/
+4
*
tor-netdoc: Turn ConsensusHeader into VARIETY::Header
Ian Jackson
2025-08-26
1
-168
/
+4
*
tor-netdoc: Abolish ParseRouterStatus and make several things not pub
Ian Jackson
2025-08-26
1
-15
/
+0
*
tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatus
Ian Jackson
2025-08-26
1
-3
/
+3
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
1
-15
/
+0
*
tor-netdoc: Remove generics from Consensus and its contents
Ian Jackson
2025-08-26
1
-6
/
+6
*
tor-netdoc: netstatus: Move everything variety-specific
Ian Jackson
2025-08-26
1
-422
/
+12
*
tor-netdoc: Make various types all pub(crate)
Ian Jackson
2025-08-26
1
-17
/
+17
*
tor-netdoc: Prepare variety modules for network status documents
Ian Jackson
2025-08-26
1
-0
/
+4
*
tor-netdoc: Fold netstatus::CommonHeader into ConsensusHeader
Ian Jackson
2025-08-26
1
-67
/
+36
*
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
1
-7
/
+7
*
tor-netdoc: network status: Rename Ns* to Plain* in macro output
Ian Jackson
2025-08-18
1
-7
/
+7
*
tor-netdoc: network status: Rename NS_* test data consts to PLAIN_*
Ian Jackson
2025-08-18
1
-4
/
+4
*
tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::Plain
Ian Jackson
2025-08-18
1
-6
/
+6
*
tor-netdoc: netstatus: Replace NSCON with PLAIN in parsing rules
Ian Jackson
2025-08-18
1
-5
/
+5
*
Revert "tor-netdoc: Link to the generated macro, for one of them (poc)"
Ian Jackson
2025-08-18
1
-2
/
+1
*
tor-netdoc: Link to the generated macro, for one of them (poc)
Ian Jackson
2025-08-18
1
-1
/
+2
*
tor-netdoc: Change all in-tree references to ns-consensus from ns_consensus
Ian Jackson
2025-08-18
1
-7
/
+7
*
netdoc test data: Switch two tests to new consensus data
Ian Jackson
2025-08-14
1
-3
/
+3
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-netdoc: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
1
-19
/
+20
*
netdoc: improve documentation for check_protocols
Nick Mathewson
2025-04-16
1
-1
/
+7
*
Implement PartialEq for ProtoStatuses unconditionally.
Nick Mathewson
2025-04-16
1
-4
/
+2
*
protover,netdoc: Implement serde for Protocols etc.
Nick Mathewson
2025-04-16
1
-2
/
+36
*
netdoc: Put all ProtoStatuses into a single Arc<>d object
Nick Mathewson
2025-04-16
1
-16
/
+46
*
netdoc: functionality for detecting missing subprotos.
Nick Mathewson
2025-04-16
1
-2
/
+91
*
netdoc: Make some parsing init functions fallible.
Nick Mathewson
2025-03-17
1
-4
/
+4
*
tor-netdoc: impl `Extend` on `NetParams`
Steven Engler
2024-09-03
1
-0
/
+6
*
Resolve unreachable_patterns warnings from nightly.
Nick Mathewson
2024-08-13
1
-12
/
+5
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
netdir: Move voting_period() to netdoc::Lifetime
Nick Mathewson
2023-06-29
1
-0
/
+12
*
SharedRandVal: Note that it doesn't have to be Ct.
Nick Mathewson
2023-06-16
1
-2
/
+1
*
netdoc: Remove a TODO that we already solved.
Nick Mathewson
2023-06-16
1
-1
/
+0
*
netdir, netdoc: Add accessors for protocol version status.
Nick Mathewson
2023-06-06
1
-0
/
+32
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
*
netdoc: Document that particular bit values for flags are not part of our API.
Nick Mathewson
2023-04-17
1
-1
/
+3
*
netstatus: re-number routerstatus flags to go in order.
Nick Mathewson
2023-04-17
1
-7
/
+7
*
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
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
1
-0
/
+1
*
tor-netdoc: Remove many needless calls to .iter() and .into_iter()
Ian Jackson
2023-02-15
1
-6
/
+6
*
tor-netdoc: Discuss that relays are ordered by rsa id in Consensus
Ian Jackson
2023-02-09
1
-0
/
+3
*
netdoc: Switch SectionRules building to use a Buidler pattern.
Nick Mathewson
2023-02-03
1
-12
/
+12
[next]