about summary refs log tree commit homepage
path: root/lib/PublicInbox/SharedKV.pm
DateCommit message (Expand)
2023-02-22treewide: simplify File::Path mkpath/make_path callers
2022-02-14sharedkv: avoid ambiguity for numeric-like string keys
2022-02-14sharedkv: remove unused subs
2022-01-31rewrite Linux nodatacow use in pure Perl w/o system
2021-11-01treewide: kill problematic "$h->{k} //= do {" assignments
2021-10-24shared_kv: remove cache_size attribute support
2021-10-10set nodatacow on more SQLite files
2021-09-21lei: various completion improvements
2021-07-25lei: avoid SQLite COUNT() for dedupe
2021-06-13lei ls-mail-source: write through to URL folder cache
2021-02-01sharedkv: do not set cache_size by default
2021-02-01sharedkv: use lock_for_scope_fast
2021-02-01sharedkv: lock and explicitly disconnect {dbh}
2021-02-01sharedkv: release {dbh} before rmtree
2021-01-30shared_kv: simplify PID+object guard for cleanup
2021-01-14lei_dedupe+shared_kv: ensure round-tripping serialization
2021-01-01update copyrights for 2021
2021-01-01sharedkv: split out index_values
2021-01-01sharedkv: fork()-friendly key-value store