about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2019-06-24daemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-06-24t/nntpd-tls: slow client connection test
2019-06-24nntp: call SSL_shutdown in normal cases
2019-06-24ds|nntp: use CORE::close on socket
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-24spawn: remove `Blocking' flag handling
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-16t/replace.t: fix SKIP label for testing w/o Xapian
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-15t/git-http-backend: explain purpose of test
2019-06-14t/xcpdb-reshard: use 'shard' term in local variables
2019-06-14tests: change messages to use "shard" instead of partition
2019-06-14v2writable: rename {partitions} field to {shards}
2019-06-14rename reference to git epochs as "partitions"
2019-06-14search: require PublicInbox::Inbox ref here
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-06-14t/www_listing: favor HTTP::Tiny over Net::HTTP
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-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-13t/common.perl: fix error message for git requirements
2019-06-10edit: drop unwanted headers before noop check
2019-06-10edit|purge: improve output on rewrites
2019-06-10git: ensure ->modified returns an integer
2019-06-09edit: new tool to perform edits
2019-06-09v2writable: implement ->replace call
2019-06-09www: support $INBOX/git/$EPOCH.git for v2 cloning
2019-06-09www: wire up /$INBOX/manifest.js.gz, too
2019-06-09wwwlisting: generate grokmirror-compatible manifest.js.gz
2019-06-04t: avoid "subtest" for Perl 5.10.1 compatibility
2019-06-04linkify: support Internationalized Domain Names in URLs
2019-06-03t/psgi_search.t: require DBD::SQLite
2019-06-01ds: fix and test for FD leaks with kqueue on ->Reset
2019-06-01git: unconditional expiry
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-27v2: fix reindex skipping NNTP article numbers
2019-05-27t/v1reindex.t: fix typo in setting `indexlevel'
2019-05-25t/indexlevels: fix indexlevel of ro_mirror
2019-05-23xcpdb: implement progress reporting
2019-05-23xcpdb: new tool which wraps Xapian's copydatabase(1)
2019-05-23search: reenable phrase search on non-chert Xapian
2019-05-23v1writable: retire in favor of InboxWritable