index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-persist
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-2
/
+0
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
9
-9
/
+9
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
8
-23
/
+26
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
2
-4
/
+11
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
fix: remove backspace in comment
Tobias Stoeckmann
2025-04-25
1
-1
/
+1
*
hashx, tor-persist: fix intra-doc link backticks
hashcatHitman
2025-04-16
1
-1
/
+1
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-2
/
+2
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.
Gabriela Moldovan
2024-10-31
1
-1
/
+1
*
tor-persist: Add a slug timestamp type.
Gabriela Moldovan
2024-10-31
2
-0
/
+134
*
tor-persist: Explain why colons will never be valid slug chars.
Gabriela Moldovan
2024-10-23
1
-0
/
+4
*
Merge branch 'miri-1' into 'main'
Ian Jackson
2024-10-09
4
-4
/
+10
|
\
|
*
tor-persist: miri: disable tests that involve fs access
Ian Jackson
2024-10-08
4
-4
/
+10
*
|
tor-hsservice: Move HsNickname to tor-persist.
Gabriela Moldovan
2024-10-08
2
-0
/
+139
|
/
*
tor-persist: Allow all dead code if not all features enabled
Ian Jackson
2024-09-30
1
-0
/
+3
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
2
-18
/
+18
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
implement TorClient::wait_for_stop
trinity-1686a
2024-07-11
1
-0
/
+20
*
tor-persist: Deprecate ErrorSource::Permissions, use Inaccessible
Ian Jackson
2024-07-10
1
-1
/
+9
*
tor-persist: Correct message and description for mistrust error
Ian Jackson
2024-07-10
1
-2
/
+4
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-9
/
+9
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
1
-1
/
+1
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+2
*
Suppress a false positive for a new lint on Rust Beta
Ian Jackson
2024-05-13
1
-0
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-17
/
+18
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
6
-0
/
+6
*
Use tor_basic_utils::PathExt::display_lossy
Ian Jackson
2024-03-05
3
-6
/
+9
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
tor-persist: Improve test portability
Tobias Stoeckmann
2024-03-01
1
-3
/
+5
|
/
*
tor-persist: state_dir: Use DOT_LOCK in the final location
Ian Jackson
2024-02-08
1
-1
/
+1
*
tor-persist: state_dir: Introduce DOT_LOCK
Ian Jackson
2024-02-08
1
-2
/
+7
*
tor-persist: state_dir: Introduce LOCK_EXTN
Ian Jackson
2024-02-08
1
-4
/
+6
*
tor-persist: state_dir: Add a note about the instance modification time
Ian Jackson
2024-02-08
1
-0
/
+3
*
tor-persist: state_dir: Test that junk is ignored
Ian Jackson
2024-02-08
1
-0
/
+27
*
tor-persist: state_dir: Fix typo
Nick Mathewson
2024-02-08
1
-1
/
+1
*
tor-persist: state_dir: Improve an error message
Nick Mathewson
2024-02-08
1
-1
/
+1
*
tor-persist: state_dir: Add a clippy allow
Ian Jackson
2024-02-08
1
-0
/
+1
*
tor-persist: state_dir: (Re)move unused imports and allow (fmt)
Ian Jackson
2024-02-08
1
-1
/
+1
*
tor-persist: state_dir: (Re)move unused imports and allow
Ian Jackson
2024-02-08
1
-15
/
+10
*
tor-persist: state_dir terminology: Use "INSTANCE_ID" in docs
Ian Jackson
2024-02-08
1
-5
/
+5
*
tor-persist: state_dir tests: Test mtime reset
Ian Jackson
2024-02-08
1
-1
/
+184
*
tor-persist: state_dir tests: Test iteration and purge
Ian Jackson
2024-02-08
1
-0
/
+256
*
tor-persist: state_dir tests: Break out mk_state_dir
Ian Jackson
2024-02-08
1
-5
/
+9
*
tor-persist: state_dir terminology: Use "key", not "slug" (fmt)
Ian Jackson
2024-02-08
1
-9
/
+4
[next]