aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-persist/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | arti-client: Unlock the state manager on failure to bootstrapeta2022-02-243-5/+33
|/
* Merge remote-tracking branch 'origin/mr/340'Nick Mathewson2022-02-231-1/+1
|\
| * Make NoLock into BadApiUsage.Nick Mathewson2022-02-221-1/+1
* | Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-1/+1
* tor_persist::Error: impl HasKind and adjust commentsIan Jackson2022-02-041-1/+24
* tor-persist: Distinguish load vs. store json errorsIan Jackson2022-02-043-10/+20
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+1
* clippy: Pass simply &output to fs::writeIan Jackson2022-02-021-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* address clippy's latest lintDaniel Eades2021-12-201-0/+1
* Fix Rustdoc errors.Nick Mathewson2021-12-081-1/+1
* Test FsStateMgr::path(), and fix a bug in it.Nick Mathewson2021-12-071-1/+8
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-0/+4
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Change how TestingStateMgr handles locking.Nick Mathewson2021-11-031-43/+80
* Upgrade to fslock version 0.2Nick Mathewson2021-10-271-1/+1
* 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-073-19/+21
* Allow building tor-persist for WASMJani Monoses2021-10-011-0/+2
* 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-302-0/+170
* 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
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+302