index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-persist
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
3
-0
/
+398
*
tor-persist: state_dir: Demote anyhow to dev dep
Ian Jackson
2024-01-24
1
-2
/
+2
*
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
2
-4
/
+6
*
state-dir: Move from tor-hsservice to tor-persist
Ian Jackson
2024-01-24
3
-1
/
+587
*
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
*
Remove pending semver entries
arti-v1.1.12
Nick Mathewson
2024-01-09
1
-1
/
+0
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-2
/
+2
*
tor-persist: Provide FsMistrustErrorExt, and use it
Ian Jackson
2023-12-13
5
-5
/
+65
*
Remove semver.md files.
Nick Mathewson
2023-12-04
1
-1
/
+0
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-2
/
+2
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
tor-persist: Make LockStatus #[must_use]
Ian Jackson
2023-11-22
2
-0
/
+2
*
Bump patchlevel (not dependents) on crates with trivial changes
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
3
-0
/
+3
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Upgrade to sanitize-filename 0.5.0
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-3
/
+3
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
4
-0
/
+4
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
3
-15
/
+11
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
Bump versions on crates with nonfunctional changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-3
/
+3
*
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-2
/
+4
[prev]
[next]