summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* fs-mistrust: Add read_directory and remove_file to CheckedDir.Nick Mathewson2023-11-271-0/+1
| | | | Closes #1117.
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
|
* fs-mistrust: impl Hash for TrustedUser and TrustedGroup (config)Ian Jackson2023-07-141-0/+1
|
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-2/+0
|
* fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-0/+2
| | | | | | This function transforms `/home/nickm/.config` to `${HOME}/.config/`, so that we can expose the username less in our logs.
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
|
* update semver status filetrinity-1686a2022-07-301-0/+1
|
* Semver tweaks from review.Ian Jackson2022-07-191-1/+1
| | | | These aren't user facing comments, but getting them right will help us write better changelogs.
* fs-mistrust: API to disable based on environmentNick Mathewson2022-07-191-0/+1
| | | | | | | By default we look at `$FS_MISTRUST_DISABLE_PERMISSIONS_CHECKS`. Optionally, the user can provide another variable as well, or disable looking at the environment entirely.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
|
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-0/+1
These changes make sure that the errors conform to our preferred style, and include a description of what exactly we were doing when something went wrong.