about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
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
2020-07-25index+xcpdb: support --no-sync flag
2020-07-25index: support --rethread switch to fix old indices
2020-07-17config: reject `\n' in `inboxdir'
2020-07-06stop auto-loading Plack::Middleware::Deflater
2020-06-28watch: enable autoflush for STDOUT and STDERR
2020-06-28watch: wire up IMAP IDLE reapers to DS
2020-06-28watch: use signalfd for Maildir watching
2020-06-28watch: remove Filesys::Notify::Simple dependency
2020-06-23init: add --skip-artnum parameter
2020-06-23init: refer to inboxes as "inbox" or "inboxes" in errors