]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/GzipFilter.pm
www: update internal docs
[public-inbox.git] / lib / PublicInbox / GzipFilter.pm
2020-07-06 Eric Wongwww: update internal docs
2020-07-06 Eric Wongremove unused/redundant zlib-related imports
2020-07-06 Eric Wongwww: start making gzipfilter the parent response class
2020-07-06 Eric Wongqspawn: learn to gzip streaming responses
2020-07-06 Eric Wong{gzip,noop}filter: ->zmore returns undef, always
2020-07-06 Eric Wonggzipfilter: replace Compress::Raw::Deflate usages
2020-07-06 Eric Wongwwwlisting: use GzipFilter for HTML
2020-07-06 Eric Wongwww*stream: gzip ->getline responses
2020-07-06 Eric Wongwwwstream: oneshot: perform gzip without middleware
2020-07-06 Eric Wonggzipfilter: minor cleanups
2020-03-25 Eric Wonggzipfilter: lazy allocate the deflate context
2020-03-25 Eric Wongqspawn: reinstate filter support, add gzip filter