about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2019-06-05tighten up digit matches to ASCII for git output
2019-06-04require ASCII digits for local FS items
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29index: remove warning on unconfigured inboxes
2019-05-29index: support --verbose option
2019-05-24doc: xcpdb: add switch documentation
2019-05-23doc: various updates to reflect current state
2019-05-23xcpdb|compact: support some xapian-compact switches
2019-05-23compact: reuse infrastructure from xcpdb
2019-05-23xcpdb: implement progress reporting
2019-05-23xapcmd: xcpdb supports compaction
2019-05-23xcpdb: implement using Perl bindings
2019-05-23admin: move index_inbox over
2019-05-23xcpdb: new tool which wraps Xapian's copydatabase(1)
2019-05-23admin: hoist out resolve_inboxes for -compact and -index
2019-05-23xapcmd: new module for wrapping Xapian commands
2019-05-23doc: document the reason for --no-renumber
2019-05-23v1writable: retire in favor of InboxWritable
2019-05-22init: preserve permissions for git prior to 2.1.0
2019-05-15admin: improve warnings and errors for missing modules
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14httpd: get rid of Deflater warning
2019-05-14v2writable: allow setting nproc via creat options
2019-05-14v1writable: new wrapper which is closer to v2writable
2019-05-06index: warn with info about the message as context
2019-01-31Merge remote-tracking branch 'origin/purge'
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-15index: allow working on unconfigured inboxes, again
2019-01-11implement public-inbox-purge tool
2019-01-11hoist out resolve_repo_dir from -index
2019-01-05filter/rubylang: fix SQLite DB lifetime problems
2019-01-02use PublicInbox::Config::each_inbox where appropriate
2018-12-28init: allow --skip of old epochs for -V2 repos
2018-12-27init: do not set publicinbox.$NAME.indexlevel by default
2018-07-29mda: allow configuring globally without spamc support
2018-07-29mda: v2: ensure message bodies are indexed
2018-07-29mda: use InboxWritable
2018-07-19public-inbox-init: Initialize indexlevel
2018-07-18index: avoid false-positive warning on off-by-one
2018-06-12public-inbox-mda: use <sysexits.h> status codes where applicable
2018-05-17learn: support for v2 repos
2018-05-17index: avoid setting NPROC to undef
2018-05-11convert+compact: fix when running without ~/.public-inbox/config
2018-04-20convert: copy description and git config from v1 repo
2018-04-18compact: do not merge v2 repos by default
2018-04-07store less data in the Xapian document
2018-04-07convert: support converting with altid defined
2018-04-07index: allow specifying --jobs=0 to disable multiprocess
2018-04-06ensure Xapian and SQLite are still optional for v1 tests
2018-04-06over: use only supported and safe SQLite APIs