about summary refs log tree commit homepage
path: root/t/httpd-unix.t
DateCommit message (Expand)
2021-02-08tests: favor IPv6
2021-01-01update copyrights for 2021
2020-04-17t/httpd-unix: skip some tests w/o signalfd|EVFILT_SIGNAL
2020-04-09t/httpd-unix: improve test reliability
2020-03-24daemon: unlink .oldbin PID file correctly
2020-03-24daemon: fix SIGUSR2 upgrade with -W0 (no workers)
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-14daemon: use DESTROY for unlinking --pid-file
2019-11-28t/httpd-unix: FreeBSD expects to fail with EADDRINUSE
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/common: start_script replaces spawn_listener
2019-11-24tests: disable daemon workers in a few more places
2019-09-09run update-copyrights from gnulib for 2019
2019-06-30t/httpd-unix.t: avoid race in between bind() and listen()
2019-05-14tests: get rid of unnecessary Cwd module use
2019-05-14tests: remove unnecessary loading of ::DS and Socket
2019-05-04bundle Danga::Socket and Sys::Syscall
2018-12-29tests: consolidate process spawning code.
2018-02-07update copyrights for 2018
2016-09-09t/httpd-unix: warn about connection failure
2016-07-02www: remove Plack::Request dependency entirely
2016-05-21localize $/ in more places to avoid potential problems
2016-03-12http: use Plack::HTTPParser for HTTP parsing
2016-03-05daemon: sockname detects listeners correctly
2016-03-05daemon: document optional Net::Server dependency
2016-03-04daemon: support listening on Unix domain sockets