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: 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
|
*
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
|
|
/
*
/
slug: Fix maint/check_doc_features
Ian Jackson
2024-01-25
1
-0
/
+2
|
/
*
tor_persist::slug: Abolish ForbiddenOnWindows on non-Windows
Ian Jackson
2024-01-25
1
-21
/
+9
*
Introduce tor_persist::slug module
Ian Jackson
2024-01-25
2
-0
/
+397
*
tor-persist: load_store: More documentation
Ian Jackson
2024-01-24
1
-3
/
+29
*
Fix doc comments.
Nick Mathewson
2024-01-24
2
-2
/
+2
*
tor-persist: state_dir: Implement the StorageHandle methods
Ian Jackson
2024-01-24
1
-6
/
+36
*
tor-persist: state_dir: (intend to) use tor_persist::Error
Ian Jackson
2024-01-24
1
-16
/
+4
*
tor-persist: have load_store module provide deletion
Ian Jackson
2024-01-24
2
-0
/
+10
*
tor-persist: Provide load_store module for use by state_dir
Ian Jackson
2024-01-24
3
-22
/
+58
*
tor-persist: Use correct pathnames in errors
Ian Jackson
2024-01-24
1
-5
/
+8
*
state-dir: Use a real lock guard
Ian Jackson
2024-01-24
1
-3
/
+4
*
state-dir: Move from tor-hsservice to tor-persist
Ian Jackson
2024-01-24
2
-0
/
+581
*
tor-keymgr: Use keystore_error_kind() to get the error kind.
Gabriela Moldovan
2024-01-15
1
-1
/
+1
*
todos: Reference a new ticket about errorkinds
Ian Jackson
2024-01-11
1
-1
/
+1
[prev]
[next]