index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
...
*
tor-proto: remove unnecessary `Option`s
Steven Engler
2026-02-24
1
-12
/
+2
*
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
1
-2
/
+12
*
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
1
-13
/
+16
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
4
-18
/
+17
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
4
-35
/
+33
*
Merge branch 'relay-own-cert' into 'main'
David Goulet
2026-02-16
3
-6
/
+20
|
\
|
*
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
3
-6
/
+20
*
|
Merge branch 'early-relay' into 'main'
gabi-250
2026-02-12
1
-41
/
+104
|
\
\
|
|
/
|
/
|
|
*
proto: Remove unused function in relay FWD reactor
Gabriela Moldovan
2026-02-12
1
-7
/
+1
|
*
proto: Move decode_relay_cell() out of ForwardHandler
Gabriela Moldovan
2026-02-12
1
-27
/
+36
|
*
proto: Forbid EXTEND2 from RELAY cells
Gabriela Moldovan
2026-02-12
1
-1
/
+9
|
*
proto: Return a protocol error if we get too many RELAY_EARLY
Gabriela Moldovan
2026-02-12
1
-1
/
+20
|
*
proto: Overhaul forward cell handling
Gabriela Moldovan
2026-02-12
1
-8
/
+37
|
*
proto: Give handle_forward_cell() a handle to the hopmgr
Gabriela Moldovan
2026-02-12
1
-1
/
+5
*
|
Merge branch 'channel-canonical' into 'main'
David Goulet
2026-02-12
4
-29
/
+57
|
\
\
|
|
/
|
/
|
|
*
proto: Enforce that channel method as unique SocketAddr
David Goulet
2026-02-12
2
-22
/
+11
|
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
4
-20
/
+59
*
|
proto: Return internal error on TRUNCATE
Gabriela Moldovan
2026-02-12
1
-1
/
+1
|
/
*
proto: Implement validate_backward_cell() for relays
Gabriela Moldovan
2026-02-11
1
-3
/
+34
*
proto: Extend BWD handler with a backward cell handling function
Gabriela Moldovan
2026-02-11
1
-1
/
+10
*
proto: Relay responder channel allow to be non_exhaustive
David Goulet
2026-02-09
1
-1
/
+1
*
proto: Publicly re-export MaybeVerifiableRelayResponderChannel
David Goulet
2026-02-09
2
-0
/
+3
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-2
/
+10
*
proto: Say why it's okay not to have timeouts in a couple of places
Gabriela Moldovan
2026-02-09
1
-0
/
+6
*
proto: Remove the EXTEND2 timeout for now
Gabriela Moldovan
2026-02-09
1
-26
/
+11
*
proto: Reject EXTEND2 cells even if we already have an extension in progress
Gabriela Moldovan
2026-02-09
1
-1
/
+12
*
proto: Ensure DESTROY gets sent on circuit drop
Gabriela Moldovan
2026-02-05
1
-3
/
+9
*
proto: Make handle_extend2() synchronous
Gabriela Moldovan
2026-02-05
1
-3
/
+2
*
proto: Implement EXTEND2 handling
Gabriela Moldovan
2026-02-05
1
-17
/
+248
*
proto: Reword an error message for clarity
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Give handle_meta_msg() a handle to the runtime
Gabriela Moldovan
2026-02-05
1
-1
/
+2
*
proto: Add an implementation-dependent reactor event stream
Gabriela Moldovan
2026-02-05
2
-1
/
+23
*
proto: Make chan_provider an Arc
Gabriela Moldovan
2026-02-05
2
-3
/
+4
*
proto: Pass the unique id to Forward handler
Gabriela Moldovan
2026-02-05
2
-1
/
+6
*
proto: Move channel provider out of the generic reactor
Gabriela Moldovan
2026-02-05
2
-4
/
+17
*
proto: Make inner part of OutboundChanSender pub(crate)
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Make ChannelProvider::get_or_launch() synchronous
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Add missing clock_skew() to unverified channels
David Goulet
2026-02-04
2
-2
/
+12
*
proto: Relay channel code cleanup
David Goulet
2026-02-04
1
-323
/
+4
*
proto: Introduce new relay responder channel types
David Goulet
2026-02-04
3
-20
/
+211
*
proto: Introduce new relay initiator channel types
David Goulet
2026-02-04
3
-4
/
+188
*
proto: Move the ChannelAuthenticationData::build() function into the object i...
David Goulet
2026-02-04
1
-0
/
+85
*
proto: Remove unused async from relay reactor
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Rename chan senders and sinks for clarity
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Replace relay reactor with new generic reactor
Gabriela Moldovan
2026-01-29
3
-1733
/
+192
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
2
-5
/
+9
*
proto: s/Forward/ForwardSender for clarity
Gabriela Moldovan
2026-01-29
1
-3
/
+3
*
proto: Rip CC state out of CircHopInbound
Gabriela Moldovan
2026-01-29
2
-2
/
+4
*
proto: Add exceptions for clippy::unused async in relay reactor
Gabriela Moldovan
2026-01-27
1
-0
/
+3
*
proto: Improve some comments in relay module
David Goulet
2026-01-22
1
-0
/
+6
[prev]
[next]