| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tor-netdoc: types/misc.rs: Introduce BytesTransparent macro (code motion) | Ian Jackson | 2026-04-14 | 1 | -18/+50 | |
| | * | | | | tor-netdoc: Move a Hash derive | Ian Jackson | 2026-04-14 | 1 | -2/+2 | |
| | * | | | | tor-netdoc: Move some imports to the top of types/misc.rs | Ian Jackson | 2026-04-14 | 1 | -3/+3 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'id-logging' into 'main' | Jim Newsome | 2026-04-13 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Tweak Display for TunnelScopedCircId | Jim Newsome | 2026-04-09 | 1 | -1/+1 | |
| | * | | | | Tunnel ID: included "Tunnel" type-specifier in Display | Jim Newsome | 2026-04-09 | 1 | -1/+1 | |
| * | | | | | Merge branch 'rand-update' into 'main' | Nick Mathewson | 2026-04-13 | 2 | -42/+49 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Ignore RUSTSEC-2026-0097, for the benefit of rand 0.8.x. | Ian Jackson | 2026-04-13 | 1 | -0/+7 | |
| | * | | | | | Update to rand 0.90.3 and 0.10.1 | Ian Jackson | 2026-04-13 | 1 | -42/+42 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'contact-info' into 'main' | Clara Engler | 2026-04-13 | 3 | -3/+100 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-netdoc: ContactInfo: Fix unused attribute | Ian Jackson | 2026-04-09 | 1 | -3/+1 | |
| | * | | | | | 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 | |
