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-proto
/
src
/
relay
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Move comment in relay handshake.rs
David Goulet
2025-11-19
1
-1
/
+1
*
proto: Implement part of UnverifiedRelayChannel::finish()
David Goulet
2025-11-19
1
-10
/
+37
*
proto: Add VerifiedRelayChannel implementation
David Goulet
2025-11-19
1
-1
/
+31
*
proto: Add UnverifiedRelayChannel implementation
David Goulet
2025-11-19
2
-17
/
+100
*
proto: Introduce relay specific channel structs
David Goulet
2025-11-19
1
-2
/
+38
*
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: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+1
*
proto: Move CloseStreamBehavior to top-level stream module
Gabriela Moldovan
2025-11-14
1
-1
/
+2
*
proto: Remove redundant channel from RelayCirc
Gabriela Moldovan
2025-10-29
1
-1
/
+0
*
proto: Rename RelayReatorHandle to RelayCirc
Gabriela Moldovan
2025-10-29
1
-3
/
+3
*
proto: Move RelayReactorHandle to relay module
Gabriela Moldovan
2025-10-29
1
-11
/
+1
*
proto: Update RelayReactorHandle docs
Gabriela Moldovan
2025-10-29
1
-1
/
+1
*
proto: Avoid identifying relay circuits using TunnelId
Gabriela Moldovan
2025-10-27
1
-3
/
+3
*
proto: Remove relay ChannelAuthenticationData builder
David Goulet
2025-10-23
1
-64
/
+11
*
proto: Use Arc for relay identities object
David Goulet
2025-10-23
2
-4
/
+6
*
proto: Remove LOG_PREFIX in relay handshake
David Goulet
2025-10-23
1
-5
/
+1
*
proto: Compute authenticate data after validating certificates
David Goulet
2025-10-23
2
-9
/
+8
*
proto: Add a relay channel builder
David Goulet
2025-10-23
2
-1
/
+36
*
proto: Add RelayIdentities object holding our keys
David Goulet
2025-10-23
2
-1
/
+61
*
proto: Add the channel authentication data
David Goulet
2025-10-23
1
-2
/
+147
*
proto: Add RelayInitiatorHandshake
David Goulet
2025-10-23
2
-0
/
+132
*
proto: Replace select! with select_biased!
Gabriela Moldovan
2025-10-22
1
-2
/
+2
*
proto: Update an outdated doc link
Gabriela Moldovan
2025-10-22
1
-1
/
+1
*
proto: Add debug log when RelayReactor shuts down
Gabriela Moldovan
2025-10-22
1
-2
/
+14
*
proto: Replace futures::select with import
Gabriela Moldovan
2025-10-22
1
-2
/
+2
*
proto: Remove no-longer relevant note on control message handling
Gabriela Moldovan
2025-10-22
1
-10
/
+0
*
proto: Remove an already-addressed TODO
Gabriela Moldovan
2025-10-22
1
-2
/
+0
*
proto: Handle control messages in RelayReactor
Gabriela Moldovan
2025-10-22
2
-51
/
+53
*
proto: Move the control channels to RelayReactor
Gabriela Moldovan
2025-10-22
2
-53
/
+53
*
proto: Fix broken doc links
Gabriela Moldovan
2025-10-21
1
-2
/
+3
*
proto: Prioritize shutdown over everything else
Gabriela Moldovan
2025-10-21
1
-8
/
+8
*
proto: Ensure RelayReactor shuts down the other reactors
Gabriela Moldovan
2025-10-21
3
-21
/
+48
*
proto: Add TODO about moving control message handling to RelayReactor
Gabriela Moldovan
2025-10-21
1
-0
/
+3
*
proto: Use select not join
Gabriela Moldovan
2025-10-21
1
-4
/
+5
*
proto: Emphasize that we think 2 reactors are better for perf
Gabriela Moldovan
2025-10-21
1
-4
/
+8
*
proto: Add a TODO about splitting out fields out of BackwardReactor
Gabriela Moldovan
2025-10-21
1
-0
/
+9
*
proto: Move StreamMap split closer to cell_tx docs
Gabriela Moldovan
2025-10-21
1
-3
/
+5
*
proto: s/inbound_rx/input for consistency with other reactors
Gabriela Moldovan
2025-10-21
1
-2
/
+2
*
proto: Move channel provider to ForwardReactor
Gabriela Moldovan
2025-10-21
3
-18
/
+18
*
proto: Remove no longer needed Mutex
Gabriela Moldovan
2025-10-21
1
-7
/
+5
*
proto: Remove stray words from docs
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Disambiguate "channel" and "stream"
Gabriela Moldovan
2025-10-21
3
-52
/
+52
*
proto: Say why there are two reactors instead of just one
Gabriela Moldovan
2025-10-21
1
-0
/
+23
*
proto: Clarify why we may need to forward cells to BackwardReactor
Gabriela Moldovan
2025-10-21
1
-2
/
+3
*
proto: Fix docs post-renaming
Gabriela Moldovan
2025-10-21
1
-3
/
+3
*
proto: Avoid calling BackwardReactor "primary"
Gabriela Moldovan
2025-10-21
1
-5
/
+1
*
proto: Replace select_biased! with PollAll
Gabriela Moldovan
2025-10-21
1
-32
/
+124
*
proto: Replace placeholder () with stream id and msg
Gabriela Moldovan
2025-10-21
3
-8
/
+16
[next]