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
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-3
/
+3
*
Merge branch 'tests-20220525' into 'main'
Nick Mathewson
2022-05-26
2
-4
/
+110
|
\
|
*
Remove some stray dbg!() calls.
Nick Mathewson
2022-05-26
1
-2
/
+1
|
*
Test a few more corner cases in tor-persist
Nick Mathewson
2022-05-25
2
-4
/
+111
*
|
update readmes
trinity-1686a
2022-05-25
1
-1
/
+1
|
/
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-1
/
+1
*
Update to newer sanitize-filename and tinystr.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
3
-35
/
+51
|
\
|
*
tor-persist: Use fs-mistrust to verify state file permissions.
Nick Mathewson
2022-05-09
3
-35
/
+51
*
|
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-2
/
+2
|
/
*
serde attributes: A tiny bit of reordering
Ian Jackson
2022-05-05
1
-1
/
+1
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Fix build with Rust 1.53; we can't use map_while
Nick Mathewson
2022-04-14
1
-1
/
+4
*
tor-persist::fs::clean: Log warnings for directory read failures
Ian Jackson
2022-04-14
1
-1
/
+19
*
tor-persist::fs::clean: Tweaks based on review.
Nick Mathewson
2022-04-13
2
-22
/
+34
*
Remove obsolete files from our state directory.
Nick Mathewson
2022-04-12
3
-0
/
+139
*
Re-indent tor-persist/Cargo.toml.
Nick Mathewson
2022-04-12
1
-4
/
+4
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-2
/
+2
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-2
/
+2
*
|
arti-client: Unlock the state manager on failure to bootstrap
eta
2022-02-24
3
-5
/
+33
|
/
*
Merge remote-tracking branch 'origin/mr/340'
Nick Mathewson
2022-02-23
1
-1
/
+1
|
\
|
*
Make NoLock into BadApiUsage.
Nick Mathewson
2022-02-22
1
-1
/
+1
*
|
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
|
/
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
1
-1
/
+1
*
tor_persist::Error: impl HasKind and adjust comments
Ian Jackson
2022-02-04
1
-1
/
+24
*
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
1
-0
/
+1
*
tor-persist: Distinguish load vs. store json errors
Ian Jackson
2022-02-04
3
-10
/
+20
*
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-0
/
+1
*
clippy: Pass simply &output to fs::write
Ian Jackson
2022-02-02
1
-1
/
+1
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-1
/
+1
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-4
/
+4
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
address clippy's latest lint
Daniel Eades
2021-12-20
1
-0
/
+1
*
Fix Rustdoc errors.
Nick Mathewson
2021-12-08
1
-1
/
+1
*
Test FsStateMgr::path(), and fix a bug in it.
Nick Mathewson
2021-12-07
1
-1
/
+8
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
1
-0
/
+4
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-1
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-0
/
+1
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Remove unused "dirs" dependency from tor-persist.
Nick Mathewson
2021-11-16
1
-1
/
+0
*
Document that the "testing" feature is not semver-covered.
Nick Mathewson
2021-11-11
1
-0
/
+2
*
Change how TestingStateMgr handles locking.
Nick Mathewson
2021-11-03
1
-43
/
+80
*
tor-persist: serde usage now requires derive feature.
Nick Mathewson
2021-10-29
1
-2
/
+1
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-1
/
+1
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
2
-2
/
+2
[next]