about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
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
2020-06-23init: add -j / --jobs parameter
2020-06-13imap: start doing iterative config reloading
2020-06-13preliminary imap server implementation
2020-06-08index: v2: parallel by default
2020-05-27learn: support --all with `rm'
2020-05-27learn: fix buggy typo on List-ID mapping
2020-05-20convert: describe the release of fast-import pipes
2020-05-19favor readline() and print() as functions
2020-05-18index: add --batch-size=SIZE option
2020-05-12rename "ContentId" to "ContentHash"
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-22make zlib-related modules a hard dependency
2020-04-21index: support --max-size / publicinbox.indexMaxSize
2020-04-20drop needless `eval {}' around Config->new