]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/TestCommon.pm
tests: consistently check for xapian-compact
[public-inbox.git] / lib / PublicInbox / TestCommon.pm
2020-09-14 Eric Wongtests: consistently check for xapian-compact
2020-09-10 Eric Wonguse "\&" where possible when referring to subroutines
2020-06-28 Eric Wongtestcommon: $ENV{TAIL} supports non-@ARGV redirects
2020-06-28 Eric Wongconfig: support ->urlmatch method for -watch
2020-06-28 Eric Wongwatch: wire up IMAP IDLE reapers to DS
2020-06-28 Eric Wongwatch: remove Filesys::Notify::Simple dependency
2020-06-23 Eric Wongtestcommon: DS->Reset when using fork-only subprocess
2020-06-21 Eric Wongtestcommon: require IO::Socket::SSL >= 2.007
2020-06-15 Eric Wongtestcommon: allow OR-ing module dependencies
2020-06-13 Eric Wongtestcommon: tcp_(server|connect): BAIL_OUT on failure
2020-05-31 Eric Wongtestcommon: speed up wait_for_tail() on GNU/Linux
2020-05-17 Eric Wongconfine Email::MIME use even further
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-05-09 Eric Wongreplace most uses of PublicInbox::MIME with Eml
2020-05-09 Eric Wongeml: pure-Perl replacement for Email::MIME
2020-04-26 Eric Wongtestcommon: mime_load: drop extra $cb arg
2020-04-26 Eric Wongtests: remove Email::MIME->create use entirely
2020-04-26 Eric Wongtestcommon: introduce mime_load sub
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-20 Eric Wongtestcommon: spawn-aware system() and qx[] workalikes
2020-04-15 Eric Wongtestcommon: DESTROY: wait for killed daemon
2020-04-09 Eric Wongtests: document run_mode=1 as not implemented
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-11 Eric Wongspawn (and thus popen_rd) die on failure
2020-01-05 Eric Wongview: msg_html: reduce memory use on reused MIDs
2020-01-04 Eric Wongtests: fix running without SQLite or Xapian
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-24 Eric Wongsearch: support SWIG-generated Xapian.pm
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-22 Eric Wongtestcommon: require_git: use "plan" from Test::More
2019-12-20 Eric Wongtestcommon: fix run_script for older Perls
2019-12-19 Eric Wongt/run.perl: to avoid repeated process spawning for *.t
2019-12-19 Eric Wongtests: move t/common.perl to PublicInbox::TestCommon