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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-netdoc: Rename RelayFlagsParser to relay_flags::Parser
Ian Jackson
2025-11-24
2
-2
/
+2
*
tor-netdoc: relay_flags: Remove two now-not-needed type aliases
Ian Jackson
2025-11-24
2
-6
/
+5
*
RelayFlags: Use RelayFlag enum variant names everywhere
Ian Jackson
2025-11-18
2
-11
/
+11
*
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
3
-13
/
+13
*
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
5
-5
/
+9
*
tor-netdoc: Separate ConsensusRelayFlagsParser and VoteRelayFlagsParser
Ian Jackson
2025-11-18
2
-1
/
+9
*
tor-netdoc: Rename RelayFlags elements for regularity vs spec
Ian Jackson
2025-11-18
2
-3
/
+3
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
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: Preamble: Fix garbled doc comment
Ian Jackson
2025-10-22
1
-1
/
+1
*
tor-netdoc: Preamble: rename relay_version field to server_version
Ian Jackson
2025-10-22
3
-8
/
+8
*
tor-netdoc: Say Preamble doesn't contain vote-status, in summary.
Ian Jackson
2025-10-22
1
-1
/
+1
*
tor-netdoc: Explain that Preamble doesn't contain vote-status either.
Ian Jackson
2025-10-22
1
-1
/
+1
*
tor-netdoc: netstatus: Preamble: Name the protocols fields in doc
Ian Jackson
2025-10-22
1
-0
/
+2
*
tor-netdoc: netstatus: Preamble: rename shared rand fields to match doc
Ian Jackson
2025-10-22
3
-18
/
+18
*
tor-netdoc: Move ConsensusFlavor into Consensus struct
Ian Jackson
2025-10-22
3
-14
/
+22
*
tor-netdoc: Declare intent not to apply parse2 to Consensus
Ian Jackson
2025-10-22
1
-4
/
+1
*
tor-netdoc: Rename consensus Header to Preamble
Ian Jackson
2025-10-22
3
-39
/
+41
*
Merge branch 'p2-shared-rand-status' into 'main'
Ian Jackson
2025-10-22
2
-2
/
+3
|
\
|
*
tor-netdoc: Change type of timestamp in SharedRandStatus
Ian Jackson
2025-10-21
2
-2
/
+3
*
|
tor-netdoc: Lifetime: change type of fields
Ian Jackson
2025-10-21
1
-2
/
+2
|
/
*
tor-netdoc: Add a lot of spec cross-references and tidy docs
Ian Jackson
2025-10-15
2
-8
/
+49
*
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: 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
5
-2
/
+6
*
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
4
-27
/
+61
*
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
3
-74
/
+30
*
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
2
-3
/
+1
*
tor-netdoc: Fix some visibilities
Ian Jackson
2025-08-26
1
-6
/
+3
*
tor-netdoc: Correct the headings of two modules
Ian Jackson
2025-08-26
2
-2
/
+2
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
4
-15
/
+12
*
tor-netdoc: Provide some Vote things
Ian Jackson
2025-08-26
7
-91
/
+101
*
tor-netdoc: rs: centralise some includes
Ian Jackson
2025-08-26
2
-13
/
+8
*
tor-netdoc: Introduce experimental ns-vote feature
Ian Jackson
2025-08-26
4
-1
/
+19
*
tor-netdoc: Move all each_variety code to each_flavor
Ian Jackson
2025-08-26
8
-1466
/
+1466
*
tor-netdoc: ns variety: Provide for flavour-only items
Ian Jackson
2025-08-26
9
-9
/
+53
*
tor-netdoc: Fix comments to refer to items
Ian Jackson
2025-08-26
4
-4
/
+4
[next]