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
*
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
*
|
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-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
*
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
*
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
*
Change how TestingStateMgr handles locking.
Nick Mathewson
2021-11-03
1
-43
/
+80
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
1
-1
/
+1
*
Add Futureproof<T> wrapper type, use for GuardDisabled enum
eta
2021-10-27
2
-1
/
+73
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
1
-0
/
+1
*
Remove try_lock from StorageHandle.
Nick Mathewson
2021-10-20
2
-8
/
+2
*
Replace the return type of StorageMgr::try_lock with a tristate
Nick Mathewson
2021-10-20
4
-18
/
+45
*
Add a GuardMgr member to CircuitBuilder
Nick Mathewson
2021-10-10
1
-1
/
+1
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
Fix some typos (via the "typos" tool)
Nick Mathewson
2021-10-08
1
-2
/
+2
*
Change tor-persist to use json instead of toml.
Nick Mathewson
2021-10-07
3
-19
/
+21
*
Allow building tor-persist for WASM
Jani Monoses
2021-10-01
1
-0
/
+2
*
Clarify why we use a dyn pointer for StorageHandle.
Nick Mathewson
2021-09-30
1
-1
/
+7
*
remote unused tor-persist/src/config.rs
Nick Mathewson
2021-09-30
1
-10
/
+0
*
Add tests for tor-persist object-safe wrapper.
Nick Mathewson
2021-09-30
1
-0
/
+34
*
tor-persist: Add a testing-only state manager that doesn't use disk
Nick Mathewson
2021-09-30
2
-0
/
+170
*
Move FsStatemgr to an inner module.
Nick Mathewson
2021-09-30
2
-187
/
+194
*
Add an object-safe wrapper for StateMgr.
Nick Mathewson
2021-09-30
2
-0
/
+98
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
2
-0
/
+302