aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-persist/src
Commit message (Expand)AuthorAgeFilesLines
...
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-9/+1
* Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-312-4/+6
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-persist: Resource::Temporary: Mark with cfgIan Jackson2022-07-181-0/+1
* tor-persist: StateMgr: vagueify docs about NoLock errorIan Jackson2022-07-121-1/+1
* tor-persist: Big refactoring on Error type.Nick Mathewson2022-07-063-51/+209
* tor-persist: Move Error to a module.Nick Mathewson2022-07-064-75/+80
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* fs-mistrust: convert Io error variant to a struct.Nick Mathewson2022-06-221-1/+1
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-1/+1
* Fix clippy::significant_drop_in_scrutinee warningsNick Mathewson2022-06-151-1/+2
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* 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
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-1/+1
* tor-persist: Use fs-mistrust to verify state file permissions.Nick Mathewson2022-05-092-35/+50
* serde attributes: A tiny bit of reorderingIan Jackson2022-05-051-1/+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-122-0/+138
* 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