aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-persist/src
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-104-0/+4
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-072-14/+10
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Merge branch 'shadykaty-error-hint-v2' into 'main'eta2023-02-071-1/+1
|\
| * ErrorHint: Implement tryfrom_torpersistNick Mathewson2023-01-271-1/+1
* | Use ErrorReport - run rustfmtIan Jackson2023-01-301-1/+5
* | Use ErrorReport for errors in warn! in tor-persistIan Jackson2023-01-302-3/+5
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-273-0/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+24
* Test a couple more error cases in tor-persist.Nick Mathewson2022-12-062-8/+29
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-182-5/+5
* tor-persist: use map_whileNick Mathewson2022-11-101-4/+1
* 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