]> Sergey Matveev's repositories - public-inbox.git/history - t/httpd-corner.t
daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
[public-inbox.git] / t / httpd-corner.t
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