Tree @release-1.9.14 (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.9.14
- 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
- Style. Ruslan Ermilov 6 years ago
- Win32: fixed build after cf3e75cfa951. Ruslan Ermilov 6 years ago
- Win32: fixed build after cf3e75cfa951. Ruslan Ermilov 6 years ago
- Added variables support to server_tokens. Ruslan Ermilov 6 years ago
- Upstream: avoid closing client connection in edge case. Justin Li 6 years ago
- Upstream: fixed "zero size buf" alerts with cache (ticket #918). Maxim Dounin 6 years ago
- Copy filter: fixed sendfile aio handlers to set ctx->aio. Maxim Dounin 6 years ago
- Request body: moved handling of the last part in the save filter. Valentin Bartenev 6 years ago
- HTTP/2: implemented per request timeouts (closes #626). Valentin Bartenev 6 years ago
- HTTP/2: always use temporary pool for processing headers. Valentin Bartenev 6 years ago