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
*
Merge branch 'webtime-v3' into 'main'
Nick Mathewson
2026-03-26
2
-4
/
+5
|
\
|
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
2
-4
/
+5
*
|
proto: Use the inbound CircuitAccount when extending circuit (fmt)
Gabriela Moldovan
2026-03-26
2
-2
/
+9
*
|
proto: Use the inbound CircuitAccount when extending circuit
Gabriela Moldovan
2026-03-26
2
-3
/
+10
|
/
*
proto: Move handle_unrecognized_cell() out of ForwardHandler
Gabriela Moldovan
2026-03-25
1
-38
/
+39
*
proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY
Gabriela Moldovan
2026-03-25
2
-4
/
+7
*
proto: Add tests for the relay circuit reactor
Gabriela Moldovan
2026-03-25
1
-0
/
+536
*
proto: Replace fully-qualified path with import alias
Gabriela Moldovan
2026-03-25
1
-1
/
+1
*
tor-proto: change `dyn ChannelProvider` to also be `Sync`
Steven Engler
2026-03-24
2
-3
/
+3
*
tor-proto: change relay circ reactor `new()` to `pub(crate)`
Steven Engler
2026-03-24
1
-1
/
+1
*
Fix typos
Tobias Stoeckmann
2026-03-24
3
-3
/
+3
*
Merge branch 'half-stream-expiry3' into 'main'
gabi-250
2026-03-23
1
-4
/
+30
|
\
|
*
proto: Remove now-unused TimeoutEstimator argument
Gabriela Moldovan
2026-03-19
1
-2
/
+0
|
*
proto: Replace TimeoutEstimator with opaque handler
Gabriela Moldovan
2026-03-19
1
-1
/
+1
|
*
proto: Implement StreamHandler for relays
Gabriela Moldovan
2026-03-19
1
-1
/
+29
*
|
Merge branch 'build_certs_refactor' into 'main'
Nick Mathewson
2026-03-23
1
-19
/
+10
|
\
\
|
*
|
cell, proto, cert: Simplify CERTS cell building.
Nick Mathewson
2026-03-19
1
-19
/
+10
|
|
/
*
|
proto: Compare AUTHENTICATE expected body in constant-time
David Goulet
2026-03-19
1
-1
/
+3
*
|
proto: The relay signing key signs the auth cert
David Goulet
2026-03-19
1
-6
/
+3
*
|
proto: Check the AUTHENTICATE auth type that we support it
David Goulet
2026-03-19
2
-1
/
+10
*
|
chanmgr: Clarify the use of no identity ChanTarget
David Goulet
2026-03-19
1
-3
/
+4
*
|
tor-proto: fix the relay responder's CLOG/SLOG digests
Steven Engler
2026-03-19
2
-20
/
+37
*
|
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
2
-6
/
+19
*
|
tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`
Steven Engler
2026-03-19
3
-10
/
+24
*
|
tor-proto: build AUTHENTICATE after sending CERTS
Steven Engler
2026-03-19
1
-15
/
+22
*
|
cell: Simplify the Authenticate API
David Goulet
2026-03-19
1
-5
/
+8
*
|
proto: Fix AUTHENTICATE equality check and signature check
David Goulet
2026-03-19
1
-2
/
+2
*
|
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
1
-14
/
+13
*
|
proto: Responder channel properly validates the AUTHENTICATE cell
David Goulet
2026-03-19
2
-17
/
+39
*
|
proto: Add specialized build functions for ChannelAuthenticationData
David Goulet
2026-03-19
3
-59
/
+68
*
|
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
3
-56
/
+19
*
|
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
3
-11
/
+98
*
|
proto: Add the verify_link_auth_cert() helper
David Goulet
2026-03-19
1
-1
/
+1
*
|
proto: Use RelayIds in a VerifiedChannel
David Goulet
2026-03-19
3
-4
/
+12
|
/
*
proto: Add more logging to the new circuit reactors
Gabriela Moldovan
2026-03-12
1
-1
/
+28
*
tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`
Steven Engler
2026-03-04
1
-1
/
+1
*
tor-proto: small code cleanup
Steven Engler
2026-03-03
1
-9
/
+3
*
tor-proto: improve error messages using `RestrictedMsg`
Steven Engler
2026-03-03
1
-19
/
+7
*
tor-proto: improve error messages during handshake
Steven Engler
2026-03-03
1
-1
/
+2
*
tor-proto: during handshake ensure circ id is 0
Steven Engler
2026-03-03
1
-2
/
+9
*
tor-proto: require cells from initiator to be ordered
Steven Engler
2026-03-03
1
-61
/
+112
*
tor-proto: make receiving AUTH_CHALLENGE non-optional
Steven Engler
2026-03-03
1
-4
/
+0
*
tor-proto: remove `is_expecting_auth_challenge()`
Steven Engler
2026-03-03
1
-4
/
+0
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
2
-3
/
+4
*
proto: Channel handshake minor cleanup
David Goulet
2026-03-03
1
-3
/
+5
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
2
-7
/
+19
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
3
-20
/
+17
*
tor-proto: rename 'SLOG'/'CLOG' and related code
Steven Engler
2026-03-02
1
-6
/
+8
*
Merge branch 'relay-channel-fixes' into 'main'
David Goulet
2026-02-26
2
-5
/
+0
|
\
|
*
proto: Remove/fix some very minor TODO(relay)
David Goulet
2026-02-26
2
-5
/
+0
[next]