summaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/fs.rs
Commit message (Expand)AuthorAgeFilesLines
* Use ErrorReport - run rustfmtIan Jackson2023-01-301-1/+5
* Use ErrorReport for errors in warn! in tor-persistIan Jackson2023-01-301-1/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Test a couple more error cases in tor-persist.Nick Mathewson2022-12-061-7/+19
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-311-2/+3
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* tor-persist: Big refactoring on Error type.Nick Mathewson2022-07-061-18/+81
* tor-persist: Move Error to a module.Nick Mathewson2022-07-061-3/+2
* fs-mistrust: convert Io error variant to a struct.Nick Mathewson2022-06-221-1/+1
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-1/+1
* Remove some stray dbg!() calls.Nick Mathewson2022-05-261-2/+1
* Test a few more corner cases in tor-persistNick Mathewson2022-05-251-4/+99
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-1/+1
* tor-persist: Use fs-mistrust to verify state file permissions.Nick Mathewson2022-05-091-34/+40
* tor-persist::fs::clean: Tweaks based on review.Nick Mathewson2022-04-131-1/+2
* Remove obsolete files from our state directory.Nick Mathewson2022-04-121-0/+16
* arti-client: Unlock the state manager on failure to bootstrapeta2022-02-241-0/+11
* tor-persist: Distinguish load vs. store json errorsIan Jackson2022-02-041-2/+3
* clippy: Pass simply &output to fs::writeIan Jackson2022-02-021-1/+1
* Fix Rustdoc errors.Nick Mathewson2021-12-081-1/+1
* Test FsStateMgr::path(), and fix a bug in it.Nick Mathewson2021-12-071-1/+8
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-0/+4
* Upgrade to fslock version 0.2Nick Mathewson2021-10-271-1/+1
* Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-201-6/+8
* Change tor-persist to use json instead of toml.Nick Mathewson2021-10-071-9/+8
* Move FsStatemgr to an inner module.Nick Mathewson2021-09-301-0/+191