summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'resume' into 'main'opara2026-02-242-2/+17
|\ \
| * | tor-rtcompat: disable rustls session resumptionSteven Engler2026-02-242-2/+17
* | | Merge branch 'rtcompat-unfold-2070' into 'main'opara2026-02-242-88/+20
|\ \ \
| * | | tor-rtcompat: unfold for smol incoming streamsmoumenalaoui2026-02-191-41/+11
| * | | tor-rtcompat: unfold for async-std incoming streamsmoumenalaoui2026-02-191-47/+9
* | | | Merge branch 'err-msgs' into 'main'David Goulet2026-02-242-8/+15
|\ \ \ \
| * | | | arti-relay: fix stale commentSteven Engler2026-02-231-1/+1
| * | | | arti-relay: add more error contextSteven Engler2026-02-231-6/+12
| * | | | arti-relay: don't warn if key gen was successfulSteven Engler2026-02-231-1/+2
* | | | | tor-config: future-proof #[cfg] attribute.Nick Mathewson2026-02-241-17/+17
* | | | | arti: Fix some visibility-based compilation errors.Nick Mathewson2026-02-242-6/+10
* | | | | arti: Migrate top-level configuration to dd(TorConfig).Nick Mathewson2026-02-244-144/+83
* | | | | arti: Port rpc configuration to dd(TorConfig).Nick Mathewson2026-02-243-74/+74
* | | | | tor-config: Add an option to reject configured-out optionsNick Mathewson2026-02-241-6/+55
* | | | | tor-config: Have macros document more types and fnsNick Mathewson2026-02-242-0/+3
* | | | | arti: Port logging config to dd(TorConfig)Nick Mathewson2026-02-242-132/+71
* | | | | tor-config: Fix cfg() on sub_buildersNick Mathewson2026-02-241-0/+12
* | | | | tor-relay: convert to derive_deftly(TorConfig)Nick Mathewson2026-02-242-56/+44
* | | | | arti-client: Convert config to derive_deftly(TorConfig).Nick Mathewson2026-02-241-115/+94
* | | | | memquota: Implement ExtendBuilder for config builder.Nick Mathewson2026-02-241-0/+13
* | | | | keymgr: Port to derive_deftly(TorConfig)Nick Mathewson2026-02-241-44/+33
|/ / / /
* | | | relay-crypto: Move comments above [derive] to be consistent accross codebaseDavid Goulet2026-02-231-7/+7
* | | | relay: Setup const for hardcoded value in crypto taskDavid Goulet2026-02-231-8/+13
* | | | relay: Log when key generation yields an existing key errorDavid Goulet2026-02-231-1/+4
* | | | relay: Simplify the crypto rotation task rotate_key()David Goulet2026-02-231-17/+11
* | | | relay: Get rid of start_task() for readabilityDavid Goulet2026-02-232-22/+10
* | | | relay: Generate relay identities at initDavid Goulet2026-02-232-7/+17
* | | | relay: Implement a helper to build RelayIdentitiesDavid Goulet2026-02-233-7/+116
* | | | relay-crypto: Fix the gen relay signing keypair typoDavid Goulet2026-02-231-3/+3
* | | | proto: Modify RelayIdentities to have encodable certDavid Goulet2026-02-232-14/+17
* | | | relay-crypto: Add gen_tls_cert() helper functionDavid Goulet2026-02-232-1/+18
* | | | relay: Remove unused ephemeral keystoreDavid Goulet2026-02-231-5/+1
* | | | relay: Move try_generate_keys() into crypto taskDavid Goulet2026-02-232-39/+29
* | | | relay: Add a crypto task for key rotationDavid Goulet2026-02-233-1/+183
* | | | relay-crypto: Add missing helper functionsDavid Goulet2026-02-231-0/+13
* | | | relay-crypto: Add link signing key specifierDavid Goulet2026-02-231-0/+32
| |/ / |/| |
* | | Merge branch 'config-migrate-part1' into 'main'gabi-2502026-02-2017-217/+166
|\ \ \ | |/ / |/| |
| * | hsservice: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-173-31/+46
| * | tor-config: fix and improve ExtendBuilder override.Nick Mathewson2026-02-172-3/+15
| * | tor-config: derive list builders with the visibility of their setters.Nick Mathewson2026-02-171-1/+1
| * | tor-hsrproxy: migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-172-29/+7
| * | ptmgr: Migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-172-12/+12
| * | chanmgr: migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-172-14/+14
| * | dircommon: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-175-120/+66
| * | guardmgr: Migrate config to derive_deftly.Nick Mathewson2026-02-171-7/+5
* | | proto: Filter the IP address in the channel's OwnedChanTargetDavid Goulet2026-02-191-23/+35
* | | proto: Reuse the RelayIds builder during the handshakeDavid Goulet2026-02-191-18/+11
* | | proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-198-72/+37
* | | chanmgr: Add a TODO() for logging PeerAddr instaed of ChanTargetDavid Goulet2026-02-191-0/+4
* | | chanmgr: Fix channel builder commentDavid Goulet2026-02-191-6/+1