summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* Apply 3 suggestion(s) to 2 file(s)Nick Mathewson2026-05-271-1/+1
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+12
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* fs-mistrust: Treat "" as a NotFound Path.Nick Mathewson2025-11-241-0/+10
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* fix compiling fs-misstrust on tvOSyaucp2025-03-261-6/+12
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* fs-mistrust: Add FileAccess for Verifier (and Mistrust).Nick Mathewson2025-01-141-0/+12
* fs-mistrust: Have Verifier check methods take self by reference.Nick Mathewson2025-01-141-2/+2
* fs-mistrust: Define a (stub) FileAccess type.Nick Mathewson2025-01-141-0/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* fs-mistrust: trim whitespace in env var valuesSteven Engler2024-12-181-1/+2
* fs-mistrust: commit to stable env var handlingSteven Engler2024-12-181-4/+32
* fs-mistrust: (docs) fix incomplete list of env variable valuesSteven Engler2024-12-181-2/+2
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* fs-mistrust: Decorate some items with missing walkdir cfgIan Jackson2024-08-191-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* fs-mistrust: Explain where a Verifier comes fromIan Jackson2023-12-131-0/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* fs-mistrust: forbid unsafe codeIan Jackson2023-07-141-0/+8
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* 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
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-239/+1
* Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-311-0/+2
|\
| * Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-311-2/+2
| * fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-0/+2
* | Comment out docstring as it fails to compile on Windows.Alexander Færøy2022-08-301-2/+3
* | Disable 3 tests in fs-mistrust.Alexander Færøy2022-08-301-0/+3
* | Refactor the construction of the `Mistrust` type in tests.Alexander Færøy2022-08-291-97/+39
* | Disable fs-mistrust's simple_cases() unit test on non-Unix.Alexander Færøy2022-08-261-1/+5
* | Fix compilation of tests for Windows.Alexander Færøy2022-08-261-13/+49
|/
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* fix fs-misstrust on androidtrinity-1686a2022-08-081-6/+30
* remove dependancy 'users' on iOStrinity-1686a2022-07-301-6/+6