about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2020-12-26index: filter out indexlevel=basic from extindex
2020-12-26index: fix --no-fsync flag propagation to extindex
2020-12-26index: do not attach inbox to extindex unless updated
2020-12-26index: disable --fast-noop on --reindex
2020-12-26init: use the return value of rel2abs_collapsed
2020-12-25index: support --fast-noop / -F switch
2020-12-25inboxwritable: delay umask_prepare calls
2020-12-24index: update [extindex "all"] by default, support -E
2020-12-21use rel2abs_collapsed when loading Inbox objects
2020-12-20script/public-inbox-*: favor caller-provided pathnames
2020-12-09extindex: do not use current dir like -index does
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-11-29extindex: support `--gc' to remove dead inboxes
2020-11-28*index: more consistent graceful shutdown checks
2020-11-24miscidx: put grokmirror manifest entries in Xapian docdata
2020-11-19extindex: remove skip-docdata option
2020-11-08extindex: fix --batch-size support
2020-11-08extindex: SIGUSR1 supports checkpoint
2020-11-08v2writable: more accurate {current_info} warnings/progress
2020-11-08extsearch: rename -eindex to -extindex
2020-11-07index: eindex wiring
2020-11-07script: add preliminary eindex implementation
2020-09-19gcf2: wire up read-only daemons and rm -gcf2 script
2020-09-19gcf2: require git dir with OID
2020-09-19gcf2: transparently retry on missing OID
2020-09-19add gcf2 client and executable script
2020-09-14sigfd: fix typos and scoping on systems w/o epoll+kqueue
2020-09-02init+convert: create non-existing directory hierarchies
2020-09-02watch: add --help/-h support
2020-09-02mda+learn: add --help / -h support
2020-09-02script/*: fold $usage into $help, support `-h' instead of -?
2020-09-02edit+purge: support `--help' and `-h' like other commands
2020-09-02script/*: set executable bit on -learn and -imapd
2020-09-02index: check for xapian-compact when using --compact
2020-09-01watch: log signal activities to STDERR
2020-09-01rename WatchMaildir => Watch
2020-08-20init+index: support --skip-docdata for Xapian
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-14index|compact|xcpdb: support --all switch
2020-08-13xcpdb: wire up new index options and --help
2020-08-13xcpdb: support --no-fsync from CLI
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-10index: cleanup internal variables
2020-08-10avoid File::Temp::tempfile in more places