about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2020-08-07index+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07index: support --xapian-only switch
2020-08-07index: v2: --sequential-shard option
2020-08-07v2writable: fix rethread cleanup
2020-08-07xapcmd: drop outdated comment
2020-08-07xapcmd: remove redundant searchidx require
2020-08-07xapcmd: quietly no-op on indexlevel=basic
2020-08-07syscall: support sparc64 (and maybe other big-endian systems)
2020-08-07imap: search support BODY key
2020-08-07www: avoid warnings on YYYYMMDD-only t= query parameter
2020-08-06msgmap: tmp_clone: use MEMORY journal upon reconnect
2020-08-03watch: quiet some warnings on spam mailboxes
2020-08-02remove unnecessary ->header_obj calls
2020-08-02searchidx: remove v1-only msg_mime sub
2020-08-02inboxwritable: rename mime_from_path to eml_from_path
2020-08-02inboxwritable: mime_from_path: reduce `$/' scope and returns
2020-08-02nntp: fix STAT command
2020-08-01improve error handling on import fork / lock failures