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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-239
/
+1
*
README doctests: fix fs-mistrust
Ian Jackson
2022-10-12
1
-3
/
+12
*
Bump crates that have had no API changes.
Nick Mathewson
2022-10-03
1
-1
/
+1
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-15
/
+12
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-2
/
+0
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-1
/
+1
*
Fix broken build and tests after arti!700.
Alexander Færøy
2022-08-31
1
-3
/
+4
*
Update README.md files with "readmes" tool.
Nick Mathewson
2022-08-31
1
-2
/
+3
*
Merge branch 'compact_home_2' into 'main'
Nick Mathewson
2022-08-31
6
-8
/
+186
|
\
|
*
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
5
-2
/
+162
*
|
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
|
/
*
Bump toml dependency
Ian Jackson
2022-08-25
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
fix fs-misstrust on android
trinity-1686a
2022-08-08
3
-12
/
+45
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-2
/
+0
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-1
/
+1
*
update semver status file
trinity-1686a
2022-07-30
1
-0
/
+1
*
fix runtime issues on ios
trinity-1686a
2022-07-30
1
-2
/
+7
*
remove dependancy 'users' on iOS
trinity-1686a
2022-07-30
3
-10
/
+22
*
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
*
Semver tweaks from review.
Ian Jackson
2022-07-19
1
-1
/
+1
*
fs-mistrust: API to disable based on environment
Nick Mathewson
2022-07-19
4
-5
/
+218
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-1
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-1
/
+1
*
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
4
-23
/
+20
*
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
[prev]
[next]