aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | relay: Add needeed changes to dirmirror todo commentDavid Goulet2026-07-281-1/+2
* | | | | relay: Get rid of our custom relay desc uploaderDavid Goulet2026-07-281-51/+20
* | | | | relay: Use mpsc_channel_no_memquota for tasks' queueDavid Goulet2026-07-282-4/+5
* | | | | relay: Move authorities ownership to TorRelayDavid Goulet2026-07-282-20/+12
* | | | | relay: Adjust the try_send() error messageDavid Goulet2026-07-282-3/+6
* | | | | relay: Use warn_report on crypto task command failureDavid Goulet2026-07-281-1/+2
* | | | | relay: Use DirectHttpUploader for the desc taskDavid Goulet2026-07-281-31/+12
* | | | | relay: Return bug error if dir authority has no address(es)David Goulet2026-07-281-3/+4
* | | | | relay: Make compute_targets() not return an OptionDavid Goulet2026-07-281-10/+10
* | | | | relay: Remove runtime from desc task structDavid Goulet2026-07-282-13/+6
* | | | | relay: Add crypto task command channelDavid Goulet2026-07-284-12/+97
* | | | | relay: Pass the desc task TX to the crypto taskDavid Goulet2026-07-284-6/+28
* | | | | relay: Implement descriptor upload in desc taskDavid Goulet2026-07-282-10/+31
* | | | | relay: Pass the dirauth list to the desc taskDavid Goulet2026-07-283-11/+53
* | | | | relay: Initial skeleton of the descriptor upload taskDavid Goulet2026-07-284-0/+280
|/ / / /
* | | | Merge branch 'destroyreason' into 'main'gabi-2502026-07-282-3/+3
|\ \ \ \
| * | | | align DestroyReason with torspec!490ramdoys2026-07-282-3/+3
| |/ / /
* | | | tor-proto: build crypt state after building hop settingsSteven Engler2026-07-271-10/+10
* | | | tor-proto: move where we split 'crypt' in CREATE_FAST handshakeSteven Engler2026-07-271-2/+2
* | | | tor-proto: add some log messages after circuit handshakeSteven Engler2026-07-271-0/+5
|/ / /
* | | Merge branch 'clippy' into 'main'opara2026-07-275-16/+11
|\ \ \ | |/ / |/| |
| * | tor-proto: Remove a redundant explicit link targetIan Jackson2026-07-271-1/+1
| * | tor-hsservice: Remove a useless formatIan Jackson2026-07-271-4/+4
| * | tor-netdoc: Replace two open-coded slice::fillIan Jackson2026-07-272-6/+2
| * | tor-hscrypto: Replace .chunks_exact with .as_chunks (fmt)Ian Jackson2026-07-271-4/+4
| * | tor-hscrypto: Replace .chunks_exact with .as_chunksIan Jackson2026-07-271-3/+2
* | | Merge branch 'intern' into 'main'Ian Jackson2026-07-278-25/+25
|\ \ \
| * | | tor-netdoc: Make RouterStatus.port_policy use Intern, not ArcIan Jackson2026-07-272-2/+1
| * | | tor-netdoc: Make the str in a SoftwareVersion be Intern (fmt)Ian Jackson2026-07-271-3/+1
| * | | tor-netdoc: Make the str in a SoftwareVersion be InternIan Jackson2026-07-272-3/+4
| * | | tor-protover: Use GloballyInternableIan Jackson2026-07-272-12/+10
| * | | tor-protover: Replace Arc with InternIan Jackson2026-07-271-7/+7
| * | | tor-basic-utils: Intern is always CloneIan Jackson2026-07-273-1/+5
| |/ /
* | | Merge branch 'create-fast' into 'main'opara2026-07-275-79/+159
|\ \ \
| * | | tor-proto: add a TODO for crypt protocol and cc alg logicSteven Engler2026-07-271-0/+4
| * | | tor-proto: add `HandshakeSubprotocols`Steven Engler2026-07-272-9/+49
| * | | 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