index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
fs-mistrust
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fs-mistrust: link to documentation about "obeying constraints"
Nick Mathewson
2025-01-28
1
-5
/
+5
*
fs-mistrust: Fix test compilation on windows.
Nick Mathewson
2025-01-16
1
-1
/
+2
*
Fix: Tests fails to run on macos
hhamud
2025-01-16
1
-5
/
+5
*
file_access: Refactor APIs to consume self.
Nick Mathewson
2025-01-14
1
-7
/
+16
*
file_access: Make link-following behavior explicitly controlled.
Nick Mathewson
2025-01-14
1
-8
/
+38
*
Documentation fixes from Gabi
Nick Mathewson
2025-01-14
1
-5
/
+3
*
fs-mistrust: Try more to explain what FileAccess is for.
Nick Mathewson
2025-01-14
1
-3
/
+7
*
fs-mistrust: Follow symlinks when using file-access outside a CheckedDir.
Nick Mathewson
2025-01-14
1
-9
/
+98
*
fs-mistrust: Add FileAccess for Verifier (and Mistrust).
Nick Mathewson
2025-01-14
2
-9
/
+42
*
fs-mistrust: Have Verifier check methods take self by reference.
Nick Mathewson
2025-01-14
1
-2
/
+2
*
fs-mistrust: Add ability to create files with chosen mode.
Nick Mathewson
2025-01-14
1
-10
/
+117
*
fs-mistrust: Clean up documentation.
Nick Mathewson
2025-01-14
1
-15
/
+13
*
fs-mistrust: Move file access methods on CheckedDir to FileAccess.
Nick Mathewson
2025-01-14
2
-69
/
+168
*
fs-mistrust: Define a (stub) FileAccess type.
Nick Mathewson
2025-01-14
3
-0
/
+38
*
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
*
Patchlevel bumps for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-1
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
fs-mistrust: trim whitespace in env var values
Steven Engler
2024-12-18
2
-4
/
+8
*
fs-mistrust: commit to stable env var handling
Steven Engler
2024-12-18
2
-4
/
+43
*
fs-mistrust: (docs) fix incomplete list of env variable values
Steven Engler
2024-12-18
1
-2
/
+2
*
Resolve clippy::empty_line_after_doc_comments warnings.
Nick Mathewson
2024-12-03
1
-1
/
+0
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
fs-mistrust: Remove outdated thiserror syntax
Clara Engler
2024-11-12
1
-1
/
+1
*
Bump minor versions of crates with only non-functional changes
Ian Jackson
2024-10-30
1
-1
/
+1
*
Update to pwd-grp 1.x
Ian Jackson
2024-10-15
1
-1
/
+1
*
Replace _ => panic!() elsewhere
Ian Jackson
2024-10-15
1
-1
/
+1
*
Fix a couple of lifetime warnings from nightly.
Nick Mathewson
2024-10-01
1
-1
/
+1
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-1
/
+1
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
fs-mistrust: Make fake PathExt return impl Display
Ian Jackson
2024-08-19
1
-3
/
+4
*
fs-mistrust: Make a comment into a doc
Ian Jackson
2024-08-19
1
-2
/
+2
*
fs-mistrust: Decorate some items with missing walkdir cfg
Ian Jackson
2024-08-19
3
-1
/
+7
*
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
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
Minor bumps on fslock-guard, fs-mistrust, equix
Nick Mathewson
2024-08-01
1
-1
/
+1
*
fs-mistrust: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-2
/
+2
*
fs-mistrust: Explain that Error might not be a permissions error
Ian Jackson
2024-07-10
1
-0
/
+7
*
fs-mistrust: Fix a formatting botch
Ian Jackson
2024-07-10
1
-2
/
+3
*
Fix a footnote reference that Nightly complains about
Ian Jackson
2024-07-08
1
-1
/
+1
[prev]
[next]