]> Sergey Matveev's repositories - public-inbox.git/history - t
init: use Import::run_die instead of system()
[public-inbox.git] / t /
2020-01-27 Eric Wongt/plack.t: modernize and unindent
2020-01-23 Eric Wonghval: from_attr: move to unit test
2020-01-23 Eric Wonghval: to_attr: support wide characters
2020-01-13 Eric Wongds: add_timer: rename from AddTimer, remove a parameter
2020-01-13 Eric Wonguse popen_rd for bidirectional pipes
2020-01-13 Eric Wongt/solver_git: avoid uninitialized warnings in hostname...
2020-01-11 Eric Wongmake Plack optional for non-WWW and non-httpd users
2020-01-11 Eric Wongspawn (and thus popen_rd) die on failure
2020-01-11 Eric Wonggit: remove ->commit_title method
2020-01-11 Eric Wonginbox: use PublicInbox::Git::host_prefix_url for base_url
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2020-01-06 Eric Wongt/nntp.t: fix parse_time test for non-GMT local time
2020-01-05 Eric Wongtests: remove some "git config" calls after "git init"
2020-01-05 Eric Wongsearch: remove lookup_article
2020-01-04 Eric Wongtests: fix running without SQLite or Xapian
2020-01-02 Eric Wongconfig: support multi-value inbox.*.*url
2020-01-01 Eric Wongwwwstatic: add directory listing + index.html support
2020-01-01 Eric Wongnntp: handle 2-digit year "70" properly
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-28 Eric Wongsolvergit: allow passing arg to user-supplied callback
2019-12-26 Eric Wongqspawn: psgi_return_start: hoist out from psgi_return
2019-12-26 Eric Wonggit: allow async_cat to pass arg to callback
2019-12-26 Eric Wongt/solver_git: test with -httpd, too
2019-12-26 Eric Wongt/www_listing: test "all" HTML listing
2019-12-26 Eric Wongt/www_listing: quiet down stderr in -httpd
2019-12-25 Eric Wongt/psgi_v2: test search results Atom feed endpoint
2019-12-24 Eric Wongt/search.t: update permissions check for OpenBSD
2019-12-24 Eric Wongsearch: support SWIG-generated Xapian.pm
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-20 Eric Wongview: show percentage in search results thread skeleton
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
2019-12-19 Eric Wongt/*.t: avoid sharing "my" variables in subs
2019-12-18 Eric Wongviewvcs: flesh out some functionality and test
2019-12-17 Eric Wongt/edit.t: drop redundant "delete local $ENV{...}"
2019-12-15 Eric Wongaddress: explicitly reject local-only addresses
2019-12-15 Eric Wongaddress: use Email::Address::XS if available
2019-12-15 Eric Wongaddress: use comment as name if no phrase available
2019-12-14 Eric Wongdaemon: use DESTROY for unlinking --pid-file
2019-12-12 Eric Wongmsgtime: avoid obviously out-of-range dates (for now)
2019-12-12 Eric Wongmsgtime: drop Date::Parse for RFC2822
2019-12-11 Eric Wongspawn: remove support for clearing the env
2019-12-11 Eric Wongt/common: set $0 when running script w/o fork
2019-12-11 Eric Wongt: localize the PI_CONFIG env
2019-11-29 Eric Wongt/replace: quiet "git fsck" invocation
2019-11-28 Eric Wongt/httpd-unix: FreeBSD expects to fail with EADDRINUSE
2019-11-27 Eric Wonghttpd|nntpd: avoid missed signal wakeups
2019-11-27 Eric Wongdskqxs: fix missing EV_DISPATCH define
2019-11-27 Eric Wongmsgtime: deal with strange minutes in TZ offsets
2019-11-27 Eric Wongt/msgtime: add more checks for known cases
2019-11-27 Eric Wongt/msgtime: show date in test descriptions
2019-11-24 Eric Wongtests: move giant inbox/git dependent tests to xt/
2019-11-24 Eric Wongt/perf-*.t: use $ENV{GIANT_INBOX_DIR} consistently
2019-11-24 Eric Wongtests: quiet down commit graph
2019-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-11-24 Eric Wongt/nntpd-validate: get rid of threads dependency
2019-11-24 Eric Wongt/common: start_script replaces spawn_listener
2019-11-24 Eric Wongt/nntpd-tls: sometimes SSL_connect succeeds quickly
2019-11-24 Eric Wongt/httpd-corner: wait for worker process death
2019-11-24 Eric Wongt/xcpdb-reshard: test xcpdb --compact
2019-11-24 Eric Wongt/v1-add-remove-add: quiet down "git init"
2019-11-24 Eric Wongtests: use strict everywhere
2019-11-24 Eric Wongtests: disable daemon workers in a few more places
2019-11-16 Eric Wongt/xcpdb-reshard: use run_script for -xcpdb
2019-11-16 Eric Wongt/indexlevels-mirror*: switch to run_script
2019-11-16 Eric Wongt/v2mda: switch to run_script in many places
2019-11-16 Eric Wongt/watch_filter_rubylang: run_script for -init and ...
2019-11-16 Eric Wongt/nntpd: use run_script for -init
2019-11-16 Eric Wongt/watch_maildir_v2: use run_script for -init
2019-11-16 Eric Wongt/httpd: use run_script for -init
2019-11-16 Eric Wongt/convert-compact: convert to run_script
2019-11-16 Eric Wongt/v2mirror: switch to default run_mode for speedup
2019-11-16 Eric Wongt/mda_filter_rubylang: drop IPC::Run dependency
2019-11-16 Eric Wongt/mda: switch to run_script for testing
2019-11-16 Eric Wongt/v2mirror: get rid of IPC::Run dependency
2019-11-16 Eric Wongt/purge: convert to run_script
2019-11-16 Eric Wongt/init: convert to using run_script
2019-11-16 Eric Wongt/edit: switch to use run_script
2019-11-16 Eric Wongt/common: introduce run_script wrapper for t/cgi.t
2019-11-15 Eric Wongt/psgi_mount: require SearchIdx before using
2019-11-15 Eric Wongt/common: move unix_server to t/httpd-corner.t
2019-11-15 Eric Wongt/common: inline stream_to_string into t/feed.t
2019-11-08 Eric Wongt/*.t: disable nntpd/httpd worker processes in most...
2019-11-08 Eric Wongt/hl_mod.t: remove IPC::Run (and File::Temp) dependency
2019-11-08 Eric Wongt/httpd-corner.t: get rid of IPC::Run for running curl
2019-11-08 Eric Wongt/httpd-corner.t: drop unnecessary bytes:: for length()
2019-11-08 Eric Wongt/*.t: remove IPC::Run dependency for git commands
2019-11-04 Eric Wongt/edit: use PublicInbox::Git::qx for pathname safety
2019-11-04 Eric Wongtests: rely on PublicInbox::Git for pathname safety
2019-11-04 Eric Wongt/httpd-corner.t: check for curl(1) errors in big async...
2019-11-04 Eric Wongindex: "git log" failures are fatal
2019-10-31 Eric Wonghval: replace "'" with "'" for compatibility
2019-10-31 Eric Wongmsgiter: do not assume UTF-8 if Email::MIME->body_str...
2019-10-30 Eric WongMerge branch 'learn'
2019-10-30 Eric Wongmda: support multiple List-ID matches
2019-10-30 Eric Wonginboxwritable: add assert_usable_dir sub
2019-10-30 Eric WongMerge remote-tracking branch 'origin/multi-mid'
2019-10-28 Eric Wongindex: allow search/lookups on X-Alt-Message-ID
2019-10-28 Eric Wongview: move '<' and '>' outside <a>
next