about summary refs log tree commit homepage
path: root/script/public-inbox-index
DateCommit message (Expand)
2020-09-02script/*: fold $usage into $help, support `-h' instead of -?
2020-09-02index: check for xapian-compact when using --compact
2020-08-20init+index: support --skip-docdata for Xapian
2020-08-14index|compact|xcpdb: support --all switch
2020-08-10convert: support new -index options
2020-08-10index: cleanup internal variables
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-07-26index: --compact respects --jobs
2020-07-25index+xcpdb: support --no-sync flag
2020-07-25index: support --rethread switch to fix old indices
2020-06-08index: v2: parallel by default
2020-05-18index: add --batch-size=SIZE option
2020-04-21index: support --max-size / publicinbox.indexMaxSize
2020-03-29index: support --compact / -c on command-line
2020-02-23doc: improve wording of "inbox" vs "repository"
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-11-16index: pass global variables into subs
2019-11-14inboxwritable: drop {-importer} cyclic reference
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29index: remove warning on unconfigured inboxes
2019-05-29index: support --verbose option
2019-05-23doc: various updates to reflect current state
2019-05-23admin: move index_inbox over
2019-05-23admin: hoist out resolve_inboxes for -compact and -index
2019-05-15admin: improve warnings and errors for missing modules
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14v2writable: allow setting nproc via creat options
2019-05-06index: warn with info about the message as context
2019-01-31Merge remote-tracking branch 'origin/purge'
2019-01-15index: allow working on unconfigured inboxes, again
2019-01-11hoist out resolve_repo_dir from -index
2019-01-02use PublicInbox::Config::each_inbox where appropriate
2018-07-18index: avoid false-positive warning on off-by-one
2018-05-17index: avoid setting NPROC to undef
2018-04-07index: allow specifying --jobs=0 to disable multiprocess
2018-04-04v2: support incremental indexing + purge
2018-03-22v2writable: add NNTP article number regeneration support
2018-03-22v2writable: support reindexing Xapian
2018-03-19index: s/GIT_DIR/REPO_DIR/
2018-02-07update copyrights for 2018
2016-11-18index: allow indexing before configuration
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-07-31search: support reindexing existing search indices
2016-04-28import: run git-update-server-info when done