]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Xapcmd.pm
index: support --compact / -c on command-line
[public-inbox.git] / lib / PublicInbox / Xapcmd.pm
2020-03-29 Eric Wongindex: support --compact / -c on command-line
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-27 Eric Wongxapcmd: increase scope of lock
2020-01-27 Eric Wonginbox: add ->version method
2020-01-13 Eric Wongxapcmd: use popen_rd for running xapian-compact
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-24 Eric Wongsearch: support SWIG-generated Xapian.pm
2019-11-24 Eric Wongxapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-16 Eric Wongxapcmd: do not fire END and DESTROY handlers in child
2019-11-16 Eric Wonginboxwritable: add ->cleanup method
2019-11-14 Eric Wonginboxwritable: drop {-importer} cyclic reference
2019-11-14 Eric Wongxapcmd: localize %SIG changes using "local"
2019-10-17 Eric WongMerge remote-tracking branch 'origin/inboxdir'
2019-10-16 Eric Wongconfig: support "inboxdir" in addition to "mainrepo"
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-15 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-14 Eric Wongxapcmd: favor 'shard' over 'part' in local variables
2019-06-14 Eric Wongxapcmd: update comments referencing "partitions"
2019-06-14 Eric Wongv2writable: rename {partitions} field to {shards}
2019-06-14 Eric Wongv2writable: count_partitions => count_shards
2019-06-14 Eric Wongadmin|xapcmd: user-facing messages say "shard"
2019-06-14 Eric WongMerge remote-tracking branch 'origin/reshard' into...
2019-06-14 Eric Wongxcpdb: support resharding v2 repos
2019-06-14 Eric Wongxcpdb: use destination shard as progress prefix
2019-06-14 Eric Wongxapcmd: preserve indexlevel based on the destination
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wongrequire ASCII digits for local FS items
2019-05-29 Eric Wongsearchidx: store indexlevel=medium as metadata
2019-05-29 Eric WongMerge branch 'v2-idx-progress'
2019-05-29 Eric Wongindex: support --verbose option
2019-05-23 Eric Wongxapcmd: do not reset %SIG until last Xtmpdir is done
2019-05-23 Eric Wongxcpdb|compact: support --jobs/-j flag like gmake(1)
2019-05-23 Eric Wongxapcmd: cleanup on interrupted xcpdb "--compact"
2019-05-23 Eric Wongxcpdb|compact: support some xapian-compact switches
2019-05-23 Eric Wongcompact: reuse infrastructure from xcpdb
2019-05-23 Eric Wongxcpdb: remove temporary directories on aborts
2019-05-23 Eric Wongxcpdb: show re-indexing progress
2019-05-23 Eric Wongxapcmd: use "print STDERR" for progress reporting
2019-05-23 Eric Wongxapcmd: avoid EXDEV when finalizing changes
2019-05-23 Eric Wongxcpdb: cleanup error handling and diagnosis
2019-05-23 Eric Wongxcpdb: implement progress reporting
2019-05-23 Eric Wongxcpdb: use fine-grained locking
2019-05-23 Eric Wongxapcmd: xcpdb supports compaction
2019-05-23 Eric Wongxcpdb: implement using Perl bindings
2019-05-23 Eric Wongxapcmd: do not cleanup on errors
2019-05-23 Eric Wongxapcmd: support spawn options
2019-05-23 Eric Wongxapcmd: new module for wrapping Xapian commands