summaryrefslogtreecommitdiff
path: root/crates/tor-persist
Commit message (Expand)AuthorAgeFilesLines
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-1/+1
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-273-0/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-lints' into 'main'eta2023-01-063-0/+24
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+24
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Test a couple more error cases in tor-persist.Nick Mathewson2022-12-062-8/+29
* Bump the minor version of every crate.Nick Mathewson2022-11-301-3/+3
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-182-5/+5
* tor-persist: use map_whileNick Mathewson2022-11-101-4/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+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
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-2/+2
* 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-242-0/+4
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* 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-065-51/+211
* tor-persist: Move Error to a module.Nick Mathewson2022-07-064-75/+80
* Bump crate and dependency versions.Nick Mathewson2022-06-241-3/+3
* 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
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-2/+2
* 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