summaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/testing.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* 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-5/+28
* tor-persist: Move Error to a module.Nick Mathewson2022-07-061-3/+2
* Fix clippy::significant_drop_in_scrutinee warningsNick Mathewson2022-06-151-1/+2
* 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