about summary refs log tree commit homepage
path: root/lib/PublicInbox/GzipFilter.pm
DateCommit message (Expand)
2021-01-01update copyrights for 2021
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-08-01www: rework async_* to use method table
2020-07-06gzipfilter: check http->{forward} for client disconnects
2020-07-06daemon: warn on missing blobs
2020-07-06gzipfilter: drop HTTP connection on bugs or data corruption
2020-07-06www: update internal docs
2020-07-06remove unused/redundant zlib-related imports
2020-07-06www: start making gzipfilter the parent response class
2020-07-06qspawn: learn to gzip streaming responses
2020-07-06{gzip,noop}filter: ->zmore returns undef, always
2020-07-06gzipfilter: replace Compress::Raw::Deflate usages
2020-07-06wwwlisting: use GzipFilter for HTML
2020-07-06www*stream: gzip ->getline responses
2020-07-06wwwstream: oneshot: perform gzip without middleware
2020-07-06gzipfilter: minor cleanups
2020-03-25gzipfilter: lazy allocate the deflate context
2020-03-25qspawn: reinstate filter support, add gzip filter