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
*
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
*
remove dependancy 'users' on iOS
trinity-1686a
2022-07-30
2
-9
/
+19
*
fix nighly clippy
trinity-1686a
2022-07-23
1
-3
/
+2
*
fs-mistrust: accept "n" as "no".
Nick Mathewson
2022-07-19
1
-2
/
+2
*
fs-mistrust: API to disable based on environment
Nick Mathewson
2022-07-19
3
-5
/
+217
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
fs-mistrust: convert Io error variant to a struct.
Nick Mathewson
2022-06-22
1
-5
/
+17
*
Editorial improvements on fs-mistrust errors
Nick Mathewson
2022-06-22
2
-23
/
+18
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-1
/
+1
*
Merge branch 'better-fs-mistrust-badpermissions-string' into 'main'
Ian Jackson
2022-06-02
4
-29
/
+43
|
\
|
*
fs-mistrust: Improve BadPermission string
Alex Xu (Hello71)
2022-05-31
3
-17
/
+31
|
*
fs-mistrust: BadPermission(_, _) -> BadPermission(..)
Alex Xu (Hello71)
2022-05-31
3
-12
/
+12
*
|
Merge branch 'lint' into 'main'
Ian Jackson
2022-05-31
1
-0
/
+3
|
\
\
|
*
|
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
|
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
|
|
/
*
/
mistrust: Canonicalise prefix from Some("") to None
Ian Jackson
2022-05-30
1
-0
/
+1
|
/
*
Merge branch 'bug487' into 'main'
Ian Jackson
2022-05-30
1
-0
/
+6
|
\
|
*
fs-mistrust: add getegid() to getgrouplist() output.
Nick Mathewson
2022-05-27
1
-0
/
+6
*
|
fs-mistrust: Document problems with non-UTF8 OsString in toml
Nick Mathewson
2022-05-26
2
-4
/
+13
|
/
*
fs-mistrust: allow symlinks to have any permissions
Alex Xu (Hello71)
2022-05-25
2
-1
/
+12
*
Use serde attrs instead of manual impls
Nick Mathewson
2022-05-24
2
-28
/
+14
*
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
1
-1
/
+1
*
Write custom serde impls for Trusted{User,Group}
Nick Mathewson
2022-05-24
2
-10
/
+320
*
Add serde derives for MistrustBuilder.
Nick Mathewson
2022-05-24
2
-0
/
+15
*
fs-mistrust: Add Group and User types.
Nick Mathewson
2022-05-24
3
-24
/
+195
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
4
-130
/
+197
*
fs-mistrust: rename fields
Nick Mathewson
2022-05-24
2
-15
/
+15
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
4
-21
/
+205
|
\
|
*
Loosen checking for readable files within target directories.
Nick Mathewson
2022-05-09
2
-14
/
+30
|
*
fs-mistrust: add various methods.
Nick Mathewson
2022-05-09
2
-7
/
+174
|
*
Derive Clone and Debug for CheckedDir.
Nick Mathewson
2022-05-05
1
-0
/
+1
*
|
Fix typos (using the typos-cli tool).
Nick Mathewson
2022-05-04
1
-1
/
+1
|
/
[next]