summaryrefslogtreecommitdiff
path: root/crates/tor-persist/src
Commit message (Expand)AuthorAgeFilesLines
* tor-persist: migrate to web-time-compat.Nick Mathewson2026-03-264-16/+18
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-069-9/+9
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-078-23/+26
* Update code for Edition 2024Nick Mathewson2025-08-072-4/+11
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* fix: remove backspace in commentTobias Stoeckmann2025-04-251-1/+1
* hashx, tor-persist: fix intra-doc link backtickshashcatHitman2025-04-161-1/+1
* fix: fix typosDimitris Apostolou2025-01-301-2/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-311-1/+1
* tor-persist: Add a slug timestamp type.Gabriela Moldovan2024-10-312-0/+134
* tor-persist: Explain why colons will never be valid slug chars.Gabriela Moldovan2024-10-231-0/+4
* Merge branch 'miri-1' into 'main'Ian Jackson2024-10-094-4/+10
|\
| * tor-persist: miri: disable tests that involve fs accessIan Jackson2024-10-084-4/+10
* | tor-hsservice: Move HsNickname to tor-persist.Gabriela Moldovan2024-10-082-0/+139
|/
* tor-persist: Allow all dead code if not all features enabledIan Jackson2024-09-301-0/+3
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-18/+18
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* implement TorClient::wait_for_stoptrinity-1686a2024-07-111-0/+20
* tor-persist: Deprecate ErrorSource::Permissions, use InaccessibleIan Jackson2024-07-101-1/+9
* tor-persist: Correct message and description for mistrust errorIan Jackson2024-07-101-2/+4
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-081-9/+9
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-171-1/+1
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+2
* Suppress a false positive for a new lint on Rust BetaIan Jackson2024-05-131-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Switch to derive-deftlyIan Jackson2024-04-031-17/+18
* Run maint/add_warning.Nick Mathewson2024-03-136-0/+6
* Use tor_basic_utils::PathExt::display_lossyIan Jackson2024-03-053-6/+9
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | tor-persist: Improve test portabilityTobias Stoeckmann2024-03-011-3/+5
|/
* tor-persist: state_dir: Use DOT_LOCK in the final locationIan Jackson2024-02-081-1/+1
* tor-persist: state_dir: Introduce DOT_LOCKIan Jackson2024-02-081-2/+7
* tor-persist: state_dir: Introduce LOCK_EXTNIan Jackson2024-02-081-4/+6
* tor-persist: state_dir: Add a note about the instance modification timeIan Jackson2024-02-081-0/+3
* tor-persist: state_dir: Test that junk is ignoredIan Jackson2024-02-081-0/+27
* tor-persist: state_dir: Fix typoNick Mathewson2024-02-081-1/+1
* tor-persist: state_dir: Improve an error messageNick Mathewson2024-02-081-1/+1
* tor-persist: state_dir: Add a clippy allowIan Jackson2024-02-081-0/+1
* tor-persist: state_dir: (Re)move unused imports and allow (fmt)Ian Jackson2024-02-081-1/+1
* tor-persist: state_dir: (Re)move unused imports and allowIan Jackson2024-02-081-15/+10
* tor-persist: state_dir terminology: Use "INSTANCE_ID" in docsIan Jackson2024-02-081-5/+5
* tor-persist: state_dir tests: Test mtime resetIan Jackson2024-02-081-1/+184
* tor-persist: state_dir tests: Test iteration and purgeIan Jackson2024-02-081-0/+256