about summary refs log tree commit homepage
path: root/lib/PublicInbox/Xapcmd.pm
DateCommit message (Expand)
2020-08-27over: rename ->connect method to ->dbh
2020-08-20xapcmd: simplify {reindex} parameter passing
2020-08-13xcpdb: wire up new index options and --help
2020-08-13xapcmd: reduce CPU idling when shards exceeds job count
2020-08-13xapcmd: simplify sub reference
2020-08-10index+xcpdb: improve SIG{INT,TERM,HUP,PIPE} behavior
2020-08-08support setting No_COW on Perl <5.22
2020-08-07index+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07xapcmd: drop outdated comment
2020-08-07xapcmd: remove redundant searchidx require
2020-08-07xapcmd: quietly no-op on indexlevel=basic
2020-07-29xapcmd: -xcpdb and -compact disable CoW, too
2020-07-26index: --compact respects --jobs
2020-07-25index+xcpdb: support --no-sync flag
2020-07-25xapcmd: set {from} properly for v1 inboxes
2020-07-17with_umask: pass args to callback
2020-07-14xapcmd: delay over->check_inodes trigger
2020-06-25lock: reduce inotify wakeups
2020-04-15testcommon: DESTROY: wait for killed daemon
2020-03-29index: support --compact / -c on command-line
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27xapcmd: increase scope of lock
2020-01-27inbox: add ->version method
2020-01-13xapcmd: use popen_rd for running xapian-compact
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-24search: support SWIG-generated Xapian.pm
2019-11-24xapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-16xapcmd: do not fire END and DESTROY handlers in child
2019-11-16inboxwritable: add ->cleanup method
2019-11-14inboxwritable: drop {-importer} cyclic reference
2019-11-14xapcmd: localize %SIG changes using "local"
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-06-14xapcmd: favor 'shard' over 'part' in local variables
2019-06-14xapcmd: update comments referencing "partitions"
2019-06-14v2writable: rename {partitions} field to {shards}
2019-06-14v2writable: count_partitions => count_shards
2019-06-14admin|xapcmd: user-facing messages say "shard"
2019-06-14xcpdb: support resharding v2 repos
2019-06-14xcpdb: use destination shard as progress prefix
2019-06-14xapcmd: preserve indexlevel based on the destination
2019-06-04require ASCII digits for local FS items
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29index: support --verbose option
2019-05-23xapcmd: do not reset %SIG until last Xtmpdir is done
2019-05-23xcpdb|compact: support --jobs/-j flag like gmake(1)
2019-05-23xapcmd: cleanup on interrupted xcpdb "--compact"
2019-05-23xcpdb|compact: support some xapian-compact switches
2019-05-23compact: reuse infrastructure from xcpdb
2019-05-23xcpdb: remove temporary directories on aborts