aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clippy-fixes' into 'main'gabi-25013 days3-3/+6
|\
| * tor-proto: fix a `clippy::unnecessary_filter_map`Steven Engler2026-08-111-0/+2
| * tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`Steven Engler2026-08-112-2/+3
| * tor-proto: fix a 'clippy::useless_conversion'Steven Engler2026-08-111-1/+1
* | tor-proto: change some instances of `sendme_inc` to u8Steven Engler2026-08-121-1/+1
|/
* proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-033-17/+17
* proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-033-22/+22
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-034-24/+88
* proto: Rename CircId and UniqId variable nameDavid Goulet2026-08-034-15/+15
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-303-6/+6
* proto: Remove feature-gating from CircHop::handle_msg()Gabriela Moldovan2026-07-231-1/+3
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* proto: log virtual hop additions at trace.Nick Mathewson2026-07-021-0/+2
* proto: Improve/clarify documentation on extend_virtual.Nick Mathewson2026-07-021-0/+8
* Upgrade to itertools 0.15.0Nick Mathewson2026-07-011-10/+9
* 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