about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2019-11-16t/mda_filter_rubylang: drop IPC::Run dependency
2019-11-16t/mda: switch to run_script for testing
2019-11-16t/v2mirror: get rid of IPC::Run dependency
2019-11-16t/purge: convert to run_script
2019-11-16t/init: convert to using run_script
2019-11-16t/edit: switch to use run_script
2019-11-16t/common: introduce run_script wrapper for t/cgi.t
2019-11-15t/psgi_mount: require SearchIdx before using
2019-11-15t/common: move unix_server to t/httpd-corner.t
2019-11-15t/common: inline stream_to_string into t/feed.t
2019-11-08t/*.t: disable nntpd/httpd worker processes in most tests
2019-11-08t/hl_mod.t: remove IPC::Run (and File::Temp) dependency
2019-11-08t/httpd-corner.t: get rid of IPC::Run for running curl
2019-11-08t/httpd-corner.t: drop unnecessary bytes:: for length()
2019-11-08t/*.t: remove IPC::Run dependency for git commands
2019-11-04t/edit: use PublicInbox::Git::qx for pathname safety
2019-11-04tests: rely on PublicInbox::Git for pathname safety
2019-11-04t/httpd-corner.t: check for curl(1) errors in big async test
2019-11-04index: "git log" failures are fatal
2019-10-31hval: replace "'" with "'" for compatibility
2019-10-31msgiter: do not assume UTF-8 if Email::MIME->body_str succeeds
2019-10-30Merge branch 'learn'
2019-10-30mda: support multiple List-ID matches
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-10-28view: move '<' and '>' outside <a>
2019-10-28search: support multiple From/To/Cc/Subject headers
2019-10-21v2writable: reindex handles 3-headered monsters
2019-10-17Merge remote-tracking branch 'origin/inboxdir'
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-16mda: support --no-precheck option
2019-10-15mda, watch: wire up List-ID header support
2019-10-15config: we always have {-section_order}
2019-10-10t/git-http-backend: disable worker processes
2019-10-05init: implement locking
2019-10-05init: favor --skip-epoch instead of --skip
2019-10-05t/search: bail out on `git init --shared' failures
2019-10-03t/search: show file modes as octal on failures
2019-10-02tests: recommend running create-certs.pl with $^X
2019-10-01www: fix absolute URLs when mounted under a subdir
2019-09-30config: use NUL-delimited git-config(1) output
2019-09-27wwwtext: support $INBOX_URL/_/text/config/raw
2019-09-18config: boolean handling matches git-config(1)
2019-09-17t/httpd-corner.t: don't fail lsof test if stdin is a pipe (try #2)
2019-09-17t/httpd-corner.t: don't fail lsof test if stdin is a pipe
2019-09-17qspawn: remove return value from ->finish
2019-09-15t/httpd-corner: use which() sub for detecting curl(1)
2019-09-14t/httpd-corner: check for leaking FDs and pipes
2019-09-09run update-copyrights from gnulib for 2019
2019-09-09tests: add tcp_connect() helper