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 rpc: Turn tunnel paths into a dict
Nick Mathewson
2026-04-28
2
-9
/
+30
*
proto rpc: Change PathEntry to an enum.
Nick Mathewson
2026-04-28
1
-28
/
+30
*
proto: Add an RPC function to access tunnel and inspect its path.
Nick Mathewson
2026-04-28
1
-0
/
+222
*
proto: Allow DataStreamCtrl and ClientTunnel to be RPC objects.
Nick Mathewson
2026-04-28
1
-0
/
+5
*
tor-proto: Simplify a match+if statement.
Nick Mathewson
2026-04-21
1
-13
/
+5
*
proto: Remove re-export of MsgBuf in unit tests
David Goulet
2026-04-14
1
-1
/
+1
*
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
1
-178
/
+0
*
proto: Move channel client handshake tests into client module
David Goulet
2026-04-14
1
-0
/
+225
*
Merge branch 'create-fast' into 'main'
opara
2026-04-08
2
-10
/
+10
|
\
|
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
1
-2
/
+4
|
*
tor-proto: small cleanup of legacy code
Steven Engler
2026-04-08
1
-6
/
+1
|
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
1
-2
/
+5
*
|
tor-proto: lower log level of "removing circuit leg"
Steven Engler
2026-04-06
1
-1
/
+1
*
|
proto: Take current time as an argument when constructing padder.
Nick Mathewson
2026-03-31
2
-7
/
+12
|
/
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
1
-6
/
+6
*
proto: Add names to ignored variables
David Goulet
2026-03-30
1
-1
/
+1
*
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
1
-5
/
+4
*
chanmgr: Always use MaybeSensitive<PeerAddr> when building a channel
David Goulet
2026-03-30
1
-3
/
+3
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
6
-7
/
+10
*
proto: Move AllowAllStreamsFilter to crate-pub test module
Gabriela Moldovan
2026-03-25
1
-15
/
+3
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)
Gabriela Moldovan
2026-03-25
1
-12
/
+38
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()
Gabriela Moldovan
2026-03-25
1
-36
/
+39
*
proto: Move rmsg_to_ccmsg to crate-pub test module
Gabriela Moldovan
2026-03-25
1
-10
/
+1
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
1
-4
/
+5
*
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
1
-0
/
+3
*
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
1
-52
/
+18
*
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
[next]