]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/GzipFilter.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / GzipFilter.pm
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-09 Eric Wongtreewide: replace {-inbox} with {ibx} for consistency
2020-08-01 Eric Wongwww: rework async_* to use method table
2020-07-06 Eric Wonggzipfilter: check http->{forward} for client disconnects
2020-07-06 Eric Wongdaemon: warn on missing blobs
2020-07-06 Eric Wonggzipfilter: drop HTTP connection on bugs or data corruption
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