summaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/fs.rs
Commit message (Expand)AuthorAgeFilesLines
* 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