| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-proto: replace a tuple with a dedicated struct | Steven Engler | 2026-04-09 | 2 | -18/+29 | |
| | * | | | | | | tor-proto: give our ed ident to the channel reactor | Steven Engler | 2026-04-09 | 6 | -5/+48 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'ntor-keeeeys' into 'main' | gabi-250 | 2026-04-09 | 6 | -62/+366 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | proto: Apply deferred rustfmt | Gabriela Moldovan | 2026-04-09 | 1 | -1/+1 | |
| | * | | | | | | arti-relay: Use a SmallVec for the ntor keys | Gabriela Moldovan | 2026-04-09 | 3 | -2/+6 | |
| | * | | | | | | proto: Add method for installing ntor keys in the create handler | Gabriela Moldovan | 2026-04-09 | 2 | -3/+28 | |
| | * | | | | | | arti-relays: Pass a CreateRequestHandler to the crypto task (fmt) | Gabriela Moldovan | 2026-04-09 | 1 | -3/+8 | |
| | * | | | | | | arti-relays: Pass a CreateRequestHandler to the crypto task | Gabriela Moldovan | 2026-04-09 | 3 | -1/+5 | |
| | * | | | | | | arti-relay: Add tests for the ntor key rotation | Gabriela Moldovan | 2026-04-09 | 1 | -0/+53 | |
| | * | | | | | | arti-relay: Test that 1 ntor key gets generated on first run | Gabriela Moldovan | 2026-04-09 | 1 | -0/+7 | |
| | * | | | | | | arti-relay: Dedupe test helper | Gabriela Moldovan | 2026-04-09 | 1 | -16/+10 | |
| | * | | | | | | arti-relays: Extend existing tests to check ntor key rotation (fmt) | Gabriela Moldovan | 2026-04-09 | 1 | -1/+4 | |
| | * | | | | | | arti-relays: Extend existing tests to check ntor key rotation | Gabriela Moldovan | 2026-04-09 | 1 | -2/+6 | |
| | * | | | | | | arti-relay: Generate and rotate ntor keys | Gabriela Moldovan | 2026-04-09 | 1 | -10/+162 | |
| | * | | | | | | arti-relay: Add callbacks for deciding whether to expire and generate | Gabriela Moldovan | 2026-04-09 | 1 | -11/+26 | |
| | * | | | | | | arti-relay: Replace have_rotated bools with KeyChange (fmt) | Gabriela Moldovan | 2026-04-09 | 1 | -8/+14 | |
| | * | | | | | | arti-relay: Replace have_rotated bools with KeyChange | Gabriela Moldovan | 2026-04-09 | 1 | -15/+23 | |
| | * | | | | | | arti-relay: Add a struct describing a key change event | Gabriela Moldovan | 2026-04-09 | 1 | -0/+19 | |
| | * | | | | | | arti-relay: s/have_rotated/have_removed for clarity | Gabriela Moldovan | 2026-04-09 | 1 | -2/+2 | |
| | * | | | | | | relay-crypto: Add new RelayNtor key wrapper | Gabriela Moldovan | 2026-04-09 | 1 | -1/+6 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'ticket2440_01' into 'main' | David Goulet | 2026-04-09 | 7 | -66/+91 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | linkspec: Rename all_addrs_allowed_for_extend() | David Goulet | 2026-04-09 | 2 | -4/+6 | |
| | * | | | | | relay: Pass advertise SocketAddr to channel builder instead of IpAddr | David Goulet | 2026-04-09 | 6 | -22/+22 | |
| | * | | | | | chanmgr: Validate the ChanTarget for both client and relay | David Goulet | 2026-04-09 | 1 | -41/+64 | |
| * | | | | | | Merge branch 'log-ids' into 'main' | Jim Newsome | 2026-04-09 | 3 | -5/+13 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Log socks isolation | Jim Newsome | 2026-04-08 | 1 | -0/+1 | |
| | * | | | | | Log tunnel and circuit IDs | Jim Newsome | 2026-04-08 | 2 | -5/+12 | |
| | * | | | | | Fix log typo Preeemptive | Jim Newsome | 2026-04-08 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'untune-shadow-ci' into 'main' | Jim Newsome | 2026-04-09 | 1 | -5/+17 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | integration-shadow: remove torrc parameter tuning | Jim Newsome | 2026-04-08 | 1 | -5/+17 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'create-fast' into 'main' | gabi-250 | 2026-04-09 | 2 | -56/+71 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-proto: take `CreateRequest` message by reference | Steven Engler | 2026-04-08 | 2 | -6/+5 | |
| | * | | | | | | tor-proto: move a TODO | Steven Engler | 2026-04-08 | 1 | -2/+1 | |
| | * | | | | | | tor-proto: remove old TODO | Steven Engler | 2026-04-08 | 1 | -4/+1 | |
| | * | | | | | | tor-proto: rustfmt | Steven Engler | 2026-04-08 | 1 | -6/+3 | |
| | * | | | | | | tor-proto: move CREATE_FAST handling | Steven Engler | 2026-04-08 | 1 | -45/+43 | |
| | * | | | | | | tor-proto: prepare to move CREATE_FAST handling to a helper | Steven Engler | 2026-04-08 | 1 | -8/+34 | |
| | * | | | | | | tor-proto: remove old TODO | Steven Engler | 2026-04-08 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'fix-test-advance-by' into 'main' | David Goulet | 2026-04-09 | 1 | -6/+2 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | arti-relay: Fix test MockRuntime::advance_by() usage | Gabriela Moldovan | 2026-04-09 | 1 | -6/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'rustls-defaults' into 'main' | Nick Mathewson | 2026-04-08 | 11 | -44/+113 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti-relay: Change CryptoProvider to aws-lc-rs. | Nick Mathewson | 2026-04-08 | 2 | -3/+4 | |
| | * | | | | | | rtcompat: document choice of aws_lc_rs provider | Nick Mathewson | 2026-04-08 | 1 | -9/+11 | |
| | * | | | | | | check-licenses: Remove aws-lc-rs exception. | Nick Mathewson | 2026-04-08 | 1 | -7/+1 | |
| | * | | | | | | arti: Allow choice of CryptoProvider; use aws-lc-rs by default. | Nick Mathewson | 2026-04-08 | 4 | -18/+41 | |
| | * | | | | | | rtcompat: Stop installing backup CryptoProvider. | Nick Mathewson | 2026-04-02 | 4 | -7/+56 | |
| * | | | | | | | Merge branch 'feat/protocol-warnings' into 'main' | Nick Mathewson | 2026-04-08 | 4 | -3/+220 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | arti: set_protocol_warning_mode to Warn or Off in setup_logging | moumenalaoui | 2026-04-08 | 2 | -14/+26 | |
| | * | | | | | | | arti: add protocol_warnings config and wire setup_logging | moumenalaoui | 2026-03-27 | 3 | -0/+24 | |
| | * | | | | | | | tor-error: add runtime ProtocolWarningMode and promote TorProtocolViolation i... | moumenalaoui | 2026-03-27 | 1 | -1/+182 | |
