summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* fs-mistrust: Quote filenames in error messages.Nick Mathewson2025-11-241-9/+9
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* fs-mistrust: Remove outdated thiserror syntaxClara Engler2024-11-121-1/+1
* Fix a couple of lifetime warnings from nightly.Nick Mathewson2024-10-011-1/+1
* fs-mistrust: Make fake PathExt return impl DisplayIan Jackson2024-08-191-3/+4
* fs-mistrust: Make a comment into a docIan Jackson2024-08-191-2/+2
* fs-mistrust: Decorate some items with missing walkdir cfgIan Jackson2024-08-191-1/+4
* fs-mistrust: Explain that Error might not be a permissions errorIan Jackson2024-07-101-0/+7
* fs-mistrust: Fix a formatting botchIan Jackson2024-07-101-2/+3
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* fs-mistrust: users: Make several functions fallibleIan Jackson2023-07-141-1/+7
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* 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