about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-06-16xcpdb: don't warn on --jobs != --reshard
2019-06-16Merge remote-tracking branch 'origin/newspeak' into xcpdb
2019-06-15searchview: add link at bottom to reverse results
2019-06-15searchview: support negative offsets to reverse ordering
2019-06-15Merge remote-tracking branch 'origin/ds'
2019-06-15comments: replace "partition" with "shard"
2019-06-14xapcmd: favor 'shard' over 'part' in local variables
2019-06-14search: use "shard" for local variable
2019-06-14v2writable: use "epoch" consistently when referring to git repos
2019-06-14adminedit: "part" => "shard" for local variables
2019-06-14v2writable: rename local vars to match Xapian terminology
2019-06-14v2writable: avoid "part" in internal subs and fields
2019-06-14search*: rename {partition} => {shard}
2019-06-14xapcmd: update comments referencing "partitions"
2019-06-14v2: rename SearchIdxPart => SearchIdxShard
2019-06-14inboxwritable: s/partitions/shards/ in local var
2019-06-14v2writable: rename {partitions} field to {shards}
2019-06-14v2writable: count_partitions => count_shards
2019-06-14searchidxpart: start using "shard" in user-visible places
2019-06-14rename reference to git epochs as "partitions"
2019-06-14admin|xapcmd: user-facing messages say "shard"
2019-06-14v2writable: update comments regarding xcpdb --reshard
2019-06-14v2writable: fix brainfart when capping NPROC_MAX_DEFAULT
2019-06-14search: require PublicInbox::Inbox ref here
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-06-14Merge remote-tracking branch 'origin/reshard' into next
2019-06-14Merge remote-tracking branch 'origin/manifest' into next
2019-06-14Merge remote-tracking branch 'origin/edit' into next
2019-06-14xcpdb: support resharding v2 repos
2019-06-14xcpdb: use destination shard as progress prefix
2019-06-14xapcmd: preserve indexlevel based on the destination
2019-06-14v2writable: use a smaller default for Xapian partitions
2019-06-14git: remove cat_file sub callback interface
2019-06-14nntp: filter out duplicate Message-IDs for leafnode
2019-06-13nntp: ensure Message-ID is not folded for leafnode
2019-06-13nntp: add Path: header for leafnode
2019-06-13searchmsg: remove unused ->get subroutine
2019-06-12searchidx: improve error message when Xapian fails
2019-06-10v2writable: replace: kill git processes before reindexing
2019-06-10edit|purge: improve output on rewrites
2019-06-10ds: stop caring about event flags set by epoll/poll/kqueue
2019-06-10ds: do not distinguish between POLLHUP and POLLERR
2019-06-10ds: remove read method, here, too
2019-06-10nntp: use sysread to append to existing buffer
2019-06-10ds: remove steal_socket method
2019-06-10ds: remove {fd} field
2019-06-10ds: reduce Errno imports and drop ->close reason
2019-06-10ds: cleanup Errno imports and favor constant comparisons
2019-06-10ds: simplify write buffer accounting
2019-06-10git: ensure ->modified returns an integer