summaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/testing.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-client: Unlock the state manager on failure to bootstrapeta2022-02-241-5/+18
* tor-persist: Distinguish load vs. store json errorsIan Jackson2022-02-041-2/+3
* address clippy's latest lintDaniel Eades2021-12-201-0/+1
* Change how TestingStateMgr handles locking.Nick Mathewson2021-11-031-43/+80
* Add Futureproof<T> wrapper type, use for GuardDisabled enumeta2021-10-271-0/+42
* Remove try_lock from StorageHandle.Nick Mathewson2021-10-201-2/+2
* Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-201-8/+12
* Fix some typos (via the "typos" tool)Nick Mathewson2021-10-081-2/+2
* Change tor-persist to use json instead of toml.Nick Mathewson2021-10-071-3/+4
* Add tests for tor-persist object-safe wrapper.Nick Mathewson2021-09-301-0/+34
* tor-persist: Add a testing-only state manager that doesn't use diskNick Mathewson2021-09-301-0/+166