Tree @release-1.7.1 (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.1
- Sub filter: fixed subrequests handling. Maxim Dounin 8 years ago
- Upstream: fix tries check in ip_hash. Roman Arutyunyan 8 years ago
- Added syslog support for error_log and access_log directives. Vladimir Homutov 8 years ago
- SSL: $ssl_client_fingerprint variable. Sergey Budnevitch 8 years ago
- Setting $args now invalidates unparsed uri. Maxim Dounin 8 years ago
- Charset filter: fixed charset setting on encoded replies. Maxim Dounin 8 years ago
- Fixed alias in regex locations with limit_except/if. Maxim Dounin 8 years ago
- SPDY: added protection from overrun of the receive buffer. Valentin Bartenev 8 years ago
- SPDY: added a debug point to the state buffer overflow protection. Valentin Bartenev 8 years ago
- SPDY: refactored ngx_http_spdy_state_headers(). Valentin Bartenev 8 years ago
- SPDY: improved logging. Valentin Bartenev 8 years ago
- SPDY: set log action for PROXY protocol only while parsing it. Valentin Bartenev 8 years ago
- SPDY: ngx_http_spdy_state_headers() error handling cleanup. Valentin Bartenev 8 years ago
- SPDY: improved error handling of header block decompression. Valentin Bartenev 8 years ago
- SPDY: removed ngx_http_spdy_state_headers_error(). Valentin Bartenev 8 years ago
- SPDY: prevented creation of RST_STREAM in protocol error state. Valentin Bartenev 8 years ago
- SPDY: improved ngx_http_spdy_state_protocol_error(). Valentin Bartenev 8 years ago
- SPDY: fixed one case of improper memory allocation error handling. Valentin Bartenev 8 years ago
- Style: use %N instead of '\n' where appropriate. Ruslan Ermilov 8 years ago
- Upstream: restored workaround for "if". Maxim Dounin 8 years ago
- Cache: added ngx_quit check to ngx_http_file_cache_expire(). Maxim Dounin 8 years ago
- Upstream: added the "$upstream_cookie_<name>" variables. Vladimir Homutov 8 years ago
- Proxy: fixed possible uninitialized memory access. Valentin Bartenev 8 years ago
- Upstream: for ssl name, non-aligned memory allocation is enough. Ruslan Ermilov 8 years ago
- SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID. Valentin Bartenev 8 years ago
- SPDY: Stream-ID restrictions according to specification. Valentin Bartenev 8 years ago
- Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on. Maxim Dounin 8 years ago
- Upstream: proxy_ssl_verify and friends. Maxim Dounin 8 years ago
- Upstream: proxy_ssl_name and proxy_ssl_server_name directives. Maxim Dounin 8 years ago
- Upstream: plugged potential memory leak on reload. Maxim Dounin 8 years ago