summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-1/+1
* Fix broken build and tests after arti!700.Alexander Færøy2022-08-311-3/+4
* Update README.md files with "readmes" tool.Nick Mathewson2022-08-311-2/+3
* Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-316-8/+186
|\
| * Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-312-8/+26
| * fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-315-2/+162
* | Comment out docstring as it fails to compile on Windows.Alexander Færøy2022-08-301-2/+3
* | Disable 3 tests in fs-mistrust.Alexander Færøy2022-08-301-0/+3
* | Use `expect()` instead of `unwrap()` in `mistrust_build()`.Alexander Færøy2022-08-291-1/+1
* | Refactor the construction of the `Mistrust` type in tests.Alexander Færøy2022-08-292-97/+93
* | Document in link_rel() why we do not support symlinks on Windows.Alexander Færøy2022-08-291-0/+4
* | Disable fs-mistrust's simple_cases() unit test on non-Unix.Alexander Færøy2022-08-261-1/+5
* | Fix compilation of tests for Windows.Alexander Færøy2022-08-261-13/+49
* | Mark fs-mistrust's link_rel() and link_abs() as Unix-only.Alexander Færøy2022-08-261-10/+3
* | Mark the repeats and looping tests in fs-mistrust as Unix-only.Alexander Færøy2022-08-261-1/+6
* | fs-mistrust: Try to handle verbatim prefixes in test.Nick Mathewson2022-08-261-0/+31
* | fs-mistrust: Clarify comment on `stack`Ian Jackson2022-08-261-0/+2
* | fs-mistrust: Handle windows prefixes specially.Nick Mathewson2022-08-261-11/+50
|/
* Bump toml dependencyIan Jackson2022-08-251-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* fix fs-misstrust on androidtrinity-1686a2022-08-083-12/+45
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-1/+1
* update semver status filetrinity-1686a2022-07-301-0/+1
* fix runtime issues on iostrinity-1686a2022-07-301-2/+7
* remove dependancy 'users' on iOStrinity-1686a2022-07-303-10/+22
* fix nighly clippytrinity-1686a2022-07-231-3/+2
* fs-mistrust: accept "n" as "no".Nick Mathewson2022-07-191-2/+2
* Semver tweaks from review.Ian Jackson2022-07-191-1/+1
* fs-mistrust: API to disable based on environmentNick Mathewson2022-07-194-5/+218
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* fs-mistrust: convert Io error variant to a struct.Nick Mathewson2022-06-221-5/+17
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-224-23/+20
* Do not include error source() in display() format.Nick Mathewson2022-06-211-1/+1
* Merge branch 'better-fs-mistrust-badpermissions-string' into 'main'Ian Jackson2022-06-024-29/+43
|\
| * fs-mistrust: Improve BadPermission stringAlex Xu (Hello71)2022-05-313-17/+31
| * fs-mistrust: BadPermission(_, _) -> BadPermission(..)Alex Xu (Hello71)2022-05-313-12/+12
* | Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+3
|\ \
| * | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
| * | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
| |/
* / mistrust: Canonicalise prefix from Some("") to NoneIan Jackson2022-05-301-0/+1
|/
* Merge branch 'bug487' into 'main'Ian Jackson2022-05-301-0/+6
|\
| * fs-mistrust: add getegid() to getgrouplist() output.Nick Mathewson2022-05-271-0/+6
* | Merge branch 'chore/integrate_cargo_sort' into 'main'Ian Jackson2022-05-301-1/+1
|\ \
| * | Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-1/+1
| |/
* | Merge branch 'mistrust_osstring_limitation' into 'main'Ian Jackson2022-05-302-4/+13
|\ \ | |/ |/|
| * fs-mistrust: Document problems with non-UTF8 OsString in tomlNick Mathewson2022-05-262-4/+13
* | Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
|/