aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | proto: Add names to ignored variablesDavid Goulet2026-03-301-1/+1
| * | | | | | | | proto: Set a hardcoded number into a constDavid Goulet2026-03-301-2/+3
| * | | | | | | | proto: Fix a set of commentsDavid Goulet2026-03-304-11/+10
| * | | | | | | | proto: Add AuthLogAction enum helperDavid Goulet2026-03-303-13/+30
| * | | | | | | | proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-307-29/+30
| * | | | | | | | chanmgr: Always use MaybeSensitive<PeerAddr> when building a channelDavid Goulet2026-03-302-10/+9
| * | | | | | | | chanmgr: Add a build_client_channel() helper functionDavid Goulet2026-03-301-59/+83
| * | | | | | | | chanmgr: Move relay target PT validation in validate_relay_target()David Goulet2026-03-301-6/+9
| * | | | | | | | chanmgr: Validate the relay channel target addressesDavid Goulet2026-03-301-1/+35
| * | | | | | | | linkspec: Add OwnedChanTarget address validation helpersDavid Goulet2026-03-301-1/+34
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'rustsec-response' into 'main'Nick Mathewson2026-03-311-2/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | SecurityResponse: Clarity suggestions from @diziet.Nick Mathewson2026-03-261-2/+6
| * | | | | | | | Try to document our policy for upstream RUSTSEC issuesNick Mathewson2026-03-231-2/+33
* | | | | | | | | Merge branch 'feature_related_policies' into 'main'Nick Mathewson2026-03-312-0/+181
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | doc: Add a document explaining how we use cargo featuresNick Mathewson2026-03-301-0/+110
| * | | | | | | | doc: Policy about big changes in artiNick Mathewson2026-03-301-0/+71
* | | | | | | | | Merge branch 'deps' into 'main'Nick Mathewson2026-03-3135-97/+96
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Update to rusqlite 0.39.xIan Jackson2026-03-313-9/+9
| * | | | | | | Update to ureq 3.3 for arti-ureqIan Jackson2026-03-312-15/+34
| * | | | | | | Update to derive-deftly 0.10.0.Ian Jackson2026-03-3132-73/+53
|/ / / / / / /
* | | | | | | Merge branch 'update-redux' into 'main'Nick Mathewson2026-03-301-189/+258
|\ \ \ \ \ \ \
| * | | | | | | Routine update, minus security-frameworkNick Mathewson2026-03-301-189/+258
|/ / / / / / /
* | | | | | | Merge branch 'semver' into 'main'opara2026-03-304-5/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove semver.md files after releaseIan Jackson2026-03-304-5/+0
|/ / / / / / /
* | | | | | | Merge branch 'changelog-finish' into 'main'arti-v2.2.0Ian Jackson2026-03-301-3/+1
|\ \ \ \ \ \ \
| * | | | | | | finish 2.2.0 changelog.Nick Mathewson2026-03-301-3/+1
* | | | | | | | Merge branch 'release-date' into 'main'Nick Mathewson2026-03-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update release dateIan Jackson2026-03-301-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'versions' into 'main'Nick Mathewson2026-03-3072-643/+643
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Update Cargo.lock for hashx and equixIan Jackson2026-03-302-3/+3
| * | | | | | | Bump versions: set version of arti to 2.2.0Ian Jackson2026-03-304-4/+4
| * | | | | | | Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-3065-599/+599
| * | | | | | | Bump versions: minor, with dependenciesIan Jackson2026-03-307-7/+7
| * | | | | | | Bump versions: patchlevel, with dependenciesIan Jackson2026-03-3022-22/+22
| * | | | | | | Bump versions: patchlevel, without dependenciesIan Jackson2026-03-305-8/+8
|/ / / / / / /
* | | | | | | Merge branch 'changelog-20260326' into 'main'Ian Jackson2026-03-301-2/+288
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Changelog: Add a missing link definition.Nick Mathewson2026-03-301-0/+1
| * | | | | | changelog: add entry for !3827.Nick Mathewson2026-03-301-1/+3
| * | | | | | changelog: Fix a ticket number.Nick Mathewson2026-03-301-2/+2
| * | | | | | changelog: Call our use of web_time::Instant a breaking change.Nick Mathewson2026-03-301-0/+5
| * | | | | | changelog: Correct description of !3809.Nick Mathewson2026-03-301-1/+1
| * | | | | | changelog: claim less, since #1444 is not done.Nick Mathewson2026-03-301-11/+3
| * | | | | | CHANGELOG for next release, up to Thursday's mainNick Mathewson2026-03-291-2/+288
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'fixup-features' into 'main'Ian Jackson2026-03-3028-5/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Run cargo sort --workspace and commit the parts we wantIan Jackson2026-03-305-5/+13
| * | | | | Add missing full feature to maint/keygen-client-auth-testIan Jackson2026-03-301-0/+7
| * | | | | Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-3027-5/+27
| |/ / / /
* | | | | Merge branch 'hsc-common-test-clean-up' into 'main'Nick Mathewson2026-03-3014-51/+70
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arti: test: rename unrecognized-entry to hs_unrecognized_entry to fix the CIhjrgrn2026-03-304-3/+3
| * | | | arti: test: correct typo in hss.rshjrgrn2026-03-301-2/+2