Tree @release-1.11.3 (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.3
- Fixed regex captures handling without PCRE. Vladimir Homutov 5 years ago
- HTTP/2: flushing of the SSL buffer in transition to the idle state. Valentin Bartenev 5 years ago
- HTTP/2: refactored ngx_http_v2_send_output_queue(). Valentin Bartenev 5 years ago
- HTTP/2: fixed send timer handling. Valentin Bartenev 5 years ago
- HTTP/2: avoid sending output queue if there's nothing to send. Valentin Bartenev 5 years ago
- HTTP/2: always handle streams in error state. Valentin Bartenev 5 years ago
- HTTP/2: prevented output of the HEADERS frame for canceled streams. Valentin Bartenev 5 years ago
- HTTP/2: always send GOAWAY while worker is shutting down. Valentin Bartenev 5 years ago
- HTTP/2: avoid left-shifting signed integer into the sign bit. Sergey Kandaurov 5 years ago
- Avoid left-shifting integers into the sign bit, which is undefined. Sergey Kandaurov 5 years ago
- Use NGX_MAX_PATH_LEVEL where appropriate. Ruslan Ermilov 5 years ago
- 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