summaryrefslogtreecommitdiff
path: root/crates/arti/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* arti: note TROVE-2026-001 in semver.mdSteven Engler2026-02-041-0/+1
| | | | | This isn't really semver related, but should be added in the changelog, so here seems to be a reasonable place to put this.
* release: Remove semver.md files from 2.0.0 release.Wesley Aptekar-Cassels2026-02-021-10/+0
|
* arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-291-0/+2
|
* arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-291-0/+2
|
* arti: remove deprecated feature flags.Nick Mathewson2026-01-131-1/+4
| | | | Closes #2299.
* Make arti crate opaque by defaultNick Mathewson2026-01-131-0/+3
| | | | | | Only fn main() is now pub when experimental-api is disabled. Closes #2284.
* Remove semver.md files post-release.Gabriela Moldovan2025-07-081-1/+0
|
* arti console logging: use stderr instead of stdoutJim Newsome2025-06-171-0/+1
| | | | Fixes #2024
* Remove semver.md files from 1.2.8Nick Mathewson2024-09-301-1/+0
|
* arti: Gate the arti hsc subcommand behind a new "hsc" feature.Gabriela Moldovan2024-09-191-0/+1
| | | | This new feature is experimental.
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-4/+0
|
* config: Do process hardening on reconfigure even if not watchingIan Jackson2022-08-251-1/+1
| | | | | | | These blocks were in the wrong order. Previously, if you tried to turn on process hardening in the config and then reloaded rather than restarting, it wouldn't take effect.
* arti: `main_main` takes command-line arguments does not call exit()Nick Mathewson2022-08-111-0/+1
|
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-111-0/+3
| | | | | | | | | | | | | | | | | The remaining unconditionally public APIs are those related to our configuration objects, and the main_main() API. The rationale for making main_main() public is to have an actual entry point. The rationale for making the config APIs public is: 1. We really do intend for others to be able to read our configuration files using this API. 2. The structure of our configuration files is already part of our interface. Closes #530.
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
|
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-221-0/+1
| | | | Closes #503.
* Arti: Use synthetic argument to implement --disable-fs-permission-checksNick Mathewson2022-07-191-0/+1
| | | | | | | | | | | | | Now that configuring the environment variables related to fs permissions works properly, we don't need to use the "override" feature any more: we can just add the option to the configuration when appropriate. With this design, `--disable-fs-permission-checks` is now mostly an alias for `--option storage.permissions.dangerously_trust_everyone=true` Enabled by #483.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
|
* config: document semver changeIan Jackson2022-06-101-0/+1