]> Sergey Matveev's repositories - public-inbox.git/history - t/httpd-corner.t
No ext_urls
[public-inbox.git] / t / httpd-corner.t
2023-01-30 Eric Wonguse Net::SSLeay (OpenSSL) for SHA-(1|256) if installed
2022-12-12 Eric Wongtests: replace select/usleep calls with tick()
2022-09-29 Eric Wongtreewide: use --globoff with curl(1)
2022-08-02 Eric Wongdaemon: support per-listener env, .psgi, out, err
2021-10-20 Eric Wonghttpd: reject requests with spaces in header names
2021-10-01 Eric Wongdaemon: make SO_ACCEPTFILTER a shared variable
2021-09-13 Eric Wongtests: add require_cmd, require curl when needed
2021-03-17 Eric Wongtests: show lsof output on deleted-file-check failures
2021-02-08 Eric Wongtests: favor IPv6
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2020-07-06 Eric Wongqspawn: learn to gzip streaming responses
2020-05-03 Eric Wongt/httpd-corner.t: fix uninitialized warning
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-20 Eric Wongtestcommon: spawn-aware system() and qx[] workalikes
2020-04-16 Eric Wongt/httpd-corner: improve reliability and diagnostics
2020-04-15 Eric Wongt/httpd-corner.t: relax read-after-failed-write handling
2020-04-09 Eric Wongtriewyde: ficks soem speling errrors
2020-03-25 Eric Wongqspawn: handle ENOENT (and other errors on exec)
2020-03-25 Eric Wongqspawn: reinstate filter support, add gzip filter
2020-03-19 Eric Wonghttp: fix RFC conformance w.r.t. message length
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-28 Eric Wongavoid relying on IO::Handle/IO::File autoload
2020-01-28 Eric Wongdaemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
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-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-11-24 Eric Wongt/common: start_script replaces spawn_listener
2019-11-24 Eric Wongt/httpd-corner: wait for worker process death
2019-11-15 Eric Wongt/common: move unix_server to t/httpd-corner.t
2019-11-08 Eric Wongt/*.t: disable nntpd/httpd worker processes in most...
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-04 Eric Wongt/httpd-corner.t: check for curl(1) errors in big async...
2019-09-17 Eric Wongt/httpd-corner.t: don't fail lsof test if stdin is...
2019-09-17 Eric Wongt/httpd-corner.t: don't fail lsof test if stdin is...
2019-09-15 Eric Wongt/httpd-corner: use which() sub for detecting curl(1)
2019-09-14 Eric Wongt/httpd-corner: check for leaking FDs and pipes
2019-09-09 Eric Wongtests: add tcp_connect() helper
2019-07-04 Eric Wongqspawn: retry sysread when parsing headers, too
2019-06-30 Eric Wongtests: common tcp_server and unix_server helpers
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongdaemon: use FreeBSD accept filters on non-NNTP
2019-06-24 Eric Wongdaemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-06-20 Eric Wongt/httpd-corner: ensure chunk payload read doesn't overreach
2019-06-20 Eric Wongt/httpd-corner.t: fix braino :x
2019-05-14 Eric Wongtests: get rid of unnecessary Cwd module use
2019-05-14 Eric Wongtests: remove unnecessary loading of ::DS and Socket
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall
2018-12-29 Eric Wongtests: consolidate process spawning code.
2018-02-07 Eric Wongupdate copyrights for 2018
2016-11-26 Eric Wongavoid IO::File for anonymous temporary files
2016-08-05 Eric Wonghttp: do not allow bad getline+close responses to kill us
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-04-29 Eric Wonghttp: avoid corking on "Content-Length: 0" response
2016-03-12 Eric Wonghttp: use Plack::HTTPParser for HTTP parsing
2016-03-06 Eric Wonghttp: reject excessively large HTTP request bodies
2016-03-06 Eric Wonghttp: reject excessive headers
2016-03-05 Eric Wongt/httpd-corner: avoid clobbering existing FDs after...
2016-03-05 Eric Wongt/httpd-corner: additional callback test
2016-03-04 Eric Wongdaemon: support listening on Unix domain sockets
2016-03-03 Eric Wongdaemon: introduce host_with_port for identifying sockets
2016-03-03 Eric Wongt/*.t: use identifiable tempdir names
2016-02-28 Eric Wonghttp: support graceful shutdown like nntp
2016-02-23 Eric Wongt/httpd-corner: test HTTP chunking with curl
2016-02-23 Eric Wonginitial public-inbox-httpd implemenation