summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-proto: remove `CircNetParameters::extend_by_ed25519_id`Steven Engler2026-07-274-10/+1
| * | | tor-proto: add `HopSettings::from_handshake_params()`Steven Engler2026-07-272-71/+115
| * | | tor-proto: require feat 'counter-galois-onion' for 'relay'Steven Engler2026-07-271-0/+1
| |/ /
* | | Merge branch 'testdata-export-bis' into 'main'Ian Jackson2026-07-2732-484/+728
|\ \ \
| * | | tor-netdoc testdata-live: Abolish selected_relays.rsIan Jackson2026-07-272-27/+0
| * | | tor-netdoc testdata-live: Switch to generated_consts.rsIan Jackson2026-07-271-61/+7
| * | | tor-netdoc testdata-live-download: Generate generated_consts.rsIan Jackson2026-07-272-1/+324
| * | | tor-netdoc testdata-live: Run a downloadIan Jackson2026-07-2728-396/+398
* | | | Merge branch 'testdata-report-nits' into 'main'Ian Jackson2026-07-271-1/+5
|\| | | | |/ / |/| |
| * | tor-netdoc testdata-live: Add a comment about running without downloadIan Jackson2026-07-271-0/+4
| * | tor-netdoc testdata-live: Fail if curl failsIan Jackson2026-07-271-1/+1
* | | Merge branch 'remove-expect-unused' into 'main'Ian Jackson2026-07-272-2/+2
|\ \ \
| * | | arti-relay: Add back allow(clippy::unused_async)Gabriela Moldovan2026-07-272-0/+2
| * | | arti-relay: Remove unused_async clippy escape hatchGabriela Moldovan2026-07-272-2/+0
* | | | Merge branch 'netdoc-affordances' into 'main'Ian Jackson2026-07-276-20/+38
|\ \ \ \
| * | | | tor-netdoc: docs: fix typos and linkifyIan Jackson2026-07-271-2/+2
| * | | | tor-netdoc: Don't writhe in a doc commentIan Jackson2026-07-271-1/+1
| * | | | tor-netdoc: derive Hash for netstatus::ConsensusMethodsIan Jackson2026-07-232-1/+2
| * | | | tor-netdoc: Use encode_netdoc_unsigned in several placesIan Jackson2026-07-233-19/+9
| * | | | tor-netdoc: Provide free functions for encodingIan Jackson2026-07-232-0/+27
| |/ / /
* | | | Merge branch 'testdata-export' into 'main'Ian Jackson2026-07-2765-391/+508
|\ \ \ \ | | |/ / | |/| |
| * | | tor-netdoc testdata-live: Export for the benefit of other cratesIan Jackson2026-07-232-0/+89
| * | | Require derive-deftly 1.11.4Ian Jackson2026-07-2334-35/+35
| * | | tor-netdoc testdata-live: Run a downloadIan Jackson2026-07-2328-356/+367
| * | | tor-netdoc testdata-live: Write out a selected_relays.rs fileIan Jackson2026-07-231-0/+17
* | | | Merge branch 'promote-supported-consensus' into 'main'gabi-2502026-07-276-17/+37
|\ \ \ \
| * | | | Move supported consensus methods iteration to tor-dirauth from arti-dirauthIan Jackson2026-07-236-17/+37
| | |/ / | |/| |
* | | | Merge branch 'use-chutney-shadow' into 'main'Jim Newsome2026-07-237-47/+104
|\ \ \ \
| * | | | .gitignore: ignore default integration-e2e-shadow output dirJim Newsome2026-07-231-0/+2
| * | | | integration-e2e-shadow: change default data-dir to TOPLEVEL/chutney-netJim Newsome2026-07-232-3/+5
| * | | | integration-e2e-shadow: move artifacts into nodes dirJim Newsome2026-07-233-18/+23
| * | | | integration-e2e-shadow: config and init outside of shadowJim Newsome2026-07-231-10/+19
| * | | | chutney test: split network init from network bootstrapJim Newsome2026-07-233-10/+16
| * | | | integration-e2e-shadow: inline integration-e2eJim Newsome2026-07-231-2/+30
| * | | | integration-e2e-shadow: add support for subcommandsJim Newsome2026-07-231-1/+3
| * | | | integration-e2e-shadow: split out helper _configure_and_run_shadowJim Newsome2026-07-231-10/+13
|/ / / /
* | | | Merge branch 'limit_warn' into 'main'Jim Newsome2026-07-232-3/+47
|\ \ \ \
| * | | | arti: Ratelimit proxy error reportssyphyr2026-07-232-3/+47
|/ / / /
* | | | Merge branch 'circhop-handlemsg' into 'main'gabi-2502026-07-233-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | proto: Include the actual cell command in an error messageGabriela Moldovan2026-07-231-3/+5
| * | | proto: Remove feature-gating from CircHop::handle_msg()Gabriela Moldovan2026-07-233-6/+4
|/ / /
* | | Merge branch 'arti-authority-plugin-1' into 'main'Ian Jackson2026-07-237-0/+236
|\ \ \
| * | | arti-dirauth: Correct URL for authority-plugin.mdIan Jackson2026-07-231-1/+1
| * | | arti-dirauth: FilenameOrStdio: Add doc and comments about permissionsIan Jackson2026-07-231-0/+3
| * | | arti-dirauth: FilenameOrStdio: Discussion of leftover .tmp filesIan Jackson2026-07-231-0/+11
| * | | arti-dirauth: FilenameOrStdio: Clarify a TODOIan Jackson2026-07-231-1/+2
| * | | arti-dirauth: Provide a command to dump the specIan Jackson2026-07-231-0/+21
| * | | arti-dirauth: Move plugin spec to crate subdirIan Jackson2026-07-231-0/+0
| * | | arti-dirauth: Add a divider commentIan Jackson2026-07-231-0/+2
| * | | arti authority plugin: Implement list-methodsIan Jackson2026-07-212-4/+27