Tree @release-1.10.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.10.2
- 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
- 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: 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
- 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
- HTTP/2: the "421 Misdirected Request" response (closes #848). Valentin Bartenev 6 years ago
- HTTP/2: send the output queue after emitting WINDOW_UPDATE. Valentin Bartenev 6 years ago
- HTTP/2: skip data frames in case of internal errors. Valentin Bartenev 6 years ago
- HTTP/2: don't send WINDOW_UPDATE for an empty request body. Valentin Bartenev 6 years ago
- HTTP/2: write logs when refusing streams with data. Maxim Dounin 6 years ago
- HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR. Valentin Bartenev 6 years ago
- HTTP/2: refuse streams with data until SETTINGS is acknowledged. Valentin Bartenev 6 years ago
- HTTP/2: deduplicated some code in ngx_http_v2_state_headers(). Valentin Bartenev 6 years ago
- FastCGI: skip special bufs in buffered request body chain. Valentin Bartenev 6 years ago
- Fixed typos. Alessandro Ghedini 6 years ago
- Fixed spelling. Josh Soref 6 years ago
- HTTP/2: support for unbuffered upload of request body. Valentin Bartenev 6 years ago
- HTTP/2: rewritten handling of request body. Valentin Bartenev 6 years ago
- HTTP/2: sending RST_STREAM with NO_ERROR to discard request body. Valentin Bartenev 6 years ago
- SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago