about summary refs log tree commit homepage
path: root/lib/PublicInbox/GzipFilter.pm
DateCommit message (Expand)
2021-10-25www: $MSGID/raw: set charset in HTTP response
2021-10-25gzip_filter: delay async wcb call
2021-10-13treewide: use warn() or carp() instead of env->{psgi.errors}
2021-09-29www: do not bump {over} refcnt on long responses
2021-09-28www+httpd: lower priority of large mbox downloads
2021-06-24favor git(1) rather than libgit2 for ExtSearch
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