| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | 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 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Update getrandom dependeency | Ian Jackson | 2026-03-31 | 2 | -2/+2 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | 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 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'rustsec-response' into 'main' | Nick Mathewson | 2026-03-31 | 1 | -2/+37 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | SecurityResponse: Clarity suggestions from @diziet. | Nick Mathewson | 2026-03-26 | 1 | -2/+6 | |
| | * | | | | | | | | Try to document our policy for upstream RUSTSEC issues | Nick Mathewson | 2026-03-23 | 1 | -2/+33 | |
| * | | | | | | | | | Merge branch 'feature_related_policies' into 'main' | Nick Mathewson | 2026-03-31 | 2 | -0/+181 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | doc: Add a document explaining how we use cargo features | Nick Mathewson | 2026-03-30 | 1 | -0/+110 | |
| | * | | | | | | | | doc: Policy about big changes in arti | Nick Mathewson | 2026-03-30 | 1 | -0/+71 | |
| * | | | | | | | | | Merge branch 'deps' into 'main' | Nick Mathewson | 2026-03-31 | 35 | -97/+96 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | | | ||||||
| | * | | | | | | | Update to rusqlite 0.39.x | Ian Jackson | 2026-03-31 | 3 | -9/+9 | |
| | * | | | | | | | Update to ureq 3.3 for arti-ureq | Ian Jackson | 2026-03-31 | 2 | -15/+34 | |
| | * | | | | | | | Update to derive-deftly 0.10.0. | Ian Jackson | 2026-03-31 | 32 | -73/+53 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'update-redux' into 'main' | Nick Mathewson | 2026-03-30 | 1 | -189/+258 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Routine update, minus security-framework | Nick Mathewson | 2026-03-30 | 1 | -189/+258 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'semver' into 'main' | opara | 2026-03-30 | 4 | -5/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove semver.md files after release | Ian Jackson | 2026-03-30 | 4 | -5/+0 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'changelog-finish' into 'main'arti-v2.2.0 | Ian Jackson | 2026-03-30 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | finish 2.2.0 changelog. | Nick Mathewson | 2026-03-30 | 1 | -3/+1 | |
| * | | | | | | | | 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 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'versions' into 'main' | Nick Mathewson | 2026-03-30 | 72 | -643/+643 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | 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 | 4 | -4/+4 | |
