about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
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
2020-08-10index: require --reindex when using --xapian-only
2020-08-07index: add built-in --help / -?
2020-08-07index: max out XAPIAN_FLUSH_THRESHOLD if using --batch-size
2020-08-07index: --compact respects --sequential-shard
2020-08-07index+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07index: support --xapian-only switch
2020-08-07index: v2: --sequential-shard option
2020-08-07syscall: support sparc64 (and maybe other big-endian systems)
2020-08-02remove unnecessary ->header_obj calls
2020-08-02inboxwritable: rename mime_from_path to eml_from_path
2020-07-26t/init.t: don't modify ~/.public-inbox/
2020-07-26index: --compact respects --jobs