about summary refs log tree commit homepage
DateCommit message (Expand)
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-19extindex: remove skip-docdata option
2020-11-17v2writable: avoid initiating leftover unindex if interrupted
2020-11-15searchidx: check for graceful shutdown in log2stack
2020-11-15t/eml.t: workaround newer Email::MIME* behavior
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-10searchidx: fix fallback on unindex miss
2020-11-08extindex: fix --batch-size support
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-08v2writable: less expensive checkpoint for extindex
2020-11-08searchidxshard: further improve {current_info} readability
2020-11-08searchidxshard: reduce syscalls when writing ->eidx_key
2020-11-08extsearchidx: avoid needless alternates rewrite in ALL.git
2020-11-08extsearch: rename -eindex to -extindex
2020-11-07searchidxshard: make warnings with eidx_key less confusing
2020-11-07extsearchidx: support --batch-size checkpoints
2020-11-07extsearchidx: set current_info in warning callbacks
2020-11-07searchidx: ignore exceptions from ->remove_term
2020-11-07extsearch: wire up remaining Inbox-like methods for WWW
2020-11-07extsearchidx: handle edits
2020-11-07extsearch: wire up smsg_eml
2020-11-07t/v2writable: remove pointless ->barrier call
2020-11-07t/extsearch.t: verify results and xref3 ordering
2020-11-07searchidx: remove xref3 support for Xapian
2020-11-07over: store xref3 data in over.sqlite3
2020-11-07index: eindex wiring
2020-11-07script: add preliminary eindex implementation
2020-11-07Makefile.PL: do not build manpage if POD is missing
2020-11-07searchidx: favor $sync->{ibx} (over $self->{ibx})
2020-11-07searchidx: reduce inbox-dependency, wrap ->with_umask
2020-11-07extsearchidx: sync updates
2020-11-07searchidx: export prepare_stack
2020-11-07extsearchidx: sync unit updates
2020-11-07v2writable: pass oid to uindex_oid
2020-11-07extsearchidx: remove {unindex_range} field
2020-11-07v2writable: reduce scope of epoch-aware code
2020-11-07extsearchidx: more compatibility with V2Writable callers
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-07searchidx: put {ibx} into $sync state