log src/http/modules/ngx_http_gzip_filter_module.c @ 3313:118169a8ec92

age author description
Thu, 12 Nov 2009 13:41:56 +0000 Igor Sysoev refactor gzip_vary handling
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Sun, 01 Mar 2009 19:24:11 +0000 Igor Sysoev fix postponed zlib memory allocation, introduced in r2411
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Mon, 26 Jan 2009 14:35:10 +0000 Igor Sysoev style fix: remove tabs
Wed, 24 Dec 2008 12:05:55 +0000 Igor Sysoev do not try to align to a page size, allocate just 8K,
Tue, 16 Dec 2008 16:15:52 +0000 Igor Sysoev set default gzip_buffers to 32 4k or 16 8k