about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwStatic.pm
DateCommit message (Expand)
2020-07-06www: start making gzipfilter the parent response class
2020-07-06wwwstatic: support gzipped directory listings
2020-04-05wwwstatic: set "Vary: Accept-Encoding" in static gzip response
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27switch to sysseek + sysread for serving static files
2020-01-25wwwstatic: wire up buffer bypass for -httpd
2020-01-25wwwstatic: offload error handling to PSGI server
2020-01-06wwwstatic: use sprintf for Perl <5.22 compatibility
2020-01-01wwwstatic: add directory listing + index.html support
2020-01-01wwwstatic: avoid TOCTTOU for FIFO check
2020-01-01wwwstatic: do not open() files for HEAD requests
2020-01-01wwwstatic: move r(...) functions here
2020-01-01wwwstatic: implement Last-Modified and If-Modified-Since
2020-01-01wwwstatic: getline: die on missing psgix.io
2019-12-27githttpbackend: split out wwwstatic