summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | arti: keys: Improve CLI output by distinguishing KeyPath variantshjrgrn2025-08-061-17/+64
* | | arti-client: Fix test for FlowCtrl=2.Nick Mathewson2025-08-061-3/+3
* | | tor_proto: add FLOWCTRL_CC to supported_client_protocolsNick Mathewson2025-08-062-10/+28
|/ /
* | Merge branch 'msrv-fixes' into 'main'Nick Mathewson2025-08-054-18/+24
|\ \
| * | arti::socks: Resolve a TODO MSRV entry.Nick Mathewson2025-08-051-6/+3
| * | hsservice: copy our TODO about eventually replacing once_cell.Nick Mathewson2025-08-051-0/+8
| * | tor-cell: Check strictly-ascending property more efficientlyNick Mathewson2025-08-052-12/+13
* | | Merge branch 'prop362-fixups' into 'main'wesleyac2025-08-057-77/+289
|\ \ \ | |/ / |/| |
| * | tor-hsservice: cargo fmt.Wesley Aptekar-Cassels2025-08-051-1/+1
| * | tor-hsservice: Fix clippy lints.Wesley Aptekar-Cassels2025-08-051-2/+2
| * | tor-hsservice: Use saturating versions of time math functions.Wesley Aptekar-Cassels2025-08-051-1/+3
| * | tor-hsservice: Remove redundant check.Wesley Aptekar-Cassels2025-08-051-7/+1
| * | tor-hsservice: Don't panic on PoW main loop error.Wesley Aptekar-Cassels2025-08-051-5/+8
| * | tor-hsservice: Change detection of empty queue in tests.Wesley Aptekar-Cassels2025-08-051-3/+3
| * | tor-hsservice: Clean up use of MockRuntime functions.Wesley Aptekar-Cassels2025-08-051-10/+2
| * | tor-hsservice: Refactor PoW test helper functions.Wesley Aptekar-Cassels2025-08-051-57/+56
| * | tor-hsservice: Make PoW timeout logic smarter.Wesley Aptekar-Cassels2025-08-051-5/+11
| * | tor-hsservice: Make several PoW loop functions return Result.Wesley Aptekar-Cassels2025-08-051-6/+12
| * | tor-hsservice: Add explanation of REND_REQUEST_QUEUE_MAX_DEPTH default.Wesley Aptekar-Cassels2025-08-051-0/+6
| * | tor-hsservice: Clean up try_from syntax.Wesley Aptekar-Cassels2025-08-051-4/+6
| * | tor-cell: Add ProofOfWorkV1::cap_effort function.Wesley Aptekar-Cassels2025-08-052-6/+11
| * | tor-hsservice: Make main_loop_task return Result.Wesley Aptekar-Cassels2025-08-051-5/+11
| * | tor-hsservice: Time out RendRequests in PoW queue.Wesley Aptekar-Cassels2025-08-052-14/+94
| * | tor-hsservice: Increase rend request queue depth.Wesley Aptekar-Cassels2025-08-051-2/+3
| * | tor-hsservice: Persist suggested_effort.Wesley Aptekar-Cassels2025-08-052-6/+15
| * | tor-hsservice: Add consensus params for Prop 362.Wesley Aptekar-Cassels2025-08-055-26/+127
* | | Merge branch 'msrv-1.85' into 'main'Nick Mathewson2025-08-0561-77/+75
|\ \ \ | |/ / |/| |
| * | Remove a now-needless doc comment.Nick Mathewson2025-08-051-2/+0
| * | Bump to hex-literal 1.0Nick Mathewson2025-08-0514-15/+15
| * | Set MSRV to 1.85.Nick Mathewson2025-08-0560-60/+60
* | | Merge branch 'semver' into 'main'Nick Mathewson2025-08-054-12/+0
|\ \ \
| * | | Remove semver.md files, post-release.Ian Jackson2025-08-054-12/+0
* | | | Merge branch 'windows_warnings' into 'main'opara2025-08-055-0/+10
|\ \ \ \
| * | | | Fix Windows compile warningsTobias Stoeckmann2025-08-055-0/+10
| | |_|/ | |/| |
* | | | tor-proto: make stream recv queues unbounded if "flowctl-cc" enabledSteven Engler2025-08-055-15/+54
* | | | tor-async-utils: impl `SinkTrySend` for `mpsc::UnboundedSender`Steven Engler2025-08-051-0/+19
| |_|/ |/| |
* | | Merge branch 'use-cc' into 'main'Nick Mathewson2025-08-054-51/+30
|\ \ \
| * | | arti: add experimental "flowctl-cc" featureSteven Engler2025-08-041-1/+4
| * | | arti-client: add experimental "flowctl-cc" featureSteven Engler2025-08-041-0/+2
| * | | tor-proto: use congestion control when "flowctl-cc" is enabledSteven Engler2025-08-042-50/+24
| |/ /
* | | circmgr: Feature gate multi path tunnel with conflux flagDavid Goulet2025-08-053-6/+15
* | | test: Fix build issues likely due to past rebase conflictsDavid Goulet2025-08-051-1/+2
* | | Revert "circmgr: Feature-gate all the onion service tunnel types."Gabriela Moldovan2025-08-052-22/+2
* | | circmgr: Feature-gate all the onion service tunnel types.Gabriela Moldovan2025-08-052-2/+22
* | | proto: Deferred fmtGabriela Moldovan2025-08-052-4/+3
* | | hsservice: Do not send the REND1 to the virtual hop.Gabriela Moldovan2025-08-051-2/+5
* | | Do not fully-qualify Sync.Gabriela Moldovan2025-08-053-15/+15
* | | proto: Fix infinite recursion in ClientTunnel::extend().Gabriela Moldovan2025-08-051-2/+2
* | | conflux: Adjust docs and fix doc links.Gabriela Moldovan2025-08-0510-34/+36
* | | circmgr: Fix hs-service feature gatingGabriela Moldovan2025-08-051-1/+1