| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-netdoc: Fix typo in doc comment | Ian Jackson | 2026-03-31 | 1 | -1/+1 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge branch 'relay-crypto-dep' into 'main' | David Goulet | 2026-04-01 | 1 | -5/+11 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | proto: Run cargo-sort | Gabriela Moldovan | 2026-04-01 | 1 | -3/+3 | |
| | * | | | | | | proto: Make tor-relay-crypto an optional dependency (fmt) | Gabriela Moldovan | 2026-04-01 | 1 | -1/+7 | |
| | * | | | | | | proto: Make tor-relay-crypto an optional dependency | Gabriela Moldovan | 2026-04-01 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | arti-relay: Remove no-longer needed impls | Gabriela Moldovan | 2026-04-01 | 2 | -26/+5 | |
| * | | | | | | arti-relay: Make the key specifiers pub(crate) | Gabriela Moldovan | 2026-04-01 | 1 | -14/+14 | |
| * | | | | | | arti-relay: Move all key specifiers to a new keys module (fmt) | Gabriela Moldovan | 2026-04-01 | 2 | -17/+13 | |
| * | | | | | | arti-relay: Move all key specifiers to a new keys module | Gabriela Moldovan | 2026-04-01 | 5 | -328/+334 | |
| * | | | | | | relay-crypto: Make the certs module non-pub | Gabriela Moldovan | 2026-04-01 | 1 | -1/+1 | |
| * | | | | | | proto: Add key specifier types for the ntor keys | Gabriela Moldovan | 2026-04-01 | 1 | -0/+31 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'authcert-encode-prep' into 'main' | Ian Jackson | 2026-03-31 | 9 | -28/+32 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-netdoc: Rename `AuthCertUnverified::verify_self_signed` | Ian Jackson | 2026-03-31 | 4 | -16/+19 | |
| | * | | | | | tor-netdoc: encoder: Rename .object() method to .object_bytes | Ian Jackson | 2026-03-31 | 6 | -12/+13 | |
| * | | | | | | Merge branch 'deps-wasm' into 'main' | David Goulet | 2026-03-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Update getrandom dependeency | Ian Jackson | 2026-03-31 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'fixes_mr3791' into 'main' | David Goulet | 2026-03-31 | 16 | -469/+613 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | proto: Add debug_assert_eq() when building Authenticate | David Goulet | 2026-03-30 | 1 | -0/+4 | |
| | * | | | | | cell: Add Authenticate::BODY_LEN as a public const | David Goulet | 2026-03-30 | 2 | -2/+3 | |
| | * | | | | | linkspec: Rename has_all_public_addresses() | David Goulet | 2026-03-30 | 2 | -3/+3 | |
| | * | | | | | proto: Import read_msg() instead of refering to it | David Goulet | 2026-03-30 | 1 | -19/+4 | |
| | * | | | | | proto: Improve check_relay_identities() documentation | David Goulet | 2026-03-30 | 1 | -3/+7 | |
| | * | | | | | linkspec: Rename has_all_reachable_addresses() | David Goulet | 2026-03-30 | 2 | -2/+2 | |
| | * | | | | | linkspec: Rename has_all_valid_port() to has_all_nonzero_port() | David Goulet | 2026-03-30 | 2 | -4/+4 | |
| | * | | | | | linkspec: Move has_all_valid_port() and has_all_reachable_addresses() into Ch... | David Goulet | 2026-03-30 | 2 | -35/+38 | |
| | * | | | | | proto: Rename RelayIdentities to RelayChannelAuthMaterial | David Goulet | 2026-03-30 | 10 | -108/+136 | |
| | * | | | | | proto: Remove noop function for initiator channel | David Goulet | 2026-03-30 | 1 | -12/+1 | |
| | * | | | | | proto: Rename many variables with more fine grained naming | David Goulet | 2026-03-30 | 7 | -127/+144 | |
| | * | | | | | proto: Transform inner into verified after verification | David Goulet | 2026-03-30 | 2 | -20/+17 | |
| | * | | | | | proto: Add documentation for the channel verify() | David Goulet | 2026-03-30 | 2 | -2/+31 | |
| | * | | | | | proto: Remove duplicate use of read_msg() helper | David Goulet | 2026-03-30 | 2 | -82/+58 | |
| | * | | | | | proto: Add names to ignored variables | David Goulet | 2026-03-30 | 1 | -1/+1 | |
| | * | | | | | proto: Set a hardcoded number into a const | David Goulet | 2026-03-30 | 1 | -2/+3 | |
| | * | | | | | proto: Fix a set of comments | David Goulet | 2026-03-30 | 4 | -11/+10 | |
| | * | | | | | proto: Add AuthLogAction enum helper | David Goulet | 2026-03-30 | 3 | -13/+30 | |
| | * | | | | | proto: Add a type alias for SLOG/CLOG digest | David Goulet | 2026-03-30 | 7 | -29/+30 | |
| | * | | | | | chanmgr: Always use MaybeSensitive<PeerAddr> when building a channel | David Goulet | 2026-03-30 | 2 | -10/+9 | |
| | * | | | | | chanmgr: Add a build_client_channel() helper function | David Goulet | 2026-03-30 | 1 | -59/+83 | |
| | * | | | | | chanmgr: Move relay target PT validation in validate_relay_target() | David Goulet | 2026-03-30 | 1 | -6/+9 | |
| | * | | | | | chanmgr: Validate the relay channel target addresses | David Goulet | 2026-03-30 | 1 | -1/+35 | |
| | * | | | | | linkspec: Add OwnedChanTarget address validation helpers | David Goulet | 2026-03-30 | 1 | -1/+34 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Update to rusqlite 0.39.x | Ian Jackson | 2026-03-31 | 2 | -3/+3 | |
| * | | | | | Update to ureq 3.3 for arti-ureq | Ian Jackson | 2026-03-31 | 1 | -1/+1 | |
| * | | | | | Update to derive-deftly 0.10.0. | Ian Jackson | 2026-03-31 | 31 | -32/+32 | |
| | |/ / / |/| | | | ||||||
| * | | | | Remove semver.md files after release | Ian Jackson | 2026-03-30 | 4 | -5/+0 | |
| * | | | | Merge branch 'release-date' into 'main' | Nick Mathewson | 2026-03-30 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Update release date | Ian Jackson | 2026-03-30 | 1 | -1/+1 | |
| * | | | | | Update Cargo.lock for hashx and equix | Ian Jackson | 2026-03-30 | 2 | -3/+3 | |
| * | | | | | Bump versions: set version of arti to 2.2.0 | Ian Jackson | 2026-03-30 | 3 | -3/+3 | |
| * | | | | | Bump versions: tor-* and arti-* unstable crates | Ian Jackson | 2026-03-30 | 54 | -516/+516 | |
