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
...
|
*
tor-proto: rustfmt
Steven Engler
2026-04-08
1
-6
/
+3
|
*
tor-proto: move CREATE_FAST handling
Steven Engler
2026-04-08
1
-45
/
+43
|
*
tor-proto: prepare to move CREATE_FAST handling to a helper
Steven Engler
2026-04-08
1
-8
/
+34
|
*
tor-proto: remove old TODO
Steven Engler
2026-04-08
1
-1
/
+0
*
|
proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG
David Goulet
2026-04-08
2
-12
/
+6
*
|
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
4
-21
/
+28
|
/
*
tor-proto: replace use of `ChannelDirection` with `CircIdRange`
Steven Engler
2026-04-08
2
-5
/
+7
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
4
-5
/
+54
*
tor-proto: simplify error handling in `CreateRequestHandler::handle_create()`
Steven Engler
2026-04-08
1
-71
/
+85
*
tor-proto: add `CreateRequestHandler`
Steven Engler
2026-04-08
2
-0
/
+341
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
2
-5
/
+14
*
proto: Add debug_assert_eq() when building Authenticate
David Goulet
2026-03-30
1
-0
/
+4
*
cell: Add Authenticate::BODY_LEN as a public const
David Goulet
2026-03-30
1
-2
/
+1
*
proto: Import read_msg() instead of refering to it
David Goulet
2026-03-30
1
-19
/
+4
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
4
-47
/
+63
*
proto: Remove noop function for initiator channel
David Goulet
2026-03-30
1
-12
/
+1
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
4
-40
/
+45
*
proto: Transform inner into verified after verification
David Goulet
2026-03-30
2
-20
/
+17
*
proto: Add documentation for the channel verify()
David Goulet
2026-03-30
1
-1
/
+16
*
proto: Remove duplicate use of read_msg() helper
David Goulet
2026-03-30
1
-45
/
+21
*
proto: Set a hardcoded number into a const
David Goulet
2026-03-30
1
-2
/
+3
*
proto: Fix a set of comments
David Goulet
2026-03-30
3
-7
/
+6
*
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
1
-5
/
+4
*
proto: Add a type alias for SLOG/CLOG digest
David Goulet
2026-03-30
4
-19
/
+16
*
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
[prev]
[next]