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
*
Merge branch 'dirmirror-authcert' into 'main'
Clara Engler
2026-01-15
1
-1
/
+5
|
\
|
*
tor-netdoc: Make ConsensusFlavor exhaustive
Clara Engler
2026-01-15
1
-1
/
+5
*
|
tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersion
Ian Jackson
2026-01-15
1
-2
/
+2
|
/
*
tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIds
Ian Jackson
2026-01-06
1
-3
/
+3
*
tor-netdoc: Clarify the wrong field bug example
Ian Jackson
2025-12-18
1
-1
/
+4
*
tor-netdoc: Fix typo in comment
Ian Jackson
2025-12-18
1
-1
/
+1
*
tor-netdoc: impl ItemValueParseable for NetParams<i32>
Ian Jackson
2025-12-18
1
-1
/
+11
*
tor-netdoc: impl NetdocParseableFields for ProtoStatuses
Ian Jackson
2025-12-18
1
-1
/
+63
*
tor-netdoc: Apply encoding derive to SharedRandStatus
Ian Jackson
2025-12-10
1
-2
/
+3
*
tor-netdoc: Remove unnecessary casts
Clara Engler
2025-12-04
1
-1
/
+1
*
tor-netdoc: Store n_authorities in usize
Clara Engler
2025-12-02
1
-1
/
+1
*
tor-netdoc: Split off Keyword::to_str into its own trait
Ian Jackson
2025-11-18
1
-1
/
+1
*
tor-netdoc: parse2: Introduce ParseInput intermediate struct
Ian Jackson
2025-11-18
1
-2
/
+3
*
tor-netdoc: Remove the RelayFlags type alias in netstatus
Ian Jackson
2025-11-18
1
-3
/
+0
*
tor-netdoc: Move RelayFlags into its own module
Ian Jackson
2025-11-18
1
-161
/
+3
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-netdoc: Rename consensus Header to Preamble
Ian Jackson
2025-10-22
1
-1
/
+1
*
Merge branch 'p2-shared-rand-status' into 'main'
Ian Jackson
2025-10-22
1
-8
/
+23
|
\
|
*
tor-netdoc: impl ItemValueParseable for SharedRandStatus
Ian Jackson
2025-10-21
1
-0
/
+1
|
*
tor-netdoc: impl Display, FromStr, NormalItemArgument for SharedRandVal
Ian Jackson
2025-10-21
1
-2
/
+18
|
*
tor-netdoc: Change type of timestamp in SharedRandStatus (fmt)
Ian Jackson
2025-10-21
1
-2
/
+1
|
*
tor-netdoc: Change type of timestamp in SharedRandStatus
Ian Jackson
2025-10-21
1
-5
/
+4
*
|
tor-netdoc: Lifetime impls: reindent
Ian Jackson
2025-10-21
1
-37
/
+37
*
|
tor-netdoc: derive NetdocParseableFields for Lifetime
Ian Jackson
2025-10-21
1
-0
/
+4
*
|
tor-netdoc: Lifetime: change type of fields
Ian Jackson
2025-10-21
1
-6
/
+6
*
|
tor-netdoc: Lifetime: derive constructor and accessors
Ian Jackson
2025-10-21
1
-20
/
+17
*
|
tor-netdoc: Lifetime: Move some documentation to fields
Ian Jackson
2025-10-21
1
-10
/
+10
*
|
tor-netdoc: Lifetime: Construct Lifetime struct earlier
Ian Jackson
2025-10-21
1
-6
/
+10
|
/
*
tor-netdoc: Add a lot of spec cross-references and tidy docs
Ian Jackson
2025-10-15
1
-7
/
+52
*
tor-netdoc: Typo fixes in docs
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: tests: Print out vote routerstatus
Ian Jackson
2025-10-15
1
-1
/
+2
*
tor-netdoc: tests: Move vote parsing test to netstatus.rs
Ian Jackson
2025-10-15
1
-0
/
+21
*
tor-netdoc: Type for parsing `m` lines in votes
Ian Jackson
2025-10-15
1
-0
/
+3
*
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
1
-1
/
+22
*
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
*
tor-netdoc: RouterStatus: unify `orport_addrs` and `addrs` methods
Ian Jackson
2025-10-06
1
-2
/
+2
*
tor-netdoc: Abolish `dangerous-expose-struct-fields`; always expose, instead
Ian Jackson
2025-10-01
1
-84
/
+28
*
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
[next]