log src/http/modules/ngx_http_gzip_filter_module.c @ 9299:2706b60dc225 default tip

age author description
Mon, 27 Mar 2023 21:25:05 +0300 Maxim Dounin Gzip: compatibility with recent zlib-ng versions.
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Mon, 05 Apr 2021 04:07:17 +0300 Maxim Dounin Gzip: updated handling of zlib variant from Intel.
Mon, 05 Apr 2021 04:06:58 +0300 Maxim Dounin Gzip: support for zlib-ng.
Wed, 31 Jul 2019 17:29:00 +0300 Maxim Dounin Gzip: fixed "zero size buf" alerts after ac5a741d39cf.
Fri, 12 Jul 2019 12:43:08 +0200 Ilya Leoshkevich Gzip: use zlib to write header and trailer.
Sat, 18 Nov 2017 04:03:27 +0300 Maxim Dounin Gzip: support for a zlib variant from Intel.
Wed, 14 Jun 2017 12:49:20 +0300 Ruslan Ermilov Gzip: fixed style in $gzip_ratio variable handler.
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.
Mon, 13 Feb 2017 21:45:01 +0300 Maxim Dounin Gzip: free chain links on the hot path (ticket #1046).
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 15 Oct 2014 22:57:23 +0400 Maxim Dounin Gzip, gunzip: flush busy buffers if any.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Mon, 28 Oct 2013 15:01:36 -0700 Yichun Zhang Gzip, gunzip: flush pending data when incoming chain is NULL.