Tree @release-1.11.4 (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.4
- Core: introduced ngx_cidr_match() function. Dmitry Volyntsev 5 years ago
- Realip: fixed uninitialized memory access. Roman Arutyunyan 5 years ago
- Geo: fixed indentation. Sergey Kandaurov 5 years ago
- Geo: fixed warnings when removing nonexistent ranges. Ruslan Ermilov 5 years ago
- Geo: fixed insertion of ranges specified in descending order. Ruslan Ermilov 5 years ago
- Geo: fixed removing a range in certain cases. Ruslan Ermilov 5 years ago
- Geo: fixed overflow when iterating over ranges. Ruslan Ermilov 5 years ago
- Geo: fixed access to already freed memory. Valentin Bartenev 5 years ago
- Upstream: the $upstream_bytes_received variable. Vladimir Homutov 5 years ago
- Simplified extraction of current time. Ruslan Ermilov 5 years ago
- 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