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: 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
*
proto: Enforce condition with type system
David Goulet
2026-01-22
1
-5
/
+6
*
proto: Fix the link auth handling from the AUTH_CHALLENGE
David Goulet
2026-01-22
1
-2
/
+3
*
proto: Use the channel codec channel type
David Goulet
2026-01-22
2
-5
/
+1
*
proto: Improve comments on build_auth_data() about clog/slog
David Goulet
2026-01-22
1
-0
/
+4
*
proto: Remove Option<> around peer_ip for build_netinfo_cell()
David Goulet
2026-01-22
2
-4
/
+5
*
proto: Put rsa_id and rsa_cert_digest together
David Goulet
2026-01-22
1
-3
/
+6
*
proto: Avoid magic hardcoded value for LINK_AUTH
David Goulet
2026-01-22
2
-3
/
+3
*
proto: Enforce CERTS and AUTHENTICATE are always expected together
David Goulet
2026-01-22
1
-0
/
+6
*
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
1
-2
/
+1
*
proto: Move cell sending out of check() and into finish()
David Goulet
2026-01-22
1
-32
/
+42
*
proto: Implement FinalizableChannel for an unverified relay channel
David Goulet
2026-01-22
1
-33
/
+62
*
proto: Send relay channel NETINFO in check()
David Goulet
2026-01-22
2
-19
/
+25
*
proto: Authenticate a relay channel
David Goulet
2026-01-22
2
-32
/
+69
*
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
1
-1
/
+2
*
proto: Add CertifiedConn to relay handshake
David Goulet
2026-01-22
2
-17
/
+17
*
proto: Add relay link signing kp to RelayIdentities
David Goulet
2026-01-22
1
-0
/
+5
*
proto: Add UnverifiedRelayChannel::build_auth_data()
David Goulet
2026-01-22
1
-37
/
+101
*
proto: Implement RelayResponderHandshake
David Goulet
2026-01-22
2
-2
/
+264
*
proto: Add helper to build NETINFO cell
David Goulet
2026-01-22
1
-13
/
+25
*
proto: Add a helper function to build CERTS cell
David Goulet
2026-01-22
1
-1
/
+47
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
2
-4
/
+11
*
proto: Move relay channel related structs outside of handshake.rs
David Goulet
2026-01-22
2
-269
/
+272
*
Merge branch 'ticket1599_02' into 'main'
David Goulet
2026-01-13
3
-47
/
+54
|
\
|
*
proto: Fix comments documentation
David Goulet
2026-01-13
2
-3
/
+3
|
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
1
-0
/
+14
|
*
chanmgr: Spawn task for ChannelProvider impl of get_or_launch()
David Goulet
2026-01-13
1
-7
/
+5
|
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
1
-0
/
+6
|
*
chanmgr: Implement tor_proto::ChannelProvider for ChanMgr
David Goulet
2026-01-13
1
-2
/
+4
|
*
proto: Add traits for public channel views
David Goulet
2026-01-13
1
-44
/
+19
|
*
proto: Add clock_skew() helper to relay unverified channel
David Goulet
2026-01-13
1
-1
/
+13
*
|
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
2
-31
/
+8
*
|
proto: Give IncomingStreamRequestHandler a HopNum
Gabriela Moldovan
2026-01-12
2
-1
/
+6
|
/
[prev]
[next]