aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-234-7/+119
| * | | | 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 'oniux-0.8.1' into 'main'Alexander Hansen Færøy2026-02-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | web: oniux 0.8.1Clara Engler2026-02-081-1/+1
* | | | Merge branch 'shellexpand' into 'main'opara2026-02-231-2/+2
|\ \ \ \
| * | | | Update shellexpand to fix nightly build failureIan Jackson2026-02-231-2/+2
|/ / / /
* | | | Merge branch 'config-migrate-part1' into 'main'gabi-2502026-02-2018-220/+169
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-173-30/+7
| * | | ptmgr: Migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-173-12/+13
| * | | chanmgr: migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-173-15/+15
| * | | dircommon: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-176-121/+67
| * | | guardmgr: Migrate config to derive_deftly.Nick Mathewson2026-02-171-7/+5
* | | | Merge branch 'chan-target-v2' into 'main'David Goulet2026-02-1919-229/+333
|\ \ \ \
| * | | | 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
| * | | | proto: Use constructor for PeerInfo instead of BuilderDavid Goulet2026-02-192-18/+16
| * | | | proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-194-31/+41
| * | | | proto: Fix clippy errorsDavid Goulet2026-02-191-3/+1
| * | | | proto: Put a PeerInfo in ChannelDavid Goulet2026-02-193-3/+40
| * | | | proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-1913-113/+115
| * | | | proto: Add PeerInfo and PeerAddr in src/peer.rsDavid Goulet2026-02-193-0/+163
| * | | | proto: Remove unused ChannelBuilderDavid Goulet2026-02-193-79/+5
| * | | | linkspec: Add missing feature gateDavid Goulet2026-02-191-0/+1
|/ / / /
* | | | Merge branch 'renumber-release' into 'main'Nick Mathewson2026-02-191-7/+7
|\ \ \ \
| * | | | Release.md: Re-number post-release steps.Nick Mathewson2026-02-191-7/+7
* | | | | Merge branch 'generate_rsa_crosscert' into 'main'Nick Mathewson2026-02-193-5/+141
|\ \ \ \ \
| * | | | | tor-cert: Ability to create Rsa->Ed25519 crosscerts.Nick Mathewson2026-02-193-5/+141
* | | | | | Merge branch 'ticket_3548' into 'main'Nick Mathewson2026-02-196-103/+164
|\ \ \ \ \ \
| * | | | | | arti: Fix up proxy launching documentationNick Mathewson2026-02-192-3/+5
| * | | | | | arti: Extract responsibility for port listing.Nick Mathewson2026-02-196-98/+108
| * | | | | | arti: Refactor socks proxy launcher function.Nick Mathewson2026-02-192-16/+40
| * | | | | | arti: Refactor dns proxy launcher function.Nick Mathewson2026-02-192-9/+34