about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtSearchIdx.pm
DateCommit message (Expand)
2020-12-08extsearchidx: remove needless SHA-1 check
2020-11-29extindex: support `--gc' to remove dead inboxes
2020-11-29extindex: fix delete (`d') handling
2020-11-28*index: more consistent graceful shutdown checks
2020-11-24extsearchidx: deduplicate alternates based on st_dev + st_ino
2020-11-24extsearchidx: do not short-circuit MiscIdx on no-op v2 prepare
2020-11-24miscidx: cleanup git processes after manifest indexing
2020-11-24miscsearch: a new Xapian sub-DB for extindex
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-08extindex: SIGUSR1 supports checkpoint
2020-11-08v2writable: more accurate {current_info} warnings/progress
2020-11-08extsearch: canonicalize topdir
2020-11-08extsearchidx: quiet warning for unindexed `d' messages
2020-11-08extsearchidx: avoid needless alternates rewrite in ALL.git
2020-11-07extsearchidx: support --batch-size checkpoints
2020-11-07extsearchidx: set current_info in warning callbacks
2020-11-07extsearchidx: handle edits
2020-11-07searchidx: remove xref3 support for Xapian
2020-11-07extsearchidx: sync updates
2020-11-07extsearchidx: sync unit updates
2020-11-07extsearchidx: remove {unindex_range} field
2020-11-07extsearchidx: more compatibility with V2Writable callers
2020-11-07extsearchidx: initial implementation