about summary refs log tree commit homepage
path: root/t/httpd.t
DateCommit message (Expand)
2021-10-01daemon: make SO_ACCEPTFILTER a shared variable
2021-07-20httpd: fix SIGHUP by invalidating cache on reload
2021-03-15t/httpd: convert to create_inbox
2021-02-08tests: favor IPv6
2021-01-01update copyrights for 2021
2020-05-09remove most internal Email::MIME usage
2020-04-22t/*.t: reduce dependency on Email::MIME APIs
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-04www: stricter regexp for 405 errors
2020-01-28daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/common: start_script replaces spawn_listener
2019-11-16t/httpd: use run_script for -init
2019-11-08t/*.t: disable nntpd/httpd worker processes in most tests
2019-09-09run update-copyrights from gnulib for 2019
2019-09-09tests: add tcp_connect() helper
2019-06-30tests: common tcp_server and unix_server helpers
2019-06-24daemon: use FreeBSD accept filters on non-NNTP
2019-06-24daemon: set TCP_DEFER_ACCEPT on everything but NNTP
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
2017-06-26mda: set List-ID correctly according to RFC2919
2016-07-02www: remove Plack::Request dependency entirely
2016-05-02t/*.t: reduce -mda calls
2016-04-28githttpbackend: clamp to one smart HTTP request at-a-time
2016-04-28githttpbackend: fall back to dumb if smart HTTP is off
2016-03-12http: use Plack::HTTPParser for HTTP parsing
2016-03-03t/*.t: use identifiable tempdir names
2016-02-23initial public-inbox-httpd implemenation