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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
1
-2
/
+41
*
proto: Use RelayIds in a VerifiedChannel
David Goulet
2026-03-19
1
-1
/
+1
*
Fix grammar typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
4
-5
/
+5
*
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
1
-1
/
+1
*
proto: Channel handshake minor cleanup
David Goulet
2026-03-03
1
-3
/
+1
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
1
-5
/
+9
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
1
-2
/
+10
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
2
-12
/
+5
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
2
-25
/
+13
*
Merge branch 'circ-sync-view-streams' into 'main'
gabi-250
2026-02-16
5
-57
/
+9
|
\
|
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
2
-4
/
+4
|
*
proto: Remove unused n_open_streams() functions
Gabriela Moldovan
2026-02-16
1
-17
/
+0
|
*
proto: Replace circuit-scoped n_open_streams() with per-hop alternative
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
*
proto: Replace CircSyncView with previously client-only CircSyncView
Gabriela Moldovan
2026-02-16
4
-36
/
+1
|
*
proto: Adjust visibility in client::reactor::CircSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+3
|
*
proto: Use absolute path in CircHopList import
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
*
proto: Rename ClientCircSyncView to CircSyncView
Gabriela Moldovan
2026-02-16
3
-6
/
+5
|
*
proto: Add an accessor for the CircHopOutbound of a CircHop
Gabriela Moldovan
2026-02-16
1
-0
/
+5
*
|
proto: Use is_multiple_of() as suggested by clippy
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
/
*
Merge branch 'early-relay' into 'main'
gabi-250
2026-02-12
1
-13
/
+0
|
\
|
*
Revert "proto: Add a new ToRelayMsg util"
Gabriela Moldovan
2026-02-12
1
-13
/
+0
*
|
proto: Client channel need to consider PT for the target
David Goulet
2026-02-12
1
-6
/
+21
*
|
proto: Enforce that channel method as unique SocketAddr
David Goulet
2026-02-12
1
-6
/
+4
*
|
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-4
/
+13
|
/
*
proto: Move CREATE helpers to a shared module
Gabriela Moldovan
2026-02-05
2
-65
/
+1
*
proto: Add missing clock_skew() to unverified channels
David Goulet
2026-02-04
1
-6
/
+3
*
proto: Make channel client to use a specific type
David Goulet
2026-02-04
1
-38
/
+43
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Rip CC state out of CircHopInbound
Gabriela Moldovan
2026-01-29
1
-5
/
+1
*
proto: Factor ReactorResultChannel into the shared reactor module
Gabriela Moldovan
2026-01-29
1
-3
/
+1
*
proto; Factor HOPS constant out of maybenot_padding
Gabriela Moldovan
2026-01-29
1
-3
/
+1
*
proto: Move padding_disposition() to the shared padding module
Gabriela Moldovan
2026-01-29
1
-54
/
+5
*
proto: Move CircPaddingDisposition to a new module
Gabriela Moldovan
2026-01-29
1
-13
/
+1
*
proto: Add a new ToRelayMsg util
Gabriela Moldovan
2026-01-29
1
-0
/
+13
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
3
-14
/
+7
*
proto: Use the channel codec channel type
David Goulet
2026-01-22
1
-1
/
+0
*
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
1
-2
/
+1
*
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
1
-1
/
+2
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
1
-1
/
+1
*
Merge branch 'ticket1599_02' into 'main'
David Goulet
2026-01-13
2
-44
/
+37
|
\
|
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
1
-0
/
+14
|
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
1
-12
/
+6
|
*
proto: Add traits for public channel views
David Goulet
2026-01-13
2
-48
/
+33
*
|
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
3
-30
/
+13
|
/
*
proto: Add an immediate order for client CircuitEvent ordering
David Goulet
2025-12-10
1
-4
/
+7
*
proto: Rename CircuitAction and cie to CircuitEvent
David Goulet
2025-12-10
2
-75
/
+67
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
2
-6
/
+7
*
proto: Add TODO in client reactor for bad cell
David Goulet
2025-12-10
1
-0
/
+6
[prev]
[next]