summaryrefslogtreecommitdiff
path: root/crates/tor-persist
Commit message (Expand)AuthorAgeFilesLines
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-3/+3
* Merge branch 'tests-20220525' into 'main'Nick Mathewson2022-05-262-4/+110
|\
| * Remove some stray dbg!() calls.Nick Mathewson2022-05-261-2/+1
| * Test a few more corner cases in tor-persistNick Mathewson2022-05-252-4/+111
* | update readmestrinity-1686a2022-05-251-1/+1
|/
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-1/+1
* Update to newer sanitize-filename and tinystr.Nick Mathewson2022-05-231-1/+1
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-093-35/+51
|\
| * tor-persist: Use fs-mistrust to verify state file permissions.Nick Mathewson2022-05-093-35/+51
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-2/+2
|/
* serde attributes: A tiny bit of reorderingIan Jackson2022-05-051-1/+1
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Fix build with Rust 1.53; we can't use map_whileNick Mathewson2022-04-141-1/+4
* tor-persist::fs::clean: Log warnings for directory read failuresIan Jackson2022-04-141-1/+19
* tor-persist::fs::clean: Tweaks based on review.Nick Mathewson2022-04-132-22/+34
* Remove obsolete files from our state directory.Nick Mathewson2022-04-123-0/+139
* Re-indent tor-persist/Cargo.toml.Nick Mathewson2022-04-121-4/+4
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-2/+2
* 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
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-2/+2
* | 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-error: Add as a ddpendency to many cratesIan Jackson2022-02-041-0/+1
* 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
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-1/+1
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-4/+4
* 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
* Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Remove unused "dirs" dependency from tor-persist.Nick Mathewson2021-11-161-1/+0
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+2
* Change how TestingStateMgr handles locking.Nick Mathewson2021-11-031-43/+80
* 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