Tree @release-1.7.9 (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_spdy.c
- ngx_http_spdy.h
- ngx_http_spdy_filter_module.c
- ngx_http_spdy_module.c
- ngx_http_spdy_module.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.7.9
- Upstream: added variables support to proxy_cache and friends. Valentin Bartenev 7 years ago
- Upstream: preset some cache configuration when bypassing. Valentin Bartenev 7 years ago
- Upstream: refactored proxy_cache and friends. Valentin Bartenev 7 years ago
- Upstream: mutually exclusive inheritance of "cache" and "store". Valentin Bartenev 7 years ago
- Upstream: simplified proxy_store and friends configuration code. Valentin Bartenev 7 years ago
- Autoindex: implemented XML output format. Valentin Bartenev 7 years ago
- Autoindex: implemented JSON output format. Valentin Bartenev 7 years ago
- Autoindex: rendering code moved to a separate function. Valentin Bartenev 7 years ago
- Headers filter: variables support in expires (ticket #113). Maxim Dounin 7 years ago
- Headers filter: local variables for config, no functional changes. Maxim Dounin 7 years ago
- Upstream: fixed inheritance of proxy_store and friends. Valentin Bartenev 7 years ago
- Proxy: fixed incorrect URI change due to if (ticket #86). Maxim Dounin 7 years ago
- Upstream: fixed unexpected inheritance into limit_except blocks. Maxim Dounin 7 years ago
- Upstream: inheritance of proxy_pass and friends (ticket #645). Maxim Dounin 7 years ago
- Proxy: the "TE" header now stripped by default (ticket #537). Maxim Dounin 7 years ago
- Cache: send conditional requests only for cached 200/206 responses. Piotr Sikora 7 years ago
- Cache: proper wakeup of subrequests. Maxim Dounin 7 years ago
- Upstream: improved subrequest logging. Maxim Dounin 7 years ago
- Access log: restricted "log_format" to "http" level. Sergey Kandaurov 7 years ago
- Write filter: fixed handling of sync bufs (ticket #132). Maxim Dounin 7 years ago
- Fixed post_action to not trigger "header already sent" alert. Maxim Dounin 7 years ago
- SPDY: push pending data while closing a stream as with keepalive. Valentin Bartenev 7 years ago
- Cache: add support for Cache-Control's s-maxage response directive. Piotr Sikora 7 years ago
- Proxy: renamed and rearranged fields in proxy configuration. Roman Arutyunyan 7 years ago
- Upstream: different header lists for cached and uncached requests. Roman Arutyunyan 7 years ago
- Upstream: moved header lists to separate structures. Roman Arutyunyan 7 years ago
- Upstream: moved header initializations to separate functions. Roman Arutyunyan 7 years ago
- Scgi: do not push redundant NULL element into conf->params. Roman Arutyunyan 7 years ago
- Cache: proxy_cache_lock_age and friends. Roman Arutyunyan 7 years ago
- SPDY: fixed check for too long header name or value. Valentin Bartenev 7 years ago