| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tor-netdoc: ContactInfo: Add some roundtrip tests | Ian Jackson | 2026-04-08 | 1 | -0/+30 | |
| | * | | | | tor-netdoc: ContactInfo: Use FromStr impl for netdoc item parsing | Ian Jackson | 2026-04-08 | 1 | -5/+15 | |
| | * | | | | tor-netdoc: ContactInfo: derive Display too | Ian Jackson | 2026-04-08 | 1 | -1/+1 | |
| | * | | | | tor-netdoc: ContactInfo: Impose a syntax restriction | Ian Jackson | 2026-04-08 | 1 | -2/+41 | |
| | * | | | | tor-netdoc: ContactInfo: semver entry | Ian Jackson | 2026-04-08 | 1 | -0/+1 | |
| | * | | | | tor-netdoc: ContactInfo: derive ItemValueEncodable | Ian Jackson | 2026-04-08 | 1 | -0/+1 | |
| | * | | | | tor-netdoc: ContactInfo: Use d_d_adhoc technique to de-cfg | Ian Jackson | 2026-04-08 | 1 | -1/+3 | |
| | * | | | | tor-netdoc: ContactInfo: Improve doc with an xref and item name | Ian Jackson | 2026-04-08 | 1 | -1/+5 | |
| | * | | | | tor-netdoc: Add ContactInfo | Clara Engler | 2026-04-08 | 2 | -1/+13 | |
| * | | | | | Merge branch 'create-fast' into 'main' | gabi-250 | 2026-04-13 | 6 | -14/+69 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-proto: small comment improvement | Steven Engler | 2026-04-09 | 1 | -1/+2 | |
| | * | | | | | 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 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
