about summary refs log tree commit homepage
path: root/t/httpd-corner.t
DateCommit message (Expand)
2020-07-06qspawn: learn to gzip streaming responses
2020-05-03t/httpd-corner.t: fix uninitialized warning
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-16t/httpd-corner: improve reliability and diagnostics
2020-04-15t/httpd-corner.t: relax read-after-failed-write handling
2020-04-09triewyde: ficks soem speling errrors
2020-03-25qspawn: handle ENOENT (and other errors on exec)
2020-03-25qspawn: reinstate filter support, add gzip filter
2020-03-19http: fix RFC conformance w.r.t. message length
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-28avoid relying on IO::Handle/IO::File autoload
2020-01-28daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-19t/*.t: avoid sharing "my" variables in subs
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/common: start_script replaces spawn_listener
2019-11-24t/httpd-corner: wait for worker process death
2019-11-15t/common: move unix_server to t/httpd-corner.t
2019-11-08t/*.t: disable nntpd/httpd worker processes in most tests
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-04t/httpd-corner.t: check for curl(1) errors in big async test
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-15t/httpd-corner: use which() sub for detecting curl(1)
2019-09-14t/httpd-corner: check for leaking FDs and pipes
2019-09-09tests: add tcp_connect() helper
2019-07-04qspawn: retry sysread when parsing headers, too
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-06-20t/httpd-corner: ensure chunk payload read doesn't overreach
2019-06-20t/httpd-corner.t: fix braino :x
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-11-26avoid IO::File for anonymous temporary files
2016-08-05http: do not allow bad getline+close responses to kill us
2016-07-02www: remove Plack::Request dependency entirely
2016-04-29http: avoid corking on "Content-Length: 0" response
2016-03-12http: use Plack::HTTPParser for HTTP parsing
2016-03-06http: reject excessively large HTTP request bodies
2016-03-06http: reject excessive headers
2016-03-05t/httpd-corner: avoid clobbering existing FDs after fork
2016-03-05t/httpd-corner: additional callback test
2016-03-04daemon: support listening on Unix domain sockets