summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | proto: Make CGO feature require CCNick Mathewson2025-08-061-1/+1
| * | | | | | | proto: remove code that had disabled CGO.Nick Mathewson2025-08-061-9/+0
* | | | | | | | Merge branch 'update_to_edition_2024_v2' into 'main'Nick Mathewson2025-08-07453-1580/+1905
|\ \ \ \ \ \ \ \
| * | | | | | | | Resolve a rustdoc warningNick Mathewson2025-08-071-1/+1
| * | | | | | | | Revert confusing change to use of StreamExt::into_futureNick Mathewson2025-08-071-2/+5
| * | | | | | | | Rename variables named "gen"Nick Mathewson2025-08-072-6/+6
| * | | | | | | | Fix warnings and errors from edition 2024.Nick Mathewson2025-08-0714-82/+70
| * | | | | | | | Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-07446-1435/+1747
| * | | | | | | | Update code for Edition 2024Nick Mathewson2025-08-0734-67/+89
* | | | | | | | | Merge branch 'gsoc-integrity-check-sketch' into 'main'gabi-2502025-08-071-0/+169
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | doc: dev: notes: Add keys-integrity-check.mdhjrgrn2025-08-071-0/+169
* | | | | | | | | Merge branch 'fix-quote' into 'main'David Goulet2025-08-071-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tor-protover: small comment formatting fixSteven Engler2025-08-061-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'improve-keys-list' into 'main'David Goulet2025-08-072-17/+88
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | doc: Update keys.mdhjrgrn2025-08-061-0/+24
| * | | | | | | | arti: keys: Improve CLI output by distinguishing KeyPath variantshjrgrn2025-08-061-17/+64
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'update-contributing-docs' into 'main'gabi-2502025-08-071-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | docs: add safety note to README (re: building arti)Steven Engler2025-08-061-0/+5
| |/ / / / / /
* | | | | | | Merge branch 'flowctrl_cc-is-supported' into 'main'Nick Mathewson2025-08-063-12/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | obfs4-checker: do not enable tor-proto/experimental.Nick Mathewson2025-08-061-1/+1
| * | | | | 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 'update-contributing-docs' into 'main'Ian Jackson2025-08-061-0/+20
|\ \ \ \ \
| * | | | | docs: reword contributing guide note about gitlabSteven Engler2025-08-051-7/+15
| * | | | | docs: can't accept code contributions atmSteven Engler2025-08-041-0/+12
* | | | | | Merge branch 'msrv-fixes' into 'main'Nick Mathewson2025-08-055-18/+25
|\ \ \ \ \ \
| * | | | | | 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-053-12/+14
* | | | | | | 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-0566-85/+83
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Try updating the miri toolchain tooNick Mathewson2025-08-051-2/+2