summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client
Commit message (Expand)AuthorAgeFilesLines
* proto rpc: Turn tunnel paths into a dictNick Mathewson2026-04-282-9/+30
* proto rpc: Change PathEntry to an enum.Nick Mathewson2026-04-281-28/+30
* proto: Add an RPC function to access tunnel and inspect its path.Nick Mathewson2026-04-281-0/+222
* proto: Allow DataStreamCtrl and ClientTunnel to be RPC objects.Nick Mathewson2026-04-281-0/+5
* tor-proto: Simplify a match+if statement.Nick Mathewson2026-04-211-13/+5
* proto: Remove re-export of MsgBuf in unit testsDavid Goulet2026-04-141-1/+1
* proto: Add channel relay handshake unit testsDavid Goulet2026-04-141-178/+0
* proto: Move channel client handshake tests into client moduleDavid Goulet2026-04-141-0/+225
* Merge branch 'create-fast' into 'main'opara2026-04-082-10/+10
|\
| * tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-2/+4
| * tor-proto: small cleanup of legacy codeSteven Engler2026-04-081-6/+1
| * tor-proto: change channel to use `Runtime`Steven Engler2026-04-081-2/+5
* | tor-proto: lower log level of "removing circuit leg"Steven Engler2026-04-061-1/+1
* | proto: Take current time as an argument when constructing padder.Nick Mathewson2026-03-312-7/+12
|/
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-6/+6
* proto: Add names to ignored variablesDavid Goulet2026-03-301-1/+1
* proto: Add AuthLogAction enum helperDavid Goulet2026-03-301-5/+4
* chanmgr: Always use MaybeSensitive<PeerAddr> when building a channelDavid Goulet2026-03-301-3/+3
* tor-proto: Port to web-time-compatNick Mathewson2026-03-266-7/+10
* proto: Move AllowAllStreamsFilter to crate-pub test moduleGabriela Moldovan2026-03-251-15/+3
* proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)Gabriela Moldovan2026-03-251-12/+38
* proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()Gabriela Moldovan2026-03-251-36/+39
* proto: Move rmsg_to_ccmsg to crate-pub test moduleGabriela Moldovan2026-03-251-10/+1
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-191-4/+5
* proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-191-0/+3
* proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-191-52/+18
* proto: Move cert validation per specialized channelDavid Goulet2026-03-191-2/+41
* proto: Use RelayIds in a VerifiedChannelDavid Goulet2026-03-191-1/+1
* Fix grammar typosTobias Stoeckmann2026-03-151-2/+2
* Fix word duplicate typosTobias Stoeckmann2026-03-154-5/+5
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-031-4/+0
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-1/+1
* proto: Channel handshake minor cleanupDavid Goulet2026-03-031-3/+1
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-031-5/+9
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-2/+10
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-192-12/+5
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-192-25/+13
* Merge branch 'circ-sync-view-streams' into 'main'gabi-2502026-02-165-57/+9
|\
| * proto: Rename CircSyncView to CircHopSyncViewGabriela Moldovan2026-02-162-4/+4
| * proto: Remove unused n_open_streams() functionsGabriela Moldovan2026-02-161-17/+0
| * proto: Replace circuit-scoped n_open_streams() with per-hop alternativeGabriela Moldovan2026-02-161-1/+1
| * proto: Replace CircSyncView with previously client-only CircSyncViewGabriela Moldovan2026-02-164-36/+1
| * proto: Adjust visibility in client::reactor::CircSyncViewGabriela Moldovan2026-02-161-3/+3
| * proto: Use absolute path in CircHopList importGabriela Moldovan2026-02-161-1/+1
| * proto: Rename ClientCircSyncView to CircSyncViewGabriela Moldovan2026-02-163-6/+5
| * proto: Add an accessor for the CircHopOutbound of a CircHopGabriela Moldovan2026-02-161-0/+5
* | proto: Use is_multiple_of() as suggested by clippyGabriela Moldovan2026-02-161-1/+1
|/
* Merge branch 'early-relay' into 'main'gabi-2502026-02-121-13/+0
|\
| * Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-121-13/+0