summaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_gzip_static_module.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed "zero size buf" alerts with subrequests.Maxim Dounin2023-01-281-0/+1
* Gzip static: ranges support (ticket #2349).Maxim Dounin2023-01-241-0/+2
* All known output headers can be linked lists now.Maxim Dounin2022-05-301-0/+1
* Gzip static: use an appropriate error on memory allocation failure.Sergey Kandaurov2017-04-201-1/+1
* Use ngx_calloc_buf() where appropriate.Ruslan Ermilov2017-04-121-1/+1
* Added missing static specifiers.Eran Kornblau2017-03-021-1/+1
* Charset filter: fixed charset setting on encoded replies.Maxim Dounin2014-05-191-2/+0
* Gzip static: fixed NGX_CONF_FLAG misuse.Valentin Bartenev2014-03-031-1/+1
* Gzip static: "always" parameter in "gzip_static" directive.Maxim Dounin2012-09-101-10/+32
* Entity tags: set for static respones.Maxim Dounin2012-07-091-0/+4
* Allows particular modules to handle subrequests properly.Andrey Belov2012-04-261-1/+1
* Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev2012-02-271-3/+4
* Support for disable_symlinks in various modules.Andrey Belov2012-02-131-0/+7
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* remove r->zero_in_uriIgor Sysoev2010-05-241-4/+0
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-141-5/+3
* do not log misleading errno in "not a regular file" errorIgor Sysoev2010-04-211-1/+1
* refactor gzip_vary handlingIgor Sysoev2009-11-121-1/+2
* nginx sent gzipped responses to clients those do not support gzip,Igor Sysoev2009-11-111-1/+7
* read_aheadIgor Sysoev2009-09-301-0/+1
* nginx always sent "Vary: Accept-Encoding",Igor Sysoev2009-09-151-3/+8
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-021-1/+1
* add charset for ngx_http_gzip_static_module responsesIgor Sysoev2009-05-221-0/+1
* *) of.test_only to not open file if only stat() is enoughIgor Sysoev2009-04-271-1/+1
* remove TODO commentsIgor Sysoev2009-04-181-1/+0
* set r->root_tested for non-error_page response onlyIgor Sysoev2009-01-161-1/+1
* *) handle unaligned file part for directioIgor Sysoev2008-09-051-0/+1
* directioIgor Sysoev2008-07-301-0/+1
* always test root existence for access_log with variablesIgor Sysoev2008-07-071-0/+2
* ngx_memzero() ngx_open_file_info_tIgor Sysoev2008-06-261-2/+2
* initialize of.uniq in ngx_open_cached_file()Igor Sysoev2008-06-231-0/+1
* "gzip_vary on" always sends "Vary: Accept-Encoding" headerIgor Sysoev2008-06-201-13/+0
* ngx_http_gzip_static_module should DECLINE requestIgor Sysoev2008-01-081-1/+1
* optimizationIgor Sysoev2007-12-271-7/+4
* ngx_http_gzip_static_module and gzip_disableIgor Sysoev2007-12-271-0/+302