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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
tor-netdoc: Keyword: Say that to_str is the actual document keyword
Ian Jackson
2025-11-18
1
-2
/
+3
*
|
|
|
|
|
|
Merge branch 'relayflags-enumset' into 'main'
Ian Jackson
2025-11-18
15
-258
/
+177
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
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
2
-2
/
+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
10
-46
/
+39
|
*
|
|
|
|
|
|
tor-netdoc: Replace RelayFlag with an enum and RelayFlags with an EnumSet
Ian Jackson
2025-11-18
3
-71
/
+82
|
*
|
|
|
|
|
|
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
11
-47
/
+50
|
*
|
|
|
|
|
|
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
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'upgrade-bigint' into 'main'
Nick Mathewson
2025-11-18
1
-3
/
+2
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
maint: upgrade num-bigint-dig to 0.8.6
Steven Engler
2025-11-18
1
-3
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'p2-relayflags' into 'main'
Ian Jackson
2025-11-18
27
-221
/
+700
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
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
8
-11
/
+11
|
*
|
|
|
|
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
6
-12
/
+12
|
*
|
|
|
|
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 'circ-hops' into 'main'
David Goulet
2025-11-18
16
-521
/
+807
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
proto: Fix up doc links post-refactoring
Gabriela Moldovan
2025-11-17
2
-9
/
+9
|
*
|
|
|
proto: Temporarily silence a few warnings
Gabriela Moldovan
2025-11-17
1
-0
/
+3
|
*
|
|
|
proto: Use CircHopInbound in the ForwardReactor (fmt)
Gabriela Moldovan
2025-11-17
3
-6
/
+4
|
*
|
|
|
proto: Use CircHopInbound in the ForwardReactor
Gabriela Moldovan
2025-11-17
2
-19
/
+15
|
*
|
|
|
proto: Use CircHopOutbound in BackwardReactor
Gabriela Moldovan
2025-11-17
2
-34
/
+24
|
*
|
|
|
proto: Make cc state shared between CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
3
-27
/
+30
|
*
|
|
|
proto: Make CongestionWindow Copy
Gabriela Moldovan
2025-11-17
3
-8
/
+8
[prev]
[next]