about summary refs log tree commit homepage
DateCommit message (Expand)
2019-06-24AddTimer: avoid clock_gettime for the '0' case
2019-06-24ds: use and export monotonic now()
2019-06-24ds: get rid of more unused debug instance methods
2019-06-24ds: get rid of {closed} field
2019-06-23manifest: v2 epoch descriptions based on inbox->description
2019-06-20t/httpd-corner: ensure chunk payload read doesn't overreach
2019-06-20t/httpd-corner.t: fix braino :x
2019-06-16ds: stop distinguishing event read and write callbacks
2019-06-16t/replace.t: fix SKIP label for testing w/o Xapian
2019-06-16xcpdb: don't warn on --jobs != --reshard
2019-06-16Merge remote-tracking branch 'origin/newspeak' into xcpdb
2019-06-16t/psgi_search.t: use higher-level APIs
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-15t/git-http-backend: explain purpose of test
2019-06-15comments: replace "partition" with "shard"
2019-06-14t/xcpdb-reshard: use 'shard' term in local variables
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-14tests: change messages to use "shard" instead of partition
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