index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_gzip_static_module.c
Commit message (
Expand
)
Author
Age
*
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
2023-01-28
*
Gzip static: ranges support (ticket #2349).
Maxim Dounin
2023-01-24
*
All known output headers can be linked lists now.
Maxim Dounin
2022-05-30
*
Gzip static: use an appropriate error on memory allocation failure.
Sergey Kandaurov
2017-04-20
*
Use ngx_calloc_buf() where appropriate.
Ruslan Ermilov
2017-04-12
*
Added missing static specifiers.
Eran Kornblau
2017-03-02
*
Charset filter: fixed charset setting on encoded replies.
Maxim Dounin
2014-05-19
*
Gzip static: fixed NGX_CONF_FLAG misuse.
Valentin Bartenev
2014-03-03
*
Gzip static: "always" parameter in "gzip_static" directive.
Maxim Dounin
2012-09-10
*
Entity tags: set for static respones.
Maxim Dounin
2012-07-09
*
Allows particular modules to handle subrequests properly.
Andrey Belov
2012-04-26
*
Disable symlinks: initialization of the "disable_symlinks" field in
Valentin Bartenev
2012-02-27
*
Support for disable_symlinks in various modules.
Andrey Belov
2012-02-13
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
remove r->zero_in_uri
Igor Sysoev
2010-05-24
*
ngx_str_set() and ngx_str_null()
Igor Sysoev
2010-05-14
*
do not log misleading errno in "not a regular file" error
Igor Sysoev
2010-04-21
*
refactor gzip_vary handling
Igor Sysoev
2009-11-12
*
nginx sent gzipped responses to clients those do not support gzip,
Igor Sysoev
2009-11-11
*
read_ahead
Igor Sysoev
2009-09-30
*
nginx always sent "Vary: Accept-Encoding",
Igor Sysoev
2009-09-15
*
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
2009-06-02
*
add charset for ngx_http_gzip_static_module responses
Igor Sysoev
2009-05-22
*
*) of.test_only to not open file if only stat() is enough
Igor Sysoev
2009-04-27
*
remove TODO comments
Igor Sysoev
2009-04-18
*
set r->root_tested for non-error_page response only
Igor Sysoev
2009-01-16
*
*) handle unaligned file part for directio
Igor Sysoev
2008-09-05
*
directio
Igor Sysoev
2008-07-30
*
always test root existence for access_log with variables
Igor Sysoev
2008-07-07
*
ngx_memzero() ngx_open_file_info_t
Igor Sysoev
2008-06-26
*
initialize of.uniq in ngx_open_cached_file()
Igor Sysoev
2008-06-23
*
"gzip_vary on" always sends "Vary: Accept-Encoding" header
Igor Sysoev
2008-06-20
*
ngx_http_gzip_static_module should DECLINE request
Igor Sysoev
2008-01-08
*
optimization
Igor Sysoev
2007-12-27
*
ngx_http_gzip_static_module and gzip_disable
Igor Sysoev
2007-12-27