]> git.bitcoin.ninja Git - rust-lightning/history - lightning-persister/src/fs_store.rs
Add benchmarking for `FilesystemStore`
[rust-lightning] / lightning-persister / src / fs_store.rs
2023-08-23 Elias RohrerAdd benchmarking for `FilesystemStore`
2023-08-23 Elias RohrerMigrate `FilesystemPersister` tests to `FilesystemStore`
2023-08-23 Elias Rohrerf Cleanup lock handling
2023-08-23 Elias Rohrerf Account for `KVStore::read` returning a `Vec<u8>`
2023-08-23 Elias Rohrerf Use sync_all rather than libc::fsync
2023-08-23 Elias Rohrerf Use test-specific temp dir
2023-08-23 Elias Rohrerf Reuse `dest_file_path` as lock key
2023-08-23 Elias Rohrerf Reintroduce per-write tmp files
2023-08-23 Elias Rohrerf Better handling of `relative_path`
2023-08-23 Elias Rohrerf Check `namespace`/`key` for control characters
2023-08-23 Elias Rohrerf Move empty-key checks before taking locks
2023-08-23 Elias RohrerAdd `FilesystemStore`