summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-271-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-311-6/+24
* fs-mistrust: convert Io error variant to a struct.Nick Mathewson2022-06-221-5/+17
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-18/+11
* Do not include error source() in display() format.Nick Mathewson2022-06-211-1/+1
* fs-mistrust: Improve BadPermission stringAlex Xu (Hello71)2022-05-311-15/+25
* fs-mistrust: BadPermission(_, _) -> BadPermission(..)Alex Xu (Hello71)2022-05-311-2/+2
* fs-mistrust: Add Group and User types.Nick Mathewson2022-05-241-1/+13
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-1/+8
* fs-mistrust: add various methods.Nick Mathewson2022-05-091-3/+46
* fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-031-3/+3
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-031-0/+7
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-031-0/+13
* Support for "create missing directory".Nick Mathewson2022-05-031-0/+5
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-031-0/+173