| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti: note TROVE-2026-001 in semver.md | Steven Engler | 2026-02-04 | 1 | -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-Cassels | 2026-02-02 | 1 | -10/+0 |
| | | |||||
| * | arti: remove deprecated `proxy.dns_port` config option | Steven Engler | 2026-01-29 | 1 | -0/+2 |
| | | |||||
| * | arti: remove deprecated `proxy.socks_port` config option | Steven Engler | 2026-01-29 | 1 | -0/+2 |
| | | |||||
| * | arti: remove deprecated feature flags. | Nick Mathewson | 2026-01-13 | 1 | -1/+4 |
| | | | | | Closes #2299. | ||||
| * | Make arti crate opaque by default | Nick Mathewson | 2026-01-13 | 1 | -0/+3 |
| | | | | | | | Only fn main() is now pub when experimental-api is disabled. Closes #2284. | ||||
| * | Remove semver.md files post-release. | Gabriela Moldovan | 2025-07-08 | 1 | -1/+0 |
| | | |||||
| * | arti console logging: use stderr instead of stdout | Jim Newsome | 2025-06-17 | 1 | -0/+1 |
| | | | | | Fixes #2024 | ||||
| * | Remove semver.md files from 1.2.8 | Nick Mathewson | 2024-09-30 | 1 | -1/+0 |
| | | |||||
| * | arti: Gate the arti hsc subcommand behind a new "hsc" feature. | Gabriela Moldovan | 2024-09-19 | 1 | -0/+1 |
| | | | | | This new feature is experimental. | ||||
| * | Remove semver.md from arti-1.0.0 | Nick Mathewson | 2022-09-07 | 1 | -4/+0 |
| | | |||||
| * | config: Do process hardening on reconfigure even if not watching | Ian Jackson | 2022-08-25 | 1 | -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 Mathewson | 2022-08-11 | 1 | -0/+1 |
| | | |||||
| * | arti: Move most public APIs behind `experimental-api`. | Nick Mathewson | 2022-08-11 | 1 | -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 Mathewson | 2022-08-01 | 1 | -2/+0 |
| | | |||||
| * | Rename download_tolerance to directory_tolerance | Nick Mathewson | 2022-07-22 | 1 | -0/+1 |
| | | | | | Closes #503. | ||||
| * | Arti: Use synthetic argument to implement --disable-fs-permission-checks | Nick Mathewson | 2022-07-19 | 1 | -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 out | Nick Mathewson | 2022-06-24 | 1 | -1/+0 |
| | | |||||
| * | config: document semver change | Ian Jackson | 2022-06-10 | 1 | -0/+1 |
