aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | proto: Client channel need to consider PT for the targetDavid Goulet2026-02-121-6/+21
* | proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-121-6/+4
* | proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-4/+13
|/
* proto: Move CREATE helpers to a shared moduleGabriela Moldovan2026-02-052-65/+1
* proto: Add missing clock_skew() to unverified channelsDavid Goulet2026-02-041-6/+3
* proto: Make channel client to use a specific typeDavid Goulet2026-02-041-38/+43
* proto: Avoid locking in CircHopOutbound::ccontrol()Gabriela Moldovan2026-01-291-1/+1
* proto: Rip CC state out of CircHopInboundGabriela Moldovan2026-01-291-5/+1
* proto: Factor ReactorResultChannel into the shared reactor moduleGabriela Moldovan2026-01-291-3/+1
* proto; Factor HOPS constant out of maybenot_paddingGabriela Moldovan2026-01-291-3/+1
* proto: Move padding_disposition() to the shared padding moduleGabriela Moldovan2026-01-291-54/+5