about summary refs log tree commit homepage
DateCommit message (Expand)
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-14doc: rename our Xapian "partitions" to "shards"
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-14Makefile.PL: add test scripts to syntax checks
2019-06-14t/www_listing: favor HTTP::Tiny over Net::HTTP
2019-06-14edit: fix portability of editor invocation
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-13Makefile.PL: "dsyn" target to check syntax of changed files
2019-06-13doc: update dependencies for CentOS 7.x
2019-06-13t/common.perl: fix error message for git requirements
2019-06-13searchmsg: remove unused ->get subroutine
2019-06-12searchidx: improve error message when Xapian fails
2019-06-12edit: unlink temporary file when done
2019-06-10v2writable: replace: kill git processes before reindexing
2019-06-10edit: drop unwanted headers before noop check
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
2019-06-10doc: index.pod: fix mismatched =back
2019-06-10doc: generate manpage and HTML from -convert POD
2019-06-10doc: clean-doc target removes *.8 manpages
2019-06-09edit: new tool to perform edits
2019-06-09doc: document the --prune option for -index
2019-06-09admin: expose ->config
2019-06-09AdminEdit: move editability checks from -purge