]> Sergey Matveev's repositories - public-inbox.git/history - t/httpd-corner.t
public-inbox 1.1.0-pre1
[public-inbox.git] / t / httpd-corner.t
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