about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
DateCommit message (Expand)
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
2018-03-06v2writable: detect and use previous partition count
2018-03-06v2writable: remove unnecessary skeleton commit
2018-03-03v2: avoid redundant/repeated configs for git partition repos
2018-03-03import: consolidate object info for v2 imports
2018-03-03searchidx: store the primary MID in doc data for NNTP
2018-03-03v2writable: generated Message-ID goes first
2018-03-02v2writable: inject new Message-IDs on true duplicates
2018-03-02v2writable: deduplicate detection on add
2018-03-01v2writable: delete ::Import obj when ->done
2018-02-28v2/ui: get nntpd and init tests running on v2
2018-02-28v2writable: commit to skeleton via remote partitions
2018-02-28rename SearchIdxThread to SearchIdxSkeleton
2018-02-28use PublicInbox::MIME consistently