about summary refs log tree commit homepage
DateCommit message (Expand)
2019-11-27httpd|nntpd: avoid missed signal wakeups
2019-11-27dskqxs: fix missing EV_DISPATCH define
2019-11-27msgtime: deal with strange minutes in TZ offsets
2019-11-27t/msgtime: add more checks for known cases
2019-11-27t/msgtime: show date in test descriptions
2019-11-24tests: move giant inbox/git dependent tests to xt/
2019-11-24t/perf-*.t: use $ENV{GIANT_INBOX_DIR} consistently
2019-11-24tests: quiet down commit graph
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24xapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-24t/nntpd-validate: get rid of threads dependency
2019-11-24t/common: start_script replaces spawn_listener
2019-11-24daemon: avoid race when quitting workers
2019-11-24daemon: use sigprocmask when respawning workers
2019-11-24daemon: use sigprocmask to block signals at startup
2019-11-24.gitignore: ignore local prove(1) files
2019-11-24t/nntpd-tls: sometimes SSL_connect succeeds quickly
2019-11-24t/httpd-corner: wait for worker process death
2019-11-24t/xcpdb-reshard: test xcpdb --compact
2019-11-24t/v1-add-remove-add: quiet down "git init"
2019-11-24tests: use strict everywhere
2019-11-24tests: disable daemon workers in a few more places
2019-11-24mboxgz: fix compiler parse error under under Perl 5.16.3
2019-11-24check for File::Temp 0.19 for ->newdir method
2019-11-16t/xcpdb-reshard: use run_script for -xcpdb
2019-11-16t/indexlevels-mirror*: switch to run_script
2019-11-16t/v2mda: switch to run_script in many places
2019-11-16t/watch_filter_rubylang: run_script for -init and -index
2019-11-16t/nntpd: use run_script for -init
2019-11-16t/watch_maildir_v2: use run_script for -init
2019-11-16t/httpd: use run_script for -init
2019-11-16t/convert-compact: convert to run_script
2019-11-16t/v2mirror: switch to default run_mode for speedup
2019-11-16doc: remove IPC::Run as a dev and test dependency
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-16spawn: which: allow embedded slash for relative path
2019-11-16xapcmd: do not fire END and DESTROY handlers in child
2019-11-16import: only pass Inbox object to SearchIdx->new
2019-11-16inboxwritable: add ->cleanup method
2019-11-16learn: pass global variables into subs
2019-11-16mda: pass global variables into subs
2019-11-16init: pass global variables into subs
2019-11-16index: pass global variables into subs
2019-11-16admin: get rid of singleton $CFG var