summaryrefslogtreecommitdiff
path: root/crates/arti/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* 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