summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client
Commit message (Expand)AuthorAgeFilesLines
* proto: log hop settings at trace upon client circuit opening.Nick Mathewson2026-06-231-1/+2
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-175-19/+6
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* proto: Move RateLimitedWriter to tor-async-utilsDavid Goulet2026-06-081-2/+3
* Merge branch 'destroy-cell3' into 'main'gabi-2502026-06-081-12/+1
|\
| * proto: Update the tests to use the new CircuitRx{Receiver,Sender}sGabriela Moldovan2026-06-081-12/+1
* | proto: Set the ClientDataStreamCtrl to None for relay streams (fmt)Gabriela Moldovan2026-06-081-5/+7
* | proto: Set the ClientDataStreamCtrl to None for relay streamsGabriela Moldovan2026-06-081-3/+3
* | proto: Make the ClientDataStreamCtrl optional throughoutGabriela Moldovan2026-06-081-12/+22
|/
* Merge branch 'minor-doc-fix' into 'main'gabi-2502026-06-021-1/+1
|\
| * proto: Fix typo in ResolveCmdChecker docsGabriela Moldovan2026-05-281-1/+1
* | 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