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
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdoc: Add missing docs for encode_pow_params()
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
netdoc: allow unstable_name_collisions lint for exactly_one()
Gabriela Moldovan
2025-12-01
1
-0
/
+5
*
tor-netdoc: Rename ItemArgument method to write_arg_onto
Ian Jackson
2025-11-26
1
-3
/
+3
*
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
*
Merge branch 'bug2172' into 'main'
Nick Mathewson
2025-11-24
1
-1
/
+1
|
\
|
*
tor-llcrypto: Stop deriving Deref in CtByteArray
Neel Chauhan
2025-11-24
1
-1
/
+1
*
|
Merge branch 'pub-encode' into 'main'
Ian Jackson
2025-11-19
3
-4
/
+4
|
\
\
|
*
|
tor-netdoc: Split off Keyword::to_str into its own trait
Ian Jackson
2025-11-18
3
-4
/
+4
*
|
|
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: 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: 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
*
|
tor-netdoc: Move RelayFlags into its own module
Ian Jackson
2025-11-18
1
-161
/
+3
*
|
Apply deferred rustfmt churn
Ian Jackson
2025-11-10
3
-4
/
+4
*
|
tor-netdoc: Rename the `build` module to `encode`
Ian Jackson
2025-11-10
3
-4
/
+4
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
16
-16
/
+16
|
/
*
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
4
-40
/
+42
*
Merge branch 'p2-shared-rand-status' into 'main'
Ian Jackson
2025-10-22
3
-10
/
+26
|
\
|
*
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
3
-7
/
+7
*
|
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
2
-8
/
+8
*
|
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
3
-15
/
+101
*
tor-netdoc: Typo fixes in docs
Ian Jackson
2025-10-15
2
-2
/
+2
*
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: impl parse2 for RouterStatus entry
Ian Jackson
2025-10-15
2
-1
/
+85
[next]