summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_gzip_static_module.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin1-0/+1
2023-01-24Gzip static: ranges support (ticket #2349).Maxim Dounin1-0/+2
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+1
2017-04-20Gzip static: use an appropriate error on memory allocation failure.Sergey Kandaurov1-1/+1
2017-04-12Use ngx_calloc_buf() where appropriate.Ruslan Ermilov1-1/+1
2017-03-02Added missing static specifiers.Eran Kornblau1-1/+1
2014-05-19Charset filter: fixed charset setting on encoded replies.Maxim Dounin1-2/+0
2014-03-03Gzip static: fixed NGX_CONF_FLAG misuse.Valentin Bartenev1-1/+1
2012-09-10Gzip static: "always" parameter in "gzip_static" directive.Maxim Dounin1-10/+32
2012-07-09Entity tags: set for static respones.Maxim Dounin1-0/+4
2012-04-26Allows particular modules to handle subrequests properly.Andrey Belov1-1/+1
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-3/+4
2012-02-13Support for disable_symlinks in various modules.Andrey Belov1-0/+7
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-05-24remove r->zero_in_uriIgor Sysoev1-4/+0
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-5/+3
2010-04-21do not log misleading errno in "not a regular file" errorIgor Sysoev1-1/+1
2009-11-12refactor gzip_vary handlingIgor Sysoev1-1/+2
2009-11-11nginx sent gzipped responses to clients those do not support gzip,Igor Sysoev1-1/+7
2009-09-30read_aheadIgor Sysoev1-0/+1
2009-09-15nginx always sent "Vary: Accept-Encoding",Igor Sysoev1-3/+8
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2009-05-22add charset for ngx_http_gzip_static_module responsesIgor Sysoev1-0/+1
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev1-1/+1
2009-04-18remove TODO commentsIgor Sysoev1-1/+0
2009-01-16set r->root_tested for non-error_page response onlyIgor Sysoev1-1/+1
2008-09-05*) handle unaligned file part for directioIgor Sysoev1-0/+1
2008-07-30directioIgor Sysoev1-0/+1
2008-07-07always test root existence for access_log with variablesIgor Sysoev1-0/+2
2008-06-26ngx_memzero() ngx_open_file_info_tIgor Sysoev1-2/+2
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev1-0/+1
2008-06-20"gzip_vary on" always sends "Vary: Accept-Encoding" headerIgor Sysoev1-13/+0
2008-01-08ngx_http_gzip_static_module should DECLINE requestIgor Sysoev1-1/+1
2007-12-27optimizationIgor Sysoev1-7/+4
2007-12-27ngx_http_gzip_static_module and gzip_disableIgor Sysoev1-77/+121
2007-12-22open_file_cache_min_usesIgor Sysoev1-0/+1
2007-12-21open_file_cache_retest > open_file_cache_validIgor Sysoev1-1/+1
2007-12-07delete useless variableIgor Sysoev1-5/+2
2007-09-03open_file_cache_eventsIgor Sysoev1-0/+1
2007-09-01open_file_cache in HTTPIgor Sysoev1-116/+39
2007-08-07omit unnecessary conditionsIgor Sysoev1-1/+1
2007-08-06rename ngx_http_discard_body() to ngx_http_discard_request_body()Igor Sysoev1-1/+1
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev1-1/+1
2006-10-12remove r->root_lengthIgor Sysoev1-1/+2
2006-09-14backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev1-2/+1
2006-09-01Linux O_NOATIME supportIgor Sysoev1-1/+2
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev1-5/+5
2006-05-04nginx-0.3.44-RELEASE importrelease-0.3.44Igor Sysoev1-1/+1
2006-04-21nginx-0.3.41-RELEASE importrelease-0.3.41Igor Sysoev1-4/+4
2006-01-24nginx-0.3.23-RELEASE importrelease-0.3.23Igor Sysoev1-1/+1