about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2019-06-30tests: common tcp_server and unix_server helpers
2019-06-30t/perf-nntpd.t: fix off-by-one if NEWNEWS_DATE is unset
2019-06-30t/nntpd*.t: skip TLS tests for old Net::NNTP
2019-06-29http: support HTTPS (kinda)
2019-06-29t/ds-leak: fix race
2019-06-26ds: cleanup poll test and avoid clobbering imports
2019-06-26Merge remote-tracking branch 'origin/nntp-tls'
2019-06-24msgmap: mid_insert: use plain "INSERT" to detect duplicates
2019-06-24ds: reimplement IO::Poll support to look like epoll
2019-06-24daemon: use FreeBSD accept filters on non-NNTP
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