summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \
| * | | | | arti: move 'flowctl-cc' from 'experimental' to 'full'Steven Engler2026-05-221-2/+2
| * | | | | arti-client: move 'flowctl-cc' from 'experimental' to 'full'Steven Engler2026-05-221-2/+3
| * | | | | tor-circmgr: move 'flowctl-cc' from 'experimental' to 'full'Steven Engler2026-05-221-2/+3
| * | | | | tor-proto: move 'flowctl-cc' from 'experimental' to 'full'Steven Engler2026-05-221-2/+2
* | | | | | Merge branch '3777_rebased' into 'main'Nick Mathewson2026-05-265-5/+30
|\ \ \ \ \ \
| * | | | | | ptmgr: Defer proxy protocol string conversionNihal2026-05-264-8/+12
| * | | | | | ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-264-4/+25
* | | | | | | Merge branch 'fix-channel-build-task-disappeared' into 'main'Nick Mathewson2026-05-264-119/+188
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tor-chanmgr: Notify waiters when a launch is cancelledBoris Nagaev2026-05-044-119/+188
* | | | | | | Merge branch 'srv-fixes' into 'main'gabi-2502026-05-262-34/+147
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | hsservice: Set the current random value for the custom netdirGabriela Moldovan2026-05-211-1/+1
| * | | | | | netdir: Add a debug_assert to ensure the voting interval is non-zeroGabriela Moldovan2026-05-211-0/+44
| * | | | | | netdir: Add a test for start_of_sr_protocol_run()Gabriela Moldovan2026-05-211-0/+77
| * | | | | | netdir: Make start_of_sr_round() fallibleGabriela Moldovan2026-05-211-10/+12
| * | | | | | netdir: Remove a no longer needed constantGabriela Moldovan2026-05-211-3/+0
| * | | | | | netdir: Remove start_of_day_containing()Gabriela Moldovan2026-05-211-29/+0
| * | | | | | netdir: Fix SRV lifetime calculation for non-standard voting periodsGabriela Moldovan2026-05-211-3/+25
* | | | | | | Merge branch 'no-version-override' into 'main'wesleyac2026-05-217-131/+11
|\ \ \ \ \ \ \
| * | | | | | | Remove `use_obsolete_software`.Nick Mathewson2026-05-147-135/+15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'socket-buf-size' into 'main'opara2026-05-2127-63/+433
|\ \ \ \ \ \ \
| * | | | | | | tor-rtcompat: improve comments related to socket optionsSteven Engler2026-05-212-3/+32
| * | | | | | | tor-proto: add note about proxy socket buf sizesSteven Engler2026-05-071-0/+1
| * | | | | | | arti: add 'proxy.socket_{send,recv}_buf_size' config optionsSteven Engler2026-05-074-23/+58