about summary refs log tree commit homepage
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-20init: drop -N alias for --skip-artnum
2020-08-20init: support --newsgroup option
2020-08-20init: support --help and -?
2020-08-20compact: support --help/-? and perform lazy loading
2020-08-20admin: progress shows the inbox being indexed
2020-08-20doc: note -compact and -xcpdb are rarely used
2020-08-19v2writable: show newline after "indexing all of .. " message
2020-08-19smsg: handle wide characters in raw mail headers
2020-08-16doc: add public-inbox-tuning(7) manpage
2020-08-14grok-pull.post_update_hook: favor --sequential-shard for HDD
2020-08-14index|compact|xcpdb: support --all switch
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-13xcpdb: support --no-fsync from CLI
2020-08-13xapcmd: simplify sub reference
2020-08-10convert: set No_COW on copied SQLite files
2020-08-10convert: check ARGV more correctly
2020-08-10convert: speed up --help
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-10doc: add some notes around -xcpdb / -edit / -purge
2020-08-10doc: index: more notes about latest changes
2020-08-10index: --sequential-shard works incrementally
2020-08-10index: require --reindex when using --xapian-only
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-07index: add built-in --help / -?
2020-08-07searchidx: use Perl truthiness to detect XAPIAN_FLUSH_THRESHOLD
2020-08-07index: max out XAPIAN_FLUSH_THRESHOLD if using --batch-size
2020-08-07index: --compact respects --sequential-shard
2020-08-07v2writable: fix batch size accounting