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: 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
*
|
Document in link_rel() why we do not support symlinks on Windows.
Alexander Færøy
2022-08-29
1
-0
/
+4
*
|
Disable fs-mistrust's simple_cases() unit test on non-Unix.
Alexander Færøy
2022-08-26
1
-1
/
+5
*
|
Fix compilation of tests for Windows.
Alexander Færøy
2022-08-26
1
-13
/
+49
*
|
Mark fs-mistrust's link_rel() and link_abs() as Unix-only.
Alexander Færøy
2022-08-26
1
-10
/
+3
*
|
Mark the repeats and looping tests in fs-mistrust as Unix-only.
Alexander Færøy
2022-08-26
1
-1
/
+6
*
|
fs-mistrust: Try to handle verbatim prefixes in test.
Nick Mathewson
2022-08-26
1
-0
/
+31
*
|
fs-mistrust: Clarify comment on `stack`
Ian Jackson
2022-08-26
1
-0
/
+2
*
|
fs-mistrust: Handle windows prefixes specially.
Nick Mathewson
2022-08-26
1
-11
/
+50
|
/
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
fix fs-misstrust on android
trinity-1686a
2022-08-08
2
-11
/
+44
*
fix runtime issues on ios
trinity-1686a
2022-07-30
1
-2
/
+7
[next]