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: 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
|
\
\
|
*
|
tor-netdoc: Fix typo
Ian Jackson
2025-11-10
1
-1
/
+1
|
*
|
tor-netdoc: parse2 derive: deduplicate item parsing
Ian Jackson
2025-11-06
1
-24
/
+23
|
*
|
tor-netdoc: parse2 derive: deduplicate item set selectors
Ian Jackson
2025-11-06
1
-47
/
+62
|
*
|
tor-netdoc: parse2 derive: deduplicate F_EFFECTIVE_TYPE
Ian Jackson
2025-11-06
1
-24
/
+13
|
*
|
tor-netdoc: parse2 derive: deduplication: field types and keywords
Ian Jackson
2025-11-06
1
-36
/
+39
|
*
|
tor-netdoc: parse2 derive: deduplication: start a module
Ian Jackson
2025-11-06
2
-9
/
+13
*
|
|
Bump derive-deftly to 1.5.0
Ian Jackson
2025-11-07
1
-1
/
+1
|
/
/
*
|
Merge branch 'deftly-1.4' into 'main'
opara
2025-11-06
1
-1
/
+1
|
\
\
|
*
|
Bump derive-deftly to 1.4.0
Ian Jackson
2025-11-06
1
-1
/
+1
|
|
/
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
31
-32
/
+32
*
|
Use a while let loop (to placate clippy)
Ian Jackson
2025-11-06
1
-2
/
+1
|
/
[prev]
[next]