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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
8
-0
/
+8
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
2
-2
/
+2
*
Fix typos in comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
fs-mistrust: Introduce a fn display_lossy
Ian Jackson
2024-03-05
1
-2
/
+9
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
2
-10
/
+6
*
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: Explain where a Verifier comes from
Ian Jackson
2023-12-13
1
-0
/
+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
8
-0
/
+8
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run cargo +nightly fmt to format many let ... else ...
Ian Jackson
2023-07-24
1
-4
/
+9
*
fs-mistrust: Run rustfmt to apply deferred formatting churn
Ian Jackson
2023-07-14
1
-10
/
+10
*
fs-mistrust: In a test, simplify env var handling
Ian Jackson
2023-07-14
1
-17
/
+10
*
fs-mistrust: users: Use OsStr and OsString a lot less
Ian Jackson
2023-07-14
1
-13
/
+23
*
fs-mistrust: Remove a now-unneeded suppression
Ian Jackson
2023-07-14
1
-1
/
+0
*
fs-mistrust: forbid unsafe code
Ian Jackson
2023-07-14
1
-0
/
+8
*
fs-mistrust: Replace a direct libc call in a test
Ian Jackson
2023-07-14
1
-1
/
+1
*
fs-mistruct: Abolish some now-unneeded muts
Ian Jackson
2023-07-14
1
-26
/
+25
*
fs-mistrust: Use pwd-grp's getgroups function
Ian Jackson
2023-07-14
1
-24
/
+1
*
fs-mistruct: switch from users to pwd-grp
Ian Jackson
2023-07-14
1
-41
/
+83
*
fs-mistrust: Introduce tempoary PwdGrpProvider alias
Ian Jackson
2023-07-14
1
-4
/
+8
*
fs-mistrust: impl Hash for TrustedUser and TrustedGroup (config)
Ian Jackson
2023-07-14
1
-2
/
+2
*
fs-mistrust: users: tests: Introduce mock_users etc.
Ian Jackson
2023-07-14
1
-25
/
+36
*
fs-mistrust: users: Make several functions fallible
Ian Jackson
2023-07-14
2
-26
/
+41
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
8
-0
/
+9
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
add opaque ErrorHint API, impl ErrorHint from BadPermissions
Shady Katy
2023-01-27
2
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
8
-0
/
+8
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
8
-0
/
+67
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-239
/
+1
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-15
/
+12
*
Fix broken build and tests after arti!700.
Alexander Færøy
2022-08-31
1
-3
/
+4
*
Merge branch 'compact_home_2' into 'main'
Nick Mathewson
2022-08-31
4
-7
/
+179
|
\
|
*
Use anonymize_home() when displaying various messages.
Nick Mathewson
2022-08-31
2
-8
/
+26
|
*
fs-mistrust: Add a `anonymize_home` extension fn for Path.
Nick Mathewson
2022-08-31
3
-1
/
+155
*
|
Comment out docstring as it fails to compile on Windows.
Alexander Færøy
2022-08-30
1
-2
/
+3
*
|
Disable 3 tests in fs-mistrust.
Alexander Færøy
2022-08-30
1
-0
/
+3
*
|
Use `expect()` instead of `unwrap()` in `mistrust_build()`.
Alexander Færøy
2022-08-29
1
-1
/
+1
*
|
Refactor the construction of the `Mistrust` type in tests.
Alexander Færøy
2022-08-29
2
-97
/
+93
[next]