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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump patch versions *with* dependency update
Ian Jackson
2024-02-05
1
-1
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-3
/
+3
*
Run maint/fixup-features
Ian Jackson
2024-02-05
1
-1
/
+1
*
tor-persist: state_dir: Add some missing Clone and Debug impls
Ian Jackson
2024-02-01
1
-5
/
+5
*
tor-persist: state_dir: Introduce way to get at underlying lock guard
Ian Jackson
2024-02-01
2
-3
/
+39
*
tor-persist: state_dir: Make the storage handle Send and Sync
Ian Jackson
2024-02-01
1
-2
/
+5
*
Merge branch 'lowercase-slugs' into 'main'
Ian Jackson
2024-01-31
1
-1
/
+4
|
\
|
*
tor-persist: Reduce nesting in check_syntax().
Ian Jackson
2024-01-31
1
-6
/
+4
|
*
tor-persist: Reject slugs that contain uppercase characters.
Gabriela Moldovan
2024-01-31
1
-1
/
+6
*
|
tor-persist: state_dir: Fix a docs reference
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
tor-persist: state_dir: Fix a leftover reference to `delete`
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
tor-persist: Add a test for Resource::InstanceState
Ian Jackson
2024-01-31
1
-0
/
+38
*
|
Require tracing-test 0.2.4
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
Require tracing-test 0.2.2
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
tor-hsservice: state_dir: Quote some strings in an error
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
tor-hsservice: state_dir: Fix a wrong error string
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
tor-hsservice: state_dir: Fix a wrong comment
gabi-250
2024-01-31
1
-1
/
+1
*
|
tor-hsservice: state_dir: Fix typo
gabi-250
2024-01-31
1
-1
/
+1
*
|
state_dir: Deferred fmt churn
Ian Jackson
2024-01-31
1
-3
/
+1
*
|
state_dir: When comparing path, use official separators
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
state_dir: Use subdirectory rather than + notation
Ian Jackson
2024-01-31
1
-8
/
+9
*
|
state_dir: Break out make_secure_directory closure
Ian Jackson
2024-01-31
1
-4
/
+11
*
|
state_dir: Introduce local PATH_SEPARATOR alias
Ian Jackson
2024-01-31
1
-2
/
+3
*
|
tor-persist: sort Cargo.toml
Ian Jackson
2024-01-31
1
-1
/
+1
*
|
tor-persist: state_dir: Remove three unused allows
Ian Jackson
2024-01-31
1
-3
/
+0
*
|
tor-persist: state_dir: Test functionality that exists now
Ian Jackson
2024-01-31
2
-0
/
+109
*
|
tor-persist: state_dir: Enable rustfmt (formatting)
Ian Jackson
2024-01-31
1
-15
/
+14
*
|
tor-persist: state_dir: Implement StateDirectory::new
Ian Jackson
2024-01-31
1
-1
/
+17
*
|
tor-persist: state_dir: Implement acquire_instance
Ian Jackson
2024-01-31
2
-7
/
+157
*
|
tor-persist: state_dir: Implement InstanceStateHandle and StorageHandle
Ian Jackson
2024-01-31
1
-8
/
+89
*
|
tor-persist: state_dir: Have instance id throw fmt::Error
Ian Jackson
2024-01-31
1
-5
/
+5
*
|
tor-persist: Error: Provide for handling LocalResourceAlreadyInUse
Ian Jackson
2024-01-31
1
-0
/
+5
*
|
tor-persist: Error: Provide for handling BadSlug
Ian Jackson
2024-01-31
1
-1
/
+24
*
|
tor-persist: state_dir: Two API fixes
Ian Jackson
2024-01-31
1
-2
/
+2
*
|
tor-persist: state_dir: Rename InstanceStateHandle::purge (from delete)
Ian Jackson
2024-01-31
1
-2
/
+2
*
|
tor-persist: state_dir: Enable rustfmt
Ian Jackson
2024-01-31
1
-1
/
+0
*
|
tor-persist: load_store: Add some tracing
Ian Jackson
2024-01-31
1
-3
/
+18
*
|
tor-persist: Fix a doc comment
Ian Jackson
2024-01-31
1
-1
/
+1
|
/
*
tor-persist: Document that slugs cannot start with '-'.
Gabriela Moldovan
2024-01-31
1
-1
/
+1
*
tor-persist: Make all Slugs non-empty.
Gabriela Moldovan
2024-01-31
1
-10
/
+13
*
tor-persist: Forbid slugs from starting with a hyphen.
Gabriela Moldovan
2024-01-31
1
-1
/
+21
*
tor_persist::slug: Allow hyphens in Slugs.
Gabriela Moldovan
2024-01-31
1
-2
/
+3
*
slug: Provide BadSlug::EmptySlugNotAllowed
Ian Jackson
2024-01-29
1
-0
/
+12
*
Merge branch 'slug2' into 'main'
Ian Jackson
2024-01-25
2
-94
/
+62
|
\
|
*
state_dir: Remove a now-unused allow
Ian Jackson
2024-01-25
1
-1
/
+0
|
*
state_dir: Replace InstanceIdString with Slug and SlugRef
Ian Jackson
2024-01-25
1
-44
/
+14
|
*
state_dir: Abolish now-obsolete Slug trait rename
Ian Jackson
2024-01-25
1
-5
/
+3
|
*
slugs: Provide TryIntoSlug, and replace state_dir::Slug with it
Ian Jackson
2024-01-25
2
-47
/
+48
*
|
Merge branch 'slug4' into 'main'
gabi-250
2024-01-25
1
-0
/
+5
|
\
\
|
*
|
slug: Implement the AsRefs for Slug as well as for SlugRef
Ian Jackson
2024-01-25
1
-0
/
+5
|
|
/
[next]