summaryrefslogtreecommitdiff
path: root/crates/tor-persist
Commit message (Expand)AuthorAgeFilesLines
...
* tor-persist: load_store: More documentationIan Jackson2024-01-241-3/+29
* Fix doc comments.Nick Mathewson2024-01-242-2/+2
* tor-persist: state_dir: Implement the StorageHandle methodsIan Jackson2024-01-241-6/+36
* tor-persist: state_dir: (intend to) use tor_persist::ErrorIan Jackson2024-01-241-16/+4
* tor-persist: have load_store module provide deletionIan Jackson2024-01-242-0/+10
* tor-persist: Provide load_store module for use by state_dirIan Jackson2024-01-243-22/+58
* tor-persist: Use correct pathnames in errorsIan Jackson2024-01-241-5/+8
* state-dir: Use a real lock guardIan Jackson2024-01-242-4/+6
* state-dir: Move from tor-hsservice to tor-persistIan Jackson2024-01-243-1/+587
* tor-keymgr: Use keystore_error_kind() to get the error kind.Gabriela Moldovan2024-01-151-1/+1
* todos: Reference a new ticket about errorkindsIan Jackson2024-01-111-1/+1
* Remove pending semver entriesarti-v1.1.12Nick Mathewson2024-01-091-1/+0
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* tor-persist: Provide FsMistrustErrorExt, and use itIan Jackson2023-12-135-5/+65
* Remove semver.md files.Nick Mathewson2023-12-041-1/+0
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* tor-persist: Make LockStatus #[must_use]Ian Jackson2023-11-222-0/+2
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* 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
* Upgrade to sanitize-filename 0.5.0Nick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-3/+3
* 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-073-15/+11
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-1/+1
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-3/+3
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-2/+4
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-3/+3
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-2/+2
* Merge branch 'shadykaty-error-hint-v2' into 'main'eta2023-02-072-1/+2
|\
| * ErrorHint: Implement tryfrom_torpersistNick Mathewson2023-01-272-1/+2
* | Merge branch 'logs' into 'main'Nick Mathewson2023-02-012-3/+9
|\ \
| * | Use ErrorReport - run rustfmtIan Jackson2023-01-301-1/+5
| * | Use ErrorReport for errors in warn! in tor-persistIan Jackson2023-01-302-3/+5
| |/
* | 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