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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
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
|
/
/
/
/
/
*
|
|
|
|
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
|
/
/
/
/
*
|
|
|
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
*
|
|
|
proto: Move CircHop{Inbound,Outbound} out of the client module.
Gabriela Moldovan
2025-11-17
2
-575
/
+599
*
|
|
|
proto: Add constructors for CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-19
/
+46
*
|
|
|
proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-141
/
+340
*
|
|
|
proto: Make the hop in SendRelayCell optional (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+5
*
|
|
|
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
7
-20
/
+22
*
|
|
|
proto: Update SendRelayCell docs
Gabriela Moldovan
2025-11-17
1
-2
/
+3
*
|
|
|
proto: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
4
-5
/
+5
*
|
|
|
proto: Move SendRelayCell to circhop
Gabriela Moldovan
2025-11-17
5
-20
/
+23
*
|
|
|
proto: Split CircHop into inbound and outbound components (fmt)
Gabriela Moldovan
2025-11-17
1
-7
/
+13
*
|
|
|
proto: Split CircHop into inbound and outbound components
Gabriela Moldovan
2025-11-17
1
-52
/
+76
*
|
|
|
proto: Rename cell decoder field for clarity
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
|
|
|
proto: Avoid exposing stream map field (fmt)
Gabriela Moldovan
2025-11-14
1
-8
/
+11
*
|
|
|
proto: Avoid exposing stream map field
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
|
|
|
proto: Import StreamMap to reduce cognitive complexity
Gabriela Moldovan
2025-11-14
1
-6
/
+6
*
|
|
|
proto: Move CloseStreamBehavior to top-level stream module
Gabriela Moldovan
2025-11-14
5
-26
/
+29
*
|
|
|
proto: Remove extraneous backtick in CloseStreamBehavior docs
Gabriela Moldovan
2025-11-14
1
-1
/
+1
*
|
|
|
http_connect: Add AsyncReadExt to fix compilation.
Nick Mathewson
2025-11-13
1
-2
/
+2
[prev]
[next]