about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
DateCommit message (Expand)
2019-09-09run update-copyrights from gnulib for 2019
2019-06-15comments: replace "partition" with "shard"
2019-06-14v2writable: use "epoch" consistently when referring to git repos
2019-06-14v2writable: rename local vars to match Xapian terminology
2019-06-14v2writable: avoid "part" in internal subs and fields
2019-06-14v2: rename SearchIdxPart => SearchIdxShard
2019-06-14v2writable: rename {partitions} field to {shards}
2019-06-14v2writable: count_partitions => count_shards
2019-06-14v2writable: update comments regarding xcpdb --reshard
2019-06-14v2writable: fix brainfart when capping NPROC_MAX_DEFAULT
2019-06-14Merge remote-tracking branch 'origin/reshard' into next
2019-06-14v2writable: use a smaller default for Xapian partitions
2019-06-10v2writable: replace: kill git processes before reindexing
2019-06-09v2writable: implement ->replace call
2019-06-09import: switch to "replace_oids" interface for purge
2019-06-09v2writable: consolidate overview and indexing call
2019-06-04require ASCII digits for local FS items
2019-05-30v2writable: short-circuit is_ancestor check on equality
2019-05-30v2writable: avoid mm_tmp creation without regen
2019-05-30v2writable: hoist out index_epoch sub
2019-05-30v2writable: split off unindex_range mapping
2019-05-29v2writable: show progress updates for index_sync
2019-05-29v2writable: move index_sync options to sync state
2019-05-29v2writable: use prototypes for internal subs
2019-05-29v2writable: localize unindex-range.$EPOCH to $sync state
2019-05-29v2writable: move {ranges} into $sync state
2019-05-29v2writable: move {regen} into $sync state
2019-05-29v2writable: move {reindex} field to $sync state
2019-05-29v2writable: sync: move delete markers into $sync state
2019-05-29v2writable: introduce $sync state and put mm_tmp in it
2019-05-27v2: fix reindex skipping NNTP article numbers
2019-05-25v2writable: fix assertions around reindexing
2019-05-25v2writable: drop unused $last_commits var
2019-05-23xcpdb: show re-indexing progress
2019-05-23xcpdb: use fine-grained locking
2019-05-23v2writable: hoist out log_range sub for readability
2019-05-23v1writable: retire in favor of InboxWritable
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-03-08v2writable: index_sync adds new epochs to alternates
2019-03-08v2writable: hoist out fill_alternates
2019-02-27v2writable: fix epoch rollover on incremental imports
2019-01-11v2writable: read epoch on purge
2019-01-11v2writable: cleanup processes when done
2019-01-11v2writable: purge ignores non-existent git epoch directories
2019-01-11v2writable: ->purge returns undef on no-op
2019-01-09doc: various overview-level module comments
2019-01-05shrink low-bandwidth pipes under Linux
2019-01-05index: quiet down git-log error messages on new inboxes