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
...
*
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
|
/
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
1
-5
/
+5
*
proto: Relay circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
3
-12
/
+14
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
2
-2
/
+2
*
proto: Move RelayCircChanMsg into relay module
David Goulet
2025-12-10
3
-4
/
+3
*
proto: Fix relay/hs-service feature gating (fmt)
Gabriela Moldovan
2025-12-08
1
-1
/
+1
*
proto: Fix relay/hs-service feature gating
Gabriela Moldovan
2025-12-08
1
-1
/
+1
*
proto: Remove incorrect padding logic
Gabriela Moldovan
2025-12-02
1
-18
/
+5
*
proto: Add TODO about our TRUNCATE plans
Gabriela Moldovan
2025-12-02
1
-0
/
+5
*
proto: Move EXTEND handling to catch-all error
Gabriela Moldovan
2025-12-02
2
-9
/
+0
*
proto: Explain why we have the backward sink readiness check
Gabriela Moldovan
2025-12-02
1
-4
/
+26
*
proto: Resolve some clippy warnings, remove allows
Gabriela Moldovan
2025-11-24
2
-6
/
+3
*
proto: Reword a nonsensical TODO
Gabriela Moldovan
2025-11-24
1
-3
/
+15
*
proto: Update relay reactor documentation
Gabriela Moldovan
2025-11-24
1
-8
/
+79
*
proto: Fix a number of newly broken doc links
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Deduplicate msg_streamid()
Gabriela Moldovan
2025-11-24
1
-20
/
+2
*
proto: Move a couple of stream-related constants to stream mod (fmt)
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Move a couple of stream-related constants to stream mod
Gabriela Moldovan
2025-11-24
1
-4
/
+2
*
proto: Start handling incoming stream requests
Gabriela Moldovan
2025-11-24
3
-28
/
+666
[prev]
[next]