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
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Allow unused async in WIP reactor code
Gabriela Moldovan
2026-01-29
1
-0
/
+2
*
proto: Remove unused async from relay reactor
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Document that the hop list is shared with the BWD
Gabriela Moldovan
2026-01-29
1
-0
/
+11
*
proto: Rename the FWD -> BWD channel
Gabriela Moldovan
2026-01-29
3
-18
/
+18
*
proto: Rename chan senders and sinks for clarity
Gabriela Moldovan
2026-01-29
4
-43
/
+43
*
proto: Update misleading comment about cmd_rx
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Allow CircSynvView::new_relay() to be unused
Gabriela Moldovan
2026-01-29
1
-0
/
+1
*
proto: Replace relay reactor with new generic reactor
Gabriela Moldovan
2026-01-29
4
-1747
/
+336
*
proto: Add a new, implementation-agnostic circuit reactor
Gabriela Moldovan
2026-01-29
7
-5
/
+3063
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
5
-15
/
+37
*
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
4
-24
/
+6
*
proto: Factor ReactorResultChannel into the shared reactor module
Gabriela Moldovan
2026-01-29
2
-3
/
+6
*
proto: Add a new module for the generic circuit reactor
Gabriela Moldovan
2026-01-29
2
-0
/
+10
*
proto; Factor HOPS constant out of maybenot_padding
Gabriela Moldovan
2026-01-29
2
-3
/
+4
*
proto: Move padding_disposition() to the shared padding module
Gabriela Moldovan
2026-01-29
2
-54
/
+74
*
proto: Move CircPaddingDisposition to a new module
Gabriela Moldovan
2026-01-29
3
-13
/
+18
*
proto: Add a new ToRelayMsg util
Gabriela Moldovan
2026-01-29
4
-0
/
+51
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
6
-15
/
+23
*
Merge branch 'unused-async-lint' into 'main'
gabi-250
2026-01-28
3
-2
/
+7
|
\
|
*
proto: Add an exception for clippy::unused_async
Gabriela Moldovan
2026-01-27
1
-0
/
+1
|
*
proto: Add exceptions for clippy::unused async in relay reactor
Gabriela Moldovan
2026-01-27
1
-0
/
+3
|
*
proto: Remove unnecessary async in channel reactor
Gabriela Moldovan
2026-01-27
1
-2
/
+2
|
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
|
Merge branch 'kist-doc' into 'main'
Alexander Hansen Færøy
2026-01-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
clippy: Fix missing doc for non-Linux builds
Clara Engler
2026-01-27
1
-0
/
+1
*
|
Merge branch 'ticket_2304' into 'main'
Nick Mathewson
2026-01-27
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2026-01-27
1
-1
/
+1
|
*
tor-proto: Report CircuitClosed on unexpected stream rx close
Nick Mathewson
2026-01-22
1
-6
/
+4
*
|
proto: Improve some comments in relay module
David Goulet
2026-01-22
2
-1
/
+8
*
|
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: Add missing use for tests
David Goulet
2026-01-22
1
-1
/
+1
*
|
proto: Use the channel codec channel type
David Goulet
2026-01-22
6
-21
/
+68
*
|
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
2
-14
/
+13
*
|
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
3
-6
/
+3
*
|
proto: Move cell sending out of check() and into finish()
David Goulet
2026-01-22
2
-37
/
+42
*
|
proto: Remove uneeded code in the unverified inner check()
David Goulet
2026-01-22
1
-25
/
+3
*
|
proto: Implement FinalizableChannel for an unverified relay channel
David Goulet
2026-01-22
2
-33
/
+128
*
|
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
3
-32
/
+76
*
|
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
3
-3
/
+6
*
|
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
[next]