| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-04-20 | Gzip static: use an appropriate error on memory allocation failure. | Sergey Kandaurov | 1 | -1/+1 | |
| 2017-04-12 | Use ngx_calloc_buf() where appropriate. | Ruslan Ermilov | 1 | -1/+1 | |
| 2017-03-02 | Added missing static specifiers. | Eran Kornblau | 1 | -1/+1 | |
| 2014-05-19 | Charset filter: fixed charset setting on encoded replies. | Maxim Dounin | 1 | -2/+0 | |
| If response is gzipped we can't recode response, but in case it's not needed we still can add charset to Content-Type. The r->ignore_content_encoding is dropped accordingly, charset with gzip_static now properly works without any special flags. | |||||
| 2014-03-03 | Gzip static: fixed NGX_CONF_FLAG misuse. | Valentin Bartenev | 1 | -1/+1 | |
| 2012-09-10 | Gzip static: "always" parameter in "gzip_static" directive. | Maxim Dounin | 1 | -10/+32 | |
| With "always" gzip static returns gzipped content in all cases, without checking if client supports it. It is useful if there are no uncompressed files on disk anyway. | |||||
| 2012-07-09 | Entity tags: set for static respones. | Maxim Dounin | 1 | -0/+4 | |
| 2012-04-26 | Allows particular modules to handle subrequests properly. | Andrey Belov | 1 | -1/+1 | |
| 2012-02-27 | Disable symlinks: initialization of the "disable_symlinks" field in | Valentin Bartenev | 1 | -3/+4 | |
| ngx_open_file_info_t moved to a separate function. This is preparation for the "from=" parameter implementation of the "disable_symlinks" directive. | |||||
| 2012-02-13 | Support for disable_symlinks in various modules. | Andrey Belov | 1 | -0/+7 | |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2010-05-24 | remove r->zero_in_uri | Igor Sysoev | 1 | -4/+0 | |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -5/+3 | |
| 2010-04-21 | do not log misleading errno in "not a regular file" error | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-12 | refactor gzip_vary handling | Igor Sysoev | 1 | -1/+2 | |
| 2009-11-11 | nginx sent gzipped responses to clients those do not support gzip, | Igor Sysoev | 1 | -1/+7 | |
| if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136 | |||||
| 2009-09-30 | read_ahead | Igor Sysoev | 1 | -0/+1 | |
| 2009-09-15 | nginx always sent "Vary: Accept-Encoding", | Igor Sysoev | 1 | -3/+8 | |
| if both gzip_static and gzip_vary were on | |||||
| 2009-06-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-22 | add charset for ngx_http_gzip_static_module responses | Igor Sysoev | 1 | -0/+1 | |
| 2009-04-27 | *) of.test_only to not open file if only stat() is enough | Igor Sysoev | 1 | -1/+1 | |
| *) of.failed to return exact name of failed syscall | |||||
| 2009-04-18 | remove TODO comments | Igor Sysoev | 1 | -1/+0 | |
| 2009-01-16 | set r->root_tested for non-error_page response only | Igor Sysoev | 1 | -1/+1 | |
| 2008-09-05 | *) handle unaligned file part for directio | Igor Sysoev | 1 | -0/+1 | |
| *) disable sendfile in directio mode | |||||
| 2008-07-30 | directio | Igor Sysoev | 1 | -0/+1 | |
| 2008-07-07 | always test root existence for access_log with variables | Igor Sysoev | 1 | -0/+2 | |
| 2008-06-26 | ngx_memzero() ngx_open_file_info_t | Igor Sysoev | 1 | -2/+2 | |
| 2008-06-23 | initialize of.uniq in ngx_open_cached_file() | Igor Sysoev | 1 | -0/+1 | |
| 2008-06-20 | "gzip_vary on" always sends "Vary: Accept-Encoding" header | Igor Sysoev | 1 | -13/+0 | |
| 2008-01-08 | ngx_http_gzip_static_module should DECLINE request | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-27 | optimization | Igor Sysoev | 1 | -7/+4 | |
| 2007-12-27 | ngx_http_gzip_static_module and gzip_disable | Igor Sysoev | 1 | -0/+302 | |
