Tree @release-1.11.2 (Download .tar.gz)
- ..
- modules
- v2
- ngx_http.c
- ngx_http.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_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.11.2
- Sub filter: eliminate unnecessary buffering. Roman Arutyunyan 5 years ago
- Sub filter: introduced the ngx_http_sub_match() function. Roman Arutyunyan 5 years ago
- HTTP/2: style. Piotr Sikora 6 years ago
- Upstream: support for port in proxy_bind and friends. Roman Arutyunyan 6 years ago
- Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. Roman Arutyunyan 6 years ago
- SSL: ngx_ssl_ciphers() to set list of ciphers. Tim Taubert 6 years ago
- HTTP/2: fixed the "http request count is zero" alert. Valentin Bartenev 6 years ago
- HTTP/2: avoid adding Content-Length for requests without body. Valentin Bartenev 6 years ago
- HTTP/2: prevented double termination of a stream. Valentin Bartenev 6 years ago
- HTTP/2: fixed a segfault while processing unbuffered upload. Valentin Bartenev 6 years ago
- Fixed an error log message. Valentin Bartenev 6 years ago
- HTTP/2: unbreak build on MSVC. Valentin Bartenev 6 years ago
- HTTP/2: implemented preread buffer for request body (closes #959). Valentin Bartenev 6 years ago
- Realip: detect duplicate real_ip_header directive. Ruslan Ermilov 6 years ago
- Realip: port support in X-Real-IP and X-Forwarded-For. Dmitry Volyntsev 6 years ago
- Realip: take client port from PROXY protocol header. Dmitry Volyntsev 6 years ago
- Added the $realip_remote_port variable. Dmitry Volyntsev 6 years ago
- Added the $proxy_protocol_port variable. Dmitry Volyntsev 6 years ago
- Renamed "u" to "sockaddr" in listen options types. Maxim Dounin 6 years ago
- Introduced the ngx_sockaddr_t type. Ruslan Ermilov 6 years ago
- Use ngx_cmp_sockaddr() where appropriate. Ruslan Ermilov 6 years ago
- HTTP/2: the "421 Misdirected Request" response (closes #848). Valentin Bartenev 6 years ago
- SSL: support for multiple curves (ticket #885). Maxim Dounin 6 years ago
- SSL: support for multiple certificates (ticket #814). Maxim Dounin 6 years ago
- Added overflow checks for version numbers (ticket #762). Maxim Dounin 6 years ago
- Cache: fixed updating bypassed cached errors (ticket #827). Maxim Dounin 6 years ago
- Dav: return 501 on PUT with ranges (ticket #948). Maxim Dounin 6 years ago
- Improved EPOLLRDHUP handling. Valentin Bartenev 6 years ago
- Map: support of complex values in resulting strings. Dmitry Volyntsev 6 years ago
- Removed unused flag unexpected_eof from ngx_connection_t. Ruslan Ermilov 6 years ago