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
...
*
tor-persist: state_dir: purge API: Clarify callback edge cases
Ian Jackson
2024-02-08
1
-1
/
+26
*
tor-persist: state_dir: purge API: Add notes about instance mtime
Ian Jackson
2024-02-08
1
-0
/
+9
*
tor-persist: state_dir: purge API: Discuss deletion non-atomicity
Ian Jackson
2024-02-08
1
-0
/
+31
*
tor-persist: state_dir: purge API: Replace retain_unused_for with age_filter
Ian Jackson
2024-02-08
1
-14
/
+14
*
tor-persist: state_dir: purge API: Have purge_instances take SystemTime
Ian Jackson
2024-02-08
1
-3
/
+10
*
tor-persist: state_dir: purge API: PurgeHandler must provide the kind
Ian Jackson
2024-02-08
1
-0
/
+6
*
tor-persist: state_dir: docs: Remove a duplicated paragraph
Ian Jackson
2024-02-08
1
-5
/
+0
*
tor-persist: state_dir: docs: Linkify a ref to StorageHandle
Ian Jackson
2024-02-08
1
-1
/
+1
*
tor-persist: state_dir: Implement list_instances
Ian Jackson
2024-02-08
2
-5
/
+71
*
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
1
-3
/
+38
*
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
*
|
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: 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
1
-0
/
+106
*
|
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
[prev]
[next]