about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-08-27over: rename ->connect method to ->dbh
2020-08-26v2writable: compatibility with SWIG Xapian binding
2020-08-26over+msgmap: respect WAL journal_mode if set
2020-08-26msgmap: use "CREATE TABLE IF NOT EXISTS"
2020-08-26over: skip nodatacow on the journal
2020-08-25searchidx: croak for Xapian DB open failure
2020-08-23index: --sequential-shard checkpoints after each shard
2020-08-23mbox: disable "&t" on existing Xapian until full reindex
2020-08-23search: support downloading mboxes results with full thread
2020-08-23searchidx: index THREADID in Xapian
2020-08-23searchidx: put all shard-related stuff in SearchIdxShard.pm
2020-08-23searchidxshard: clear $msgref buffer properly
2020-08-22searchview: fix mbox.gz downloads for lynx users
2020-08-20search: add mset_to_artnums method
2020-08-20init+index: support --skip-docdata for Xapian
2020-08-20smsg: remove from_mitem
2020-08-20mbox: avoid Xapian docdata in search results
2020-08-20extmsg: avoid using Xapian docdata
2020-08-20searchview: convert nested and Atom display to over.sqlite3
2020-08-20searchview: speed up search summary by ~10%
2020-08-20searchview: use over.sqlite3 instead of Xapian docdata
2020-08-20smsg: reduce utf8::decode call sites
2020-08-20search: make qparse_new an internal function
2020-08-20searchquery: split off from searchview
2020-08-20search: export mdocid subroutine
2020-08-20search: improve comments around constants
2020-08-20www: reduce long-lived PublicInbox::Search references
2020-08-20xapcmd: simplify {reindex} parameter passing
2020-08-20search: v2: ensure shards are numerically sorted
2020-08-20admin: progress shows the inbox being indexed
2020-08-19v2writable: show newline after "indexing all of .. " message
2020-08-19smsg: handle wide characters in raw mail headers
2020-08-13v2writable: remove IdxStack import
2020-08-13xcpdb: wire up new index options and --help
2020-08-13admin: don't warn when --jobs exceeds shards
2020-08-13xapcmd: reduce CPU idling when shards exceeds job count
2020-08-13xapcmd: simplify sub reference
2020-08-10convert: support new -index options
2020-08-10searchidx: use singular `$opt' for consistency with v2
2020-08-10index: cleanup internal variables
2020-08-10admin: use a generic variable name
2020-08-10avoid File::Temp::tempfile in more places
2020-08-10msgmap: tmp_clone: simplify + meaningful filename
2020-08-10index+xcpdb: improve SIG{INT,TERM,HUP,PIPE} behavior
2020-08-10index: --sequential-shard works incrementally
2020-08-09favor `getconf _NPROCESSORS_ONLN` over GNU nproc
2020-08-08dir_idle: require Perl 5.22+ for kqueue
2020-08-08support setting No_COW on Perl <5.22
2020-08-07searchidx: use Perl truthiness to detect XAPIAN_FLUSH_THRESHOLD
2020-08-07v2writable: fix batch size accounting