about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
DateCommit message (Expand)
2021-01-03use Eml (or MIME) objects for all indexing paths
2021-01-03searchidxshard: replace index_raw with index_eml
2021-01-03searchidxshard: IPC conversion, part 2
2021-01-03searchidxshard: use PublicInbox::IPC to kill lots of code
2021-01-01update copyrights for 2021
2021-01-01spawn: move run_die here from PublicInbox::Import
2020-12-31Merge remote-tracking branch 'origin/master' into lorelei
2020-12-27extindex: --watch for inotify-based updates
2020-12-26v2writable: don't verify tip if reindexing
2020-12-26index: do not attach inbox to extindex unless updated
2020-12-25index: support --fast-noop / -F switch
2020-12-25inboxwritable: delay umask_prepare calls
2020-12-19search: simplify initialization, add ->xdb_shards_flat
2020-12-19lei_store: local storage for Local Email Interface
2020-12-17inboxwritable: drop git_dir_n sub
2020-12-17inbox: simplify v2 epoch counting
2020-12-17extsearchidx: reindex releases over.sqlite3 handles properly
2020-12-17extsearchidx: checkpoint releases locks
2020-12-17extindex: preliminary --reindex support
2020-12-10extsearchidx: enforce -index before -extindex
2020-12-10searchidx: all indexers check for bad blobs
2020-12-08searchidx: remove $oid parameter from most calls
2020-11-29v2writable: detect shard count for ExtSearchIdx properly
2020-11-28*index: more consistent graceful shutdown checks
2020-11-28mm: min/max: return 0 instead of undef
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-17v2writable: avoid initiating leftover unindex if interrupted
2020-11-15extindex: support graceful shutdown via QUIT/INT/TERM
2020-11-15*index: discard sync->{todo} on iteration
2020-11-15*index: avoid per-epoch --batch-check processes
2020-11-15*index: checkpoints write last_commit metadata
2020-11-08v2writable: more accurate {current_info} warnings/progress
2020-11-08v2writable: less expensive checkpoint for extindex
2020-11-07extsearchidx: handle edits
2020-11-07v2writable: pass oid to uindex_oid
2020-11-07v2writable: reduce scope of epoch-aware code
2020-11-07v2writable: move size check init to sync_prepare
2020-11-07v2writable: make *last_commits and sync_prepare OO methods
2020-11-07v2writable: rename {v2w} field to {self}
2020-11-07v2writable: allow OO method references
2020-11-07v2writable: more generic sync setup code
2020-11-07searchidx: log2stack: simplify callers
2020-11-07v2writable: checkpoint: account for lack of {mm}
2020-11-07v2writable: rename remaining "remote" terminology
2020-11-07v2: some changes for ExtSearchIdx compatibility
2020-11-07v2writable: count_shards: allow working without {ibx}
2020-11-07v2writable: idx_shard: simplify callers
2020-11-07v2writable: hoist out write_alternates
2020-11-07v2writable: prepare initialization for external indices
2020-11-07v2writable: make OO calls to last_commit-related methods