aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Add Futureproof<T> wrapper type, use for GuardDisabled enumeta2021-10-271-1/+31
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-271-0/+1
* Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-201-3/+24
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-1/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Change tor-persist to use json instead of toml.Nick Mathewson2021-10-071-7/+9
* Allow building tor-persist for WASMJani Monoses2021-10-011-0/+2
* tor-persist: Add a testing-only state manager that doesn't use diskNick Mathewson2021-09-301-0/+4
* Move FsStatemgr to an inner module.Nick Mathewson2021-09-301-187/+3
* Add an object-safe wrapper for StateMgr.Nick Mathewson2021-09-301-0/+14
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+292