]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Xapcmd.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / Xapcmd.pm
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-25 Eric Wonginboxwritable: delay umask_prepare calls
2020-12-17 Eric Wonginbox: simplify v2 epoch counting
2020-11-07 Eric Wongv2: some changes for ExtSearchIdx compatibility
2020-08-27 Eric Wongover: rename ->connect method to ->dbh
2020-08-20 Eric Wongxapcmd: simplify {reindex} parameter passing
2020-08-13 Eric Wongxcpdb: wire up new index options and --help
2020-08-13 Eric Wongxapcmd: reduce CPU idling when shards exceeds job count
2020-08-13 Eric Wongxapcmd: simplify sub reference
2020-08-10 Eric Wongindex+xcpdb: improve SIG{INT,TERM,HUP,PIPE} behavior
2020-08-08 Eric Wongsupport setting No_COW on Perl <5.22
2020-08-07 Eric Wongindex+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07 Eric Wongxapcmd: drop outdated comment
2020-08-07 Eric Wongxapcmd: remove redundant searchidx require
2020-08-07 Eric Wongxapcmd: quietly no-op on indexlevel=basic
2020-07-29 Eric Wongxapcmd: -xcpdb and -compact disable CoW, too
2020-07-26 Eric Wongindex: --compact respects --jobs
2020-07-25 Eric Wongindex+xcpdb: support --no-sync flag
2020-07-25 Eric Wongxapcmd: set {from} properly for v1 inboxes
2020-07-17 Eric Wongwith_umask: pass args to callback
2020-07-14 Eric Wongxapcmd: delay over->check_inodes trigger
2020-06-25 Eric Wonglock: reduce inotify wakeups
2020-04-15 Eric Wongtestcommon: DESTROY: wait for killed daemon
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