summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | arti-relay: rename 'bootstrap()' method to 'init()'Steven Engler2026-02-032-7/+8
| | | | | | | | | | | | | | | | | | | | This method won't really be used for bootstrapping anymore.
| * | | | arti-relay: remove old TODOSteven Engler2026-02-031-10/+0
| | | | | | | | | | | | | | | | | | | | See https://gitlab.torproject.org/tpo/core/arti/-/issues/2329
| * | | | arti-relay: move code into a "client" objectSteven Engler2026-02-033-64/+129
|/ / / /
* | | | Merge branch 'sjcobb-ea9fac01-patch-9c4d' into 'main'wesleyac2026-02-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove name from changelog See merge request tpo/core/arti!3631
| * | | | Remove name from changelogsjcobb2026-02-021-1/+1
| | | | |
* | | | | Merge branch 'int-test-scope' into 'main'wesleyac2026-02-033-31/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | arti: test: rescope entities form util.rs files See merge request tpo/core/arti!3624
| * | | | | arti: test: rescope entities form util.rs fileshjrgrn2026-02-033-31/+33
| | | | | |
* | | | | | Merge branch 'oniux-8' into 'main'wesleyac2026-02-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | web: Update oniux to 0.8.0 See merge request tpo/core/arti!3637
| * | | | | | web: Update oniux to 0.8.0Clara Engler2026-02-031-1/+1
| | | | | | |
* | | | | | | Merge branch 'update-editorconfig-checker' into 'main'David Goulet2026-02-031-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Update editorconfig-checker version. See merge request tpo/core/arti!3634
| * | | | | | | ci: Update editorconfig-checker version.Wesley Aptekar-Cassels2026-02-021-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'legacy-port-config' into 'main'David Goulet2026-02-032-12/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | arti: Improve handling of `-p` and `-d` options See merge request tpo/core/arti!3628
| * | | | | | arti: improve error message for invalid socks/dns portSteven Engler2026-02-022-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the standard clap error messages, for example: ```text $ cargo run -p arti -- proxy -p 123a error: invalid value '123a' for '-p <PORT>': invalid digit found in string For more information, try '--help'. ```
| * | | | | | arti: improve help text for `-p` and `-d`Steven Engler2026-02-021-2/+2
| | | | | | |
* | | | | | | Merge branch 'release-2.0.0-remove-semver-files' into 'main'wesleyac2026-02-027-25/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | release: Remove semver.md files from 2.0.0 release. See merge request tpo/core/arti!3629
| * | | | | | release: Remove semver.md files from 2.0.0 release.Wesley Aptekar-Cassels2026-02-027-25/+0
|/ / / / / /
* | | | | | Merge branch 'tls-cows' into 'main'Nick Mathewson2026-02-029-27/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtcompat: Return certificates as Cow. Closes #2331 See merge request tpo/core/arti!3619
| * | | | | | rtcompat: Return certificates as Cow.Nick Mathewson2026-02-029-27/+38
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'upgrade-rlimit' into 'main'opara2026-02-022-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade rlimit crate. See merge request tpo/core/arti!3632
| * | | | | | Upgrade rlimit crate.Wesley Aptekar-Cassels2026-02-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only breaking change here appears to be a MSRV bump that is lower than our MSRV, so no changes are required on our end.
* | | | | | | Merge branch 'release-2.0.0-cargo-update' into 'main'Nick Mathewson2026-02-021-156/+167
|\| | | | | | | |/ / / / / |/| | | | | | | | | | | | | | | | | release: Run cargo update after 2.0.0 release. See merge request tpo/core/arti!3630
| * | | | | release: Run cargo update after 2.0.0 release.Wesley Aptekar-Cassels2026-02-021-156/+167
|/ / / / / | | | | | | | | | | | | | | | These updates won't be in 2.0.0, but will be in our next release.
* | | | | Merge branch 'release-2.0.0-changelog' into 'main'arti-v2.0.0Nick Mathewson2026-02-021-0/+173
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | release: Add CHANGELOG entries for 2.0.0. See merge request tpo/core/arti!3625
| * | | | | release: Add CHANGELOG entries for 2.0.0.Wesley Aptekar-Cassels2026-02-021-0/+173
| |/ / / /
* | | | | Merge branch 'release-2.0.0-update-release-date' into 'main'Nick Mathewson2026-02-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | release: Update release date. See merge request tpo/core/arti!3627
| * | | | release: Update release date.Wesley Aptekar-Cassels2026-02-021-1/+1
|/ / / /
* | | | Merge branch 'release-2.0.0-version-bumps' into 'main'Nick Mathewson2026-02-0277-703/+703
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Version bumps for 2.0.0 release See merge request tpo/core/arti!3626
| * | | | release: Update Cargo.lock.Wesley Aptekar-Cassels2026-02-021-10/+10
| | | | |
| * | | | release: Update hashx and equix benches.Wesley Aptekar-Cassels2026-02-022-81/+81
| | | | |
| * | | | release: bump-nodep various crates.Wesley Aptekar-Cassels2026-02-0210-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were all only changed by a98faf72, which simply adds deny statements for clippy::unused_async in various places. It's not clear to me that we even need to bump these versions, but that seems to be what our release documentation implies.
| * | | | release: Bump `slotmap-careful` to 0.6.0.Wesley Aptekar-Cassels2026-02-028-8/+8
| | | | | | | | | | | | | | | | | | | | Since we removes a existing feature, we need to bump the version.
| * | | | release: Bump `arti` version to 2.0.0.Wesley Aptekar-Cassels2026-02-024-4/+4
| | | | |
| * | | | release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-0265-590/+590
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done via: ``` for crate in $(./maint/list-crates | rg '^(tor|arti-)'); do cargo set-version -p $crate 0.39.0 done ```
* | | | Merge branch 'legacy-port-config' into 'main'wesleyac2026-02-027-209/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arti: Remove `proxy.socks_port` and `proxy.dns_port` Closes #2300 See merge request tpo/core/arti!3622
| * | | | tor-config: remove `resolve_alternative_specs` functionSteven Engler2026-02-012-81/+1
| | | | |
| * | | | web: fix reference to `proxy.socks_port`Steven Engler2026-01-291-2/+2
| | | | |
| * | | | arti: remove `resolve_listen_port!` macroSteven Engler2026-01-292-38/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm undecided whether we want to keep `resolve_alternative_specs` around, but it seems possible/likely that we'll want it in the future, so I think we can keep it.
| * | | | arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-294-20/+6
| | | | |
| * | | | arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-294-21/+11
| | | | |
| * | | | arti: small changes to socks/dns listen config testsSteven Engler2026-01-291-16/+13
| | | | |
| * | | | arti: relax '_listen'/'_port' config compat testsSteven Engler2026-01-291-40/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation for removing the `listen_port` and `dns_port` config options.
| * | | | arti: reword+reformat warning messageSteven Engler2026-01-291-1/+4
| | | | |
* | | | | Merge branch 'decouple-cert-cycle' into 'main'Nick Mathewson2026-02-0227-207/+405
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Refactor crate dependencies; improve rtcompat key API to use TlsCertAndKey Closes #2330 See merge request tpo/core/arti!3618
| * | | | rtcompat: tweaks to no-tls-server case.Nick Mathewson2026-02-021-0/+9
| | | | |
| * | | | rtcompat: Improved tls-server key/cert handling.Nick Mathewson2026-02-024-86/+35
| | | | | | | | | | | | | | | | | | | | | | | | | Now that we can admit to knowing about tor-cert-x509, we can use TlsCertAndKeys to simplify everything.
| * | | | rtcompat: restore tls-server test.Nick Mathewson2026-02-023-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that tor-cert-x509 is its own crate, we can use that, and avoid the circular dependency. Closes #2330.
| * | | | Cargo.toml: Re-order crates so that tor-rtcompat can depend on tor-certNick Mathewson2026-02-021-3/+3
| | | | |
| * | | | llcrypto: Depend on tor-memquota-cost, not tor-memquota.Nick Mathewson2026-02-025-7/+7
| | | | |
| * | | | memquota: Extract HasMemoryCost and derive to new crate.Nick Mathewson2026-02-0213-85/+215
| | | | | | | | | | | | | | | | | | | | This will help resolve some dependencies in our graph.
| * | | | cert: Extract x509 code into new tor-cert-x509 crate.Nick Mathewson2026-02-027-19/+133
|/ / / /