about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-17v2writable: avoid initiating leftover unindex if interrupted
2020-11-15searchidx: check for graceful shutdown in log2stack
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: 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-07searchidx: remove xref3 support for Xapian
2020-11-07over: store xref3 data in over.sqlite3
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
2020-11-07searchidxshard: special init for eidx
2020-11-07searchidx: xref3 delete support
2020-11-07searchidx: index eidx_key as a boolean term
2020-11-07extsearchidx: initial implementation
2020-11-07v2writable: checkpoint: account for lack of {mm}
2020-11-07v2writable: rename remaining "remote" terminology
2020-11-07inboxwritable: eidx_key for external index
2020-11-07v2: some changes for ExtSearchIdx compatibility