summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/walk.rs
Commit message (Expand)AuthorAgeFilesLines
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-4/+2
* fix builds for AndroidYaksh Bariya2025-03-031-0/+1
* Replace _ => panic!() elsewhereIan Jackson2024-10-151-1/+1
* Fix a footnote reference that Nightly complains aboutIan Jackson2024-07-081-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typos in commentsTobias Stoeckmann2024-03-061-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* fs-mistrust: Replace a direct libc call in a testIan Jackson2023-07-141-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* fix clippy::needless_borrowtrinity-1686a2022-09-101-15/+12
* Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-311-1/+0
|\
| * fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-1/+0
* | Mark the repeats and looping tests in fs-mistrust as Unix-only.Alexander Færøy2022-08-261-1/+6
* | fs-mistrust: Try to handle verbatim prefixes in test.Nick Mathewson2022-08-261-0/+31
* | fs-mistrust: Clarify comment on `stack`Ian Jackson2022-08-261-0/+2
* | fs-mistrust: Handle windows prefixes specially.Nick Mathewson2022-08-261-11/+50
|/
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-031-8/+16
* fs-mistrust: refactor ResolvePath to avoid temporary changes.Nick Mathewson2022-05-031-36/+31
* fs-mistrust: clarify and test behavior for ".." past the fs root.Nick Mathewson2022-05-031-1/+31
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-031-1/+3
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-031-0/+599