]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/GzipFilter.pm
www: $MSGID/raw: set charset in HTTP response
[public-inbox.git] / lib / PublicInbox / GzipFilter.pm
2021-10-25 Eric Wongwww: $MSGID/raw: set charset in HTTP response
2021-10-25 Eric Wonggzip_filter: delay async wcb call
2021-10-13 Eric Wongtreewide: use warn() or carp() instead of env->{psgi...
2021-09-29 Eric Wongwww: do not bump {over} refcnt on long responses
2021-09-28 Eric Wongwww+httpd: lower priority of large mbox downloads
2021-06-24 Eric Wongfavor git(1) rather than libgit2 for ExtSearch
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
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