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
/
src
/
fs.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Remove users of fslock other than fslock-guard.
Nick Mathewson
2026-05-06
1
-32
/
+26
*
tor-persist: migrate to web-time-compat.
Nick Mathewson
2026-03-26
1
-4
/
+4
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-6
/
+7
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+3
*
tor-persist: miri: disable tests that involve fs access
Ian Jackson
2024-10-08
1
-1
/
+3
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
implement TorClient::wait_for_stop
trinity-1686a
2024-07-11
1
-0
/
+20
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-9
/
+9
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-persist: Improve test portability
Tobias Stoeckmann
2024-03-01
1
-3
/
+5
*
tor-persist: Provide load_store module for use by state_dir
Ian Jackson
2024-01-24
1
-22
/
+16
*
tor-persist: Use correct pathnames in errors
Ian Jackson
2024-01-24
1
-5
/
+8
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-7
/
+3
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-1
/
+5
*
Use ErrorReport for errors in warn! in tor-persist
Ian Jackson
2023-01-30
1
-1
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Test a couple more error cases in tor-persist.
Nick Mathewson
2022-12-06
1
-7
/
+19
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-2
/
+2
*
Use anonymize_home() when displaying various messages.
Nick Mathewson
2022-08-31
1
-2
/
+3
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
1
-0
/
+1
*
tor-persist: Big refactoring on Error type.
Nick Mathewson
2022-07-06
1
-18
/
+81
*
tor-persist: Move Error to a module.
Nick Mathewson
2022-07-06
1
-3
/
+2
*
fs-mistrust: convert Io error variant to a struct.
Nick Mathewson
2022-06-22
1
-1
/
+1
*
Editorial improvements on fs-mistrust errors
Nick Mathewson
2022-06-22
1
-1
/
+1
*
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
1
-4
/
+99
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-1
/
+1
*
tor-persist: Use fs-mistrust to verify state file permissions.
Nick Mathewson
2022-05-09
1
-34
/
+40
*
tor-persist::fs::clean: Tweaks based on review.
Nick Mathewson
2022-04-13
1
-1
/
+2
*
Remove obsolete files from our state directory.
Nick Mathewson
2022-04-12
1
-0
/
+16
*
arti-client: Unlock the state manager on failure to bootstrap
eta
2022-02-24
1
-0
/
+11
*
tor-persist: Distinguish load vs. store json errors
Ian Jackson
2022-02-04
1
-2
/
+3
*
clippy: Pass simply &output to fs::write
Ian Jackson
2022-02-02
1
-1
/
+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
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
1
-1
/
+1
*
Replace the return type of StorageMgr::try_lock with a tristate
Nick Mathewson
2021-10-20
1
-6
/
+8
*
Change tor-persist to use json instead of toml.
Nick Mathewson
2021-10-07
1
-9
/
+8
*
Move FsStatemgr to an inner module.
Nick Mathewson
2021-09-30
1
-0
/
+191