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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
tor-netdoc: Split off Keyword::to_str - prep code motion
Ian Jackson
2025-11-18
1
-8
/
+8
|
*
|
tor-netdoc: Keyword: Say that to_str is the actual document keyword
Ian Jackson
2025-11-18
1
-2
/
+3
*
|
|
tor-netdoc: Add a message to a panic call
Ian Jackson
2025-11-18
1
-1
/
+1
*
|
|
tor-netdoc: Remove bitflags from Cargo.toml
Ian Jackson
2025-11-18
1
-1
/
+0
*
|
|
tor-netdoc: document RelayFlags changes
Ian Jackson
2025-11-18
1
-2
/
+3
*
|
|
tor-netdoc: RelayFlag: rustfmt to correct the indentation
Ian Jackson
2025-11-18
1
-59
/
+59
*
|
|
tor-netdoc: derive PartialEq for DocRelayFlags
Ian Jackson
2025-11-18
1
-8
/
+1
*
|
|
tor-netdoc: Abolish relay_flags_keywords macro
Ian Jackson
2025-11-18
1
-78
/
+0
*
|
|
tor-netdoc: Abolish anomalous RelayFlag::from_str_one
Ian Jackson
2025-11-18
1
-15
/
+3
*
|
|
RelayFlags: Use RelayFlag enum variant names everywhere
Ian Jackson
2025-11-18
3
-19
/
+12
*
|
|
tor-netdoc: Replace RelayFlag with an enum and RelayFlags with an EnumSet
Ian Jackson
2025-11-18
2
-71
/
+60
*
|
|
tor-netdoc: RelayFlags: Preparatory changes to iter_keywords and from_str_one
Ian Jackson
2025-11-18
1
-7
/
+8
*
|
|
tor-netdoc: RelayFlags: Introduce .as_repr() method and use it
Ian Jackson
2025-11-18
1
-5
/
+12
*
|
|
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
4
-13
/
+16
*
|
|
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
2
-3
/
+5
|
/
/
*
|
tor-netdoc: Add an explanation about RelayFlags's PartialEq
Ian Jackson
2025-11-18
1
-0
/
+13
*
|
tor-netdoc: Rename relay flags omitted/implicit const params (rustfmt)
Ian Jackson
2025-11-18
1
-3
/
+9
*
|
tor-netdoc: Rename relay flags omitted/implicit const params
Ian Jackson
2025-11-18
1
-16
/
+16
*
|
tor-netdoc: semver.md updates for RelayFlags overhaul
Ian Jackson
2025-11-18
1
-0
/
+6
*
|
tor-netdoc: Be able to retain unknown flags
Ian Jackson
2025-11-18
4
-11
/
+25
*
|
tor-netdoc: Introduce Unknown and retain_unknown_values option
Ian Jackson
2025-11-18
4
-3
/
+143
*
|
tor-netdoc: Add experimental retain-unknown feature
Ian Jackson
2025-11-18
1
-0
/
+4
*
|
tor-netdoc: parse2: Introduce ParseOptions (fmt)
Ian Jackson
2025-11-18
1
-1
/
+5
*
|
tor-netdoc: parse2: Introduce ParseOptions
Ian Jackson
2025-11-18
3
-8
/
+63
*
|
tor-netdoc: parse2: Introduce ParseInput intermediate struct
Ian Jackson
2025-11-18
7
-26
/
+56
*
|
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
6
-12
/
+39
*
|
tor-netdoc: Make the weird parser not be a FromStr impl
Ian Jackson
2025-11-18
1
-11
/
+9
*
|
tor-netdoc: Improve and expose RelayFlagsParser
Ian Jackson
2025-11-18
1
-7
/
+23
*
|
tor-netdoc: Separate ConsensusRelayFlagsParser and VoteRelayFlagsParser
Ian Jackson
2025-11-18
3
-10
/
+31
*
|
tor-netdoc: Paramterise RelayFlagsParser for varying omitted/implied bits
Ian Jackson
2025-11-18
1
-5
/
+28
*
|
tor-netdoc: Introduce a RelayFlagsBits type alias
Ian Jackson
2025-11-18
1
-1
/
+4
*
|
tor-netdoc: Test RelayFlags coherence and encoding
Ian Jackson
2025-11-18
1
-0
/
+41
*
|
tor-netdoc: Provide for encoding RelayFlags
Ian Jackson
2025-11-18
1
-1
/
+22
*
|
tor-netdoc: RelayFlags: add a macro for keyword parsing
Ian Jackson
2025-11-18
1
-19
/
+43
*
|
tor-netdoc: Rename RelayFlags elements for regularity vs spec
Ian Jackson
2025-11-18
3
-7
/
+7
*
|
tor-netdoc: Improve docs for RelayFlags
Ian Jackson
2025-11-18
1
-1
/
+10
*
|
tor-netdoc: Move RelayFlags into its own module
Ian Jackson
2025-11-18
3
-161
/
+185
*
|
Merge branch 'p2-dedup' into 'main'
Ian Jackson
2025-11-11
1
-123
/
+139
|
\
\
|
*
|
tor-netdoc: parse2: Improve error message when using with=
Ian Jackson
2025-11-10
1
-1
/
+1
|
*
|
tor-netdoc: parse2 derive: deduplicate completion
Ian Jackson
2025-11-10
1
-35
/
+33
|
*
|
tor-netdoc: parse2 derive: deduplicate item accumulation
Ian Jackson
2025-11-10
1
-31
/
+35
|
*
|
tor-netdoc: parse2 derive: deduplicate item accumulation (prep)
Ian Jackson
2025-11-10
1
-43
/
+54
|
*
|
tor-netdoc: parse2 derive: Provide dtrace in NetdocParseableFields
Ian Jackson
2025-11-10
1
-12
/
+21
|
*
|
tor-netdoc: parse2 derive: Get rid of $ITEM workaround
Ian Jackson
2025-11-10
1
-10
/
+4
*
|
|
Apply deferred rustfmt churn
Ian Jackson
2025-11-10
3
-4
/
+4
*
|
|
tor-netdoc: Introduce "encode" feature for the like-named module
Ian Jackson
2025-11-10
4
-5
/
+10
*
|
|
tor-netdoc: Rename the `build` module to `encode`
Ian Jackson
2025-11-10
5
-8
/
+8
|
/
/
*
|
Merge branch 'p2-dedup-1' into 'main'
Ian Jackson
2025-11-10
2
-136
/
+146
|
\
\
[prev]
[next]