about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
DateCommit message (Expand)
2018-04-18use %H consistently to disable abbreviations
2018-04-18searchidx: regenerate and avoid article number gaps on full index
2018-04-18v2: improve deduplication checks
2018-04-18v2: generate better Message-IDs for duplicates
2018-04-18v2writable: reduce partititions by one
2018-04-07store less data in the Xapian document
2018-04-07v2writable: reduce barriers
2018-04-07over: remove forked subprocess
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-06over: use only supported and safe SQLite APIs
2018-04-06v2writable: refer to git each repository as "epoch"
2018-04-06v2writable: allow tracking parallel versions
2018-04-05v2writable: remove redundant remove from Over DB
2018-04-05v2writable: recount partitions after acquiring lock
2018-04-04v2writable: do not modify DBs while iterating for ->remove
2018-04-04v2: support incremental indexing + purge
2018-04-04import: rewrite less history during purge
2018-04-02v2writable: simplify barrier vs checkpoints
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-04-01v2writable: fix parallel termination
2018-04-01v2: one file, really
2018-03-30v2: respect core.sharedRepository in git configs
2018-03-30v2writable: go backwards through alternate Message-IDs
2018-03-30v2writable: convert some fatal reindex errors to warnings
2018-03-30v2writable: allow gaps in git partitions
2018-03-29v2writable: initializing an existing inbox is idempotent
2018-03-29v2writable: cleanup: get rid of unused fields
2018-03-29v2writable: support purging messages from git entirely
2018-03-29v2writable: append, instead of prepending generated Message-ID
2018-03-27v2writable: warn on unseen deleted files
2018-03-22import: consolidate mid prepend logic, here
2018-03-22v2writable: DEBUG_DIFF respects $TMPDIR
2018-03-22v2writable: clarify header cleanups
2018-03-22v2writable: add NNTP article number regeneration support
2018-03-22v2writable: support reindexing Xapian
2018-03-20InboxWritable: add mbox/maildir parsing + import logic
2018-03-19v2writable: remove "resent" message for duplicate Message-IDs
2018-03-19v2writable: add DEBUG_DIFF env support
2018-03-19v2writable: allow disabling parallelization
2018-03-19searchidxpart: s/barrier/remote_barrier/
2018-03-19v2writable: ensure ->done is idempotent
2018-03-19Lock: new base class for writable lockers
2018-03-19import: enable locking under v2
2018-03-19import: force Message-ID generation for v1 here
2018-03-19import: implement barrier operation for v1 repos
2018-03-19import: (v2) delete writes the blob into history in subdir
2018-03-19v2writable: implement remove correctly
2018-03-19search: allow ->reopen to be chainable
2018-03-19v2writable: remove unnecessary idx_init call
2018-03-19v2writable: support "barrier" operation to avoid reforking