summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client
Commit message (Expand)AuthorAgeFilesLines
* proto: Replace outdated references to RawCellStreamGabriela Moldovan2026-05-283-4/+4
* tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`Steven Engler2026-05-211-4/+1
* tor-proto: move memquota stream account arg to last positionSteven Engler2026-05-213-8/+8
* tor-proto: clean up `CIRCUIT_BUFFER_SIZE`Steven Engler2026-05-211-4/+0
* tor-proto: move more stream queue init to reactorSteven Engler2026-05-214-80/+8
* tor-proto: add `ReactorStreamComponents` to bundle return valsSteven Engler2026-05-204-21/+29
* tor-proto: move stream incoming queue init to reactorSteven Engler2026-05-204-36/+46
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-4/+4
* tor-proto: clean up return type of `Circuit::begin_stream()`Steven Engler2026-05-112-13/+8
* tor-proto: indentation cleanupSteven Engler2026-05-111-20/+15
* tor-proto: reorg error handling for BeginStream reactor cmdSteven Engler2026-05-112-10/+26
* proto: Derive PartialEq for MetaCellDispositionGabriela Moldovan2026-05-071-1/+1
* 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