Tree @release-1.10.0 (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.0
- 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
- Fixed logging. Sergey Kandaurov 6 years ago
- Fixed logging with variable field width. Sergey Kandaurov 6 years ago
- Fixed logging in close error handling. Sergey Kandaurov 6 years ago
- Style. Ruslan Ermilov 6 years ago
- Upstream: proxy_next_upstream non_idempotent. Maxim Dounin 6 years ago
- Upstream: cached connections now tested against next_upstream. Maxim Dounin 6 years ago
- Sub filter: fixed allocation alignment. Roman Arutyunyan 6 years ago
- Resolver: added support for SRV records. Dmitry Volyntsev 6 years ago
- Backed out server_tokens changes. Maxim Dounin 6 years ago
- Cache: fixed slots accounting error introduced in c9d680b00744. Dmitry Volyntsev 6 years ago
- Reconsidered server_tokens with an empty value. Ruslan Ermilov 6 years ago
- HTTP/2: improved debugging of sending control frames. Valentin Bartenev 6 years ago
- Cache: added watermark to reduce IO load when keys_zone is full. Dmitry Volyntsev 6 years ago
- Cache: report error if slab allocator fails during cache loading. Dmitry Volyntsev 6 years ago
- Threads: writing via threads pools in event pipe. Maxim Dounin 6 years ago
- Threads: task pointer stored in ngx_file_t. Maxim Dounin 6 years ago