aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/handle.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Remove try_lock from StorageHandle.Nick Mathewson2021-10-201-6/+0
* Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-201-1/+1
* Clarify why we use a dyn pointer for StorageHandle.Nick Mathewson2021-09-301-1/+7
* Add an object-safe wrapper for StateMgr.Nick Mathewson2021-09-301-0/+84