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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tor-netdoc: Rename RelayFlagsParser to relay_flags::Parser
Ian Jackson
2025-11-24
3
-9
/
+9
|
*
tor-netdoc: relay_flags: Remove two now-not-needed type aliases
Ian Jackson
2025-11-24
3
-13
/
+5
|
*
tor-netdoc: Parameterise RelayFlagsParser by an options trait instead
Ian Jackson
2025-11-24
1
-41
/
+55
*
|
Merge branch 'nd-test' into 'main'
Ian Jackson
2025-11-25
3
-17
/
+23
|
\
\
|
*
|
tor-netdoc: test2: Run rustfmt
Ian Jackson
2025-11-24
1
-10
/
+2
|
*
|
tor-netdoc: test2: Adjust type aliases
Ian Jackson
2025-11-24
1
-14
/
+12
|
*
|
tor-netdoc: Move parse2/test.rs to test2.rs
Ian Jackson
2025-11-24
3
-7
/
+23
*
|
|
Merge branch 'p2-mult' into 'main'
Ian Jackson
2025-11-25
4
-70
/
+55
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-netdoc: Add a comment explaining why P2MultiplicitySelector
Ian Jackson
2025-11-24
1
-1
/
+4
|
*
|
tor-netdoc: rustfmt to tidy up imports
Ian Jackson
2025-11-19
2
-5
/
+2
|
*
|
tor-netdoc: avoid importing MultiplicitySelector outside parse2
Ian Jackson
2025-11-19
1
-4
/
+4
|
*
|
tor-netdoc: parse2: Combine all the multiplicity Selectors
Ian Jackson
2025-11-19
4
-53
/
+38
|
*
|
tor-netdoc: parse2: Move multiplicity docs examples into Methods traits
Ian Jackson
2025-11-19
1
-32
/
+32
*
|
|
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
*
|
|
tor-netdoc: encode: Explain why NetdocEncoder contains a Result
Ian Jackson
2025-11-19
1
-1
/
+2
*
|
|
tor-netdoc: parse2 docs: Clarify that these are for parsing
Ian Jackson
2025-11-19
1
-3
/
+3
*
|
|
tor-netdoc: parse2 docs: Fix ItemObjectParseable
Ian Jackson
2025-11-19
1
-4
/
+1
*
|
|
tor-netdoc: parse2 docs: Improve `#[deftly(netdoc(rest))]` docs
Ian Jackson
2025-11-19
1
-0
/
+2
*
|
|
tor-netdoc: parse2 docs: Fix docs for ItemArgumentParseable
Ian Jackson
2025-11-19
1
-3
/
+2
*
|
|
tor-netdoc: parse2 docs: Document BTreeSet in multiplicity
Ian Jackson
2025-11-19
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge branch 'pub-encode' into 'main'
Ian Jackson
2025-11-19
7
-32
/
+67
|
\
\
|
*
|
tor-netdoc: Add a blank line for reading clarity
Ian Jackson
2025-11-18
1
-0
/
+1
|
*
|
tor-netdoc: impl Default for NetdocEncoder
Ian Jackson
2025-11-18
1
-0
/
+7
|
*
|
tor-netdoc: Make much more of the encode module contents public
Ian Jackson
2025-11-18
2
-14
/
+13
|
*
|
tor-netdoc: Add a note about the nature of NetdocBuilder
Ian Jackson
2025-11-18
1
-1
/
+13
|
*
|
tor-netdoc: Implement KeywordEncodable for &'static str
Ian Jackson
2025-11-18
1
-0
/
+6
|
*
|
tor-netdoc: Split off Keyword::to_str into its own trait (fmt)
Ian Jackson
2025-11-18
1
-1
/
+3
|
*
|
tor-netdoc: Split off Keyword::to_str into its own trait
Ian Jackson
2025-11-18
7
-12
/
+19
|
*
|
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: 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
1
-71
/
+59
*
|
|
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: 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: 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
[prev]
[next]