summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | | | Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-194-19/+15
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | retry-error: Document why we don't need (and can't use) ErrorSources.Nick Mathewson2026-02-191-0/+4
| * | | | | | arti-rpc-client-core: Document why we don't need ErrorSources.Nick Mathewson2026-02-161-0/+4
| * | | | | | arti-client: Use ErrorSources to find best hint for an error.Nick Mathewson2026-02-161-9/+5
| * | | | | | tor-basic-utils: Simplify ErrorSources iterator.Nick Mathewson2026-02-161-10/+2
* | | | | | | Merge branch 'upgrade-criterion' into 'main'Alexander Hansen Færøy2026-02-191-14/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | deps: ran 'cargo update -p criterion'Steven Engler2026-02-191-14/+14
* | | | | | | Merge branch 'ahf/2367-bugfix' into 'main'Alexander Hansen Færøy2026-02-191-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Add compare_to check for cargo-audit changes rules check.Alexander Hansen Færøy2026-02-191-1/+3
|/ / / / / / /
* | | | | | | Merge branch 'ahf/cargo-audit-ci' into 'main'Alexander Hansen Færøy2026-02-191-0/+22
|\ \ \ \ \ \ \
| * | | | | | | Allow cargo-audit CI job to fail for MR's with no changes to **/Cargo.lock.Alexander Hansen Færøy2026-02-181-0/+22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ahf/msrv-policy-change' into 'main'wesleyac2026-02-191-7/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Switch to new policy for MSRV upgrades.Alexander Hansen Færøy2026-02-171-7/+5
| |/ / / / /
* | | | | | Merge branch 'docs/resolve-option-general-example' into 'main'Nick Mathewson2026-02-181-10/+39
|\ \ \ \ \ \
| * | | | | | Document resolve_option_general behaviormoumenalaoui2026-02-181-10/+39
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'update-native-tls' into 'main'opara2026-02-181-10/+10
|\ \ \ \ \ \
| * | | | | | deps: ran 'cargo update -p native-tls'Steven Engler2026-02-181-10/+10
|/ / / / / /
* | | | | | Merge branch 'allow_unused_async_in_stub' into 'main'Nick Mathewson2026-02-181-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | hsclient: Suppress unused-async warning when building without pow.Nick Mathewson2026-02-181-0/+1
|/ / / / /
* | | | | Merge branch 'cli-extra' into 'main'opara2026-02-181-0/+1
|\ \ \ \ \
| * | | | | arti: Enable experimental-api for onion-service-cli-extraGabriela Moldovan2026-02-181-0/+1
* | | | | | Merge branch 'cert-specifiers' into 'main'David Goulet2026-02-182-5/+141
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | relay-crypto: Add a certificate specifier for KP_relaysign_ed (fmt)Gabriela Moldovan2026-02-171-4/+1
| * | | | | relay-crypto: Add a certificate specifier for KP_relaysign_edGabriela Moldovan2026-02-171-0/+68
| * | | | | keymgr: Extend d-d helper to derive KeyCertificateSpecifiersGabriela Moldovan2026-02-171-0/+71
| * | | | | relay-crypto: Derive Copy and Clone for the relay key specifiersGabriela Moldovan2026-02-171-5/+5
| |/ / / /
* | | | | Merge branch 'hsc-key-int-test' into 'main'gabi-2502026-02-173-92/+151
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arti: test: hsc: add test get_fails_if_no_gen_and_no_keyhjrgrn2026-02-173-92/+151
|/ / / /
* | | | Merge branch 'upgrade-tls' into 'main'opara2026-02-164-50/+19
|\ \ \ \
| * | | | deps: ran 'cargo update -p [email protected]'Steven Engler2026-02-161-2/+2
| * | | | deps: ran 'cargo update -p [email protected]'Steven Engler2026-02-161-1/+1