index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
fs-mistrust
/
src
/
dir.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
make fs-mistrust tests libc-generic
Andrew Kloet
2026-05-14
1
-2
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-4
/
+1
*
fs-mistrust: Move file access methods on CheckedDir to FileAccess.
Nick Mathewson
2025-01-14
1
-68
/
+5
*
fs-mistrust: Define a (stub) FileAccess type.
Nick Mathewson
2025-01-14
1
-0
/
+5
*
fs-mistrust::CheckedDir: Refactor some common code.
Nick Mathewson
2025-01-14
1
-22
/
+32
*
fs-mistrust: Add test for (not) opening symlink from CheckedDir.
Nick Mathewson
2025-01-14
1
-1
/
+10
*
fs-mistrust: clarify doc for a private function.
Nick Mathewson
2025-01-14
1
-0
/
+2
*
fs-mistrust: Make CheckedDir::metadata() return an error if path is symlink.
Gabriela Moldovan
2024-08-12
1
-2
/
+45
*
fs-mistrust: Avoid opening the file in CheckedDir::metadata().
Gabriela Moldovan
2024-08-08
1
-5
/
+19
*
fs-mistrust: Add a TODO about refactoring CheckedDir::metadata().
Gabriela Moldovan
2024-08-08
1
-0
/
+1
*
fs-mistrust: Note that metadata() can return Error::NotFound.
Gabriela Moldovan
2024-08-08
1
-0
/
+2
*
fs-mistrust: Apply deferred cargo fmt.
Gabriela Moldovan
2024-08-08
1
-1
/
+4
*
fs-mistrust: Add a CheckedDir::metadata function.
Gabriela Moldovan
2024-08-08
1
-1
/
+28
*
fs-mistrust: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
fs_mistrust: Provide CheckedDir::make_secure_dir
Ian Jackson
2024-01-29
1
-0
/
+18
*
fs_mistrust: Expose CheckedDir::verifier
Ian Jackson
2024-01-25
1
-2
/
+2
*
fs-mistrust: Add read_directory and remove_file to CheckedDir.
Nick Mathewson
2023-11-27
1
-0
/
+142
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Editorial improvements on fs-mistrust errors
Nick Mathewson
2022-06-22
1
-5
/
+7
*
fs-mistrust: BadPermission(_, _) -> BadPermission(..)
Alex Xu (Hello71)
2022-05-31
1
-4
/
+4
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-7
/
+13
*
fs-mistrust: add various methods.
Nick Mathewson
2022-05-09
1
-4
/
+128
*
Derive Clone and Debug for CheckedDir.
Nick Mathewson
2022-05-05
1
-0
/
+1
*
fs-mistrust: write a lot about TOCTOU issues.
Nick Mathewson
2022-05-03
1
-0
/
+13
*
fs-mistrust: Rename SecureDir to CheckedDir.
Nick Mathewson
2022-05-03
1
-8
/
+8
*
Add a SecureDir API for checked access to directories
Nick Mathewson
2022-05-03
1
-0
/
+229