summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'doc-digest-reorg' into 'main'Clara Engler2026-05-2712-67/+178
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tor-netdoc: Implement encoding for md rs digestIan Jackson2026-05-182-1/+14
| * | | | | | tor-netdoc: Fix comment about from_unparsedIan Jackson2026-05-181-1/+1
| * | | | | | tor-netdoc: Tidy doc_digest_parse2_m into doc_digest_item_mIan Jackson2026-05-182-5/+5
| * | | | | | tor-netdoc: rs referenced doc digests: Use FixedB64 (fmt)Ian Jackson2026-05-181-2/+1
| * | | | | | tor-netdoc: rs referenced doc digests: Use FixedB64Ian Jackson2026-05-187-43/+23
| * | | | | | tor-netdoc: relay flags with: Use ns_type! rather than conditional importIan Jackson2026-05-181-4/+7
| * | | | | | tor-netdoc: Fix comments in rs variety filesIan Jackson2026-05-183-3/+3
| * | | | | | tor-netdoc: Fix NotPresent to use same Each valueIan Jackson2026-05-183-13/+93
| * | | | | | tor-netdoc: Document that parse2 vs encode multiplicity match req'tIan Jackson2026-05-183-4/+40
* | | | | | | Merge branch 'relay-destroy' into 'main'gabi-2502026-05-263-31/+161
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | proto: Remove TODOs about flushing pending dataGabriela Moldovan2026-05-262-8/+0
| * | | | | | proto: Remove unused asyncGabriela Moldovan2026-05-201-3/+2
| * | | | | | proto: Make TRUNCATE trigger a proto violationGabriela Moldovan2026-05-202-5/+25
| * | | | | | proto: Add some tests for DESTROY handlingGabriela Moldovan2026-05-201-1/+60
| * | | | | | proto: Make do_create2_handshake() check EXTENDED2 was sentGabriela Moldovan2026-05-201-1/+19
| * | | | | | proto: Extend helper to check that DESTROY was sent in both directionsGabriela Moldovan2026-05-201-7/+21
| * | | | | | proto: Rename a test helper and adjust its docsGabriela Moldovan2026-05-201-7/+6
| * | | | | | proto: Return the CircId from test handshake helperGabriela Moldovan2026-05-201-2/+4
| * | | | | | proto: Add test helper for sending AnyChanMsgsGabriela Moldovan2026-05-201-0/+5
| * | | | | | proto: Add a comment clarifying why we don't need to propagate DESTROYGabriela Moldovan2026-05-201-0/+7
| * | | | | | proto: Adjust DESTROY-related logs in the backward reactorGabriela Moldovan2026-05-201-2/+6
| * | | | | | proto: Pass the cell by reference to resolve a warningGabriela Moldovan2026-05-201-3/+2
| * | | | | | proto: Log a message when a forward DESTROY comes alongGabriela Moldovan2026-05-201-3/+15
| | |/ / / / | |/| | | |
* | | | | | relay: Use futures::select instead of tokioDavid Goulet2026-05-262-5/+5
* | | | | | relay: Avoid using super::super:: and instead importDavid Goulet2026-05-261-14/+14
* | | | | | relay: Use a struct for key valid_until cacheDavid Goulet2026-05-262-88/+83
* | | | | | relay: Rename crypto task reconcile() to recompute_valid_until()David Goulet2026-05-262-9/+9
* | | | | | relay: .expect() on mutex lock failureDavid Goulet2026-05-262-26/+20
* | | | | | relay: Small move of imports (fmt)David Goulet2026-05-261-5/+5
* | | | | | relay: Crypto task now listens for new consensusDavid Goulet2026-05-263-42/+108
* | | | | | relay: Add unit test for key view reconcile()David Goulet2026-05-262-1/+152
* | | | | | relay: Fix unit tests after crypto task rewriteDavid Goulet2026-05-261-56/+21
* | | | | | relay: Crypto task removal of get_ntor_keys()David Goulet2026-05-262-48/+2
* | | | | | relay: Set the FullKeyView in InerTorRelayDavid Goulet2026-05-264-105/+37
* | | | | | relay: Crypto task uses the key view reconcile()David Goulet2026-05-261-38/+28
* | | | | | relay: Add key view reconcile() for the valid_until cacheDavid Goulet2026-05-261-4/+72
* | | | | | relay: Unify crypto task try_rotate_keys()David Goulet2026-05-261-32/+20
* | | | | | relay: Spawn new crypto reactorDavid Goulet2026-05-262-59/+24
* | | | | | relay: Crypto task try_generate_all is simplifiedDavid Goulet2026-05-261-28/+20
* | | | | | relay: Simplify the remove expired keys processDavid Goulet2026-05-261-37/+16
* | | | | | relay: Fix race between key view and keymgr updateDavid Goulet2026-05-261-1/+10
* | | | | | relay: Copy try_rotate_keys() into crypto reactorDavid Goulet2026-05-261-1/+25
* | | | | | relay: Implement new crypto reactor run_once()David Goulet2026-05-262-13/+60
* | | | | | relay: Crypto new reactor scaffoldingDavid Goulet2026-05-262-1/+35
* | | | | | relay: Add FullKeyView in the crypto task moduleDavid Goulet2026-05-262-0/+191
| |_|/ / / |/| | | |
* | | | | relay: Don't error when metrics is configured but disabled.Wesley Aptekar-Cassels2026-05-261-4/+2
* | | | | arti-relay: Add metrics exporter.Wesley Aptekar-Cassels2026-05-263-1/+46
* | | | | Move metrics config types to tor-config.Wesley Aptekar-Cassels2026-05-263-30/+36
* | | | | Merge branch 'stabilize-flowctl-cc' into 'main'Nick Mathewson2026-05-264-8/+10
|\ \ \ \ \