Tree @release-1.1.16 (Download .tar.gz)
- ..
- modules
- ngx_http.c
- ngx_http.h
- ngx_http_busy_lock.c
- ngx_http_busy_lock.h
- ngx_http_cache.h
- ngx_http_config.h
- ngx_http_copy_filter_module.c
- ngx_http_core_module.c
- ngx_http_core_module.h
- ngx_http_file_cache.c
- ngx_http_header_filter_module.c
- ngx_http_parse.c
- ngx_http_parse_time.c
- ngx_http_postpone_filter_module.c
- ngx_http_request.c
- ngx_http_request.h
- ngx_http_request_body.c
- ngx_http_script.c
- ngx_http_script.h
- ngx_http_special_response.c
- ngx_http_upstream.c
- ngx_http_upstream.h
- ngx_http_upstream_round_robin.c
- ngx_http_upstream_round_robin.h
- ngx_http_variables.c
- ngx_http_variables.h
- ngx_http_write_filter_module.c
History of src / http @release-1.1.16
- Raised simultaneous subrequest limit from 50 to 200. Maxim Dounin 10 years ago
- Fixed spelling in single-line comments. Ruslan Ermilov 10 years ago
- Fix of rbtree lookup on hash collisions. Maxim Dounin 10 years ago
- Disable symlinks: added the "from=" parameter to the "disable_symlinks" Valentin Bartenev 10 years ago
- Disable symlinks: initialization of the "disable_symlinks" field in Valentin Bartenev 10 years ago
- Added support for the 307 Temporary Redirect. Ruslan Ermilov 10 years ago
- Renamed constants and fixed off-by-one error in "msie_padding on" handling. Ruslan Ermilov 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Support for disable_symlinks in various modules. Andrey Belov 10 years ago
- Added disable_symlinks directive. Andrey Belov 10 years ago
- Time parsing cleanup. Maxim Dounin 10 years ago
- Fixed build with embedded perl and --with-openssl. Maxim Dounin 10 years ago
- Core: protection from cycles with named locations and post_action. Maxim Dounin 10 years ago
- Core: protection from subrequest loops. Maxim Dounin 10 years ago
- Variables: honor no_cacheable for not_found variables. Maxim Dounin 10 years ago
- Fix for proxy_store leaving temporary files for subrequests. Maxim Dounin 10 years ago
- Gzip filter: handling of empty flush buffers. Maxim Dounin 10 years ago
- Removed r->cache/r->cached dependencies in range filter. Maxim Dounin 10 years ago
- Proxy: added the "proxy_cookie_path" directive. Valentin Bartenev 10 years ago
- Proxy: added the "proxy_cookie_domain" directive. Valentin Bartenev 10 years ago
- Upstream: added callback hook for the "Set-Cookie" header. Valentin Bartenev 10 years ago
- Proxy: generic regex related code from the "proxy_redirect" directive moved Valentin Bartenev 10 years ago
- Proxy: generic rewrite code from the "proxy_redirect" handlers moved to a Valentin Bartenev 10 years ago
- Proxy: renamed some "proxy_redirect" related declarations to a more general and Valentin Bartenev 10 years ago
- Upstream: fixed "too big header" check. Maxim Dounin 10 years ago
- Limit conn: returned to the old behavior of using the first actual limit on Valentin Bartenev 10 years ago
- Fixed module name in comment. It was forgotten in r4281. Valentin Bartenev 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Limit req: unbreak compilation with MSVC. Maxim Dounin 10 years ago
- Fixed proxy_redirect off inheritance. Valentin Bartenev 10 years ago