summaryrefslogtreecommitdiff
path: root/crates/tor-persist
Commit message (Expand)AuthorAgeFilesLines
* tor-persist: serde usage now requires derive feature.Nick Mathewson2021-10-291-2/+1
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-1/+1
* Upgrade to fslock version 0.2Nick Mathewson2021-10-272-2/+2
* Add Futureproof<T> wrapper type, use for GuardDisabled enumeta2021-10-272-1/+73
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-271-0/+1
* Remove try_lock from StorageHandle.Nick Mathewson2021-10-202-8/+2
* Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-204-18/+45
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-1/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* 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-074-20/+22
* Allow building tor-persist for WASMJani Monoses2021-10-012-1/+5
* Clarify why we use a dyn pointer for StorageHandle.Nick Mathewson2021-09-301-1/+7
* remote unused tor-persist/src/config.rsNick Mathewson2021-09-301-10/+0
* 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-303-0/+174
* Move FsStatemgr to an inner module.Nick Mathewson2021-09-302-187/+194
* Add an object-safe wrapper for StateMgr.Nick Mathewson2021-09-302-0/+98
* update fslock to compile androidTrinity Pointard2021-09-251-1/+1
* Upgrade memmap2, directories, and dirs dependencies.Nick Mathewson2021-09-231-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-274-0/+337