Tree @release-1.13.7 (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.13.7
- Fixed worker_shutdown_timeout in various cases. Maxim Dounin 4 years ago
- Gzip: support for a zlib variant from Intel. Maxim Dounin 4 years ago
- Xslt: fixed parameters parsing (ticket #1416). Ruslan Ermilov 4 years ago
- SSI: fixed type. hucongcong 4 years ago
- FastCGI: adjust buffer position when parsing incomplete records. Maxim Dounin 4 years ago
- Postpone filter: handled ngx_http_postpone_filter_add() failures. Sergey Kandaurov 4 years ago
- Upstream: disabled upgrading in subrequests. Roman Arutyunyan 4 years ago
- Upstream: fixed $upstream_status when upstream returns 503/504. Ruslan Ermilov 4 years ago
- Upstream: fixed error handling of stale and revalidated cache send. Sergey Kandaurov 4 years ago
- Upstream: even better handling of invalid headers in cache files. Maxim Dounin 4 years ago
- Upstream hash: reordered peer checks. Maxim Dounin 4 years ago
- Upstream hash: limited number of tries in consistent case. Maxim Dounin 4 years ago
- Fixed handling of unix sockets in $binary_remote_addr. Maxim Dounin 4 years ago
- HTTP/2: enforce writing the sync request body buffer to file. Valentin Bartenev 4 years ago
- Cache: fixed caching of intercepted errors (ticket #1382). Maxim Dounin 4 years ago
- Upstream: better handling of invalid headers in cache files. Maxim Dounin 4 years ago
- Modules compatibility: down flag promoted to a bitmask. Ruslan Ermilov 4 years ago
- Do not use the obsolete NGX_SOCKADDRLEN macro. Ruslan Ermilov 4 years ago
- Removed more remnants of the old pthread implementation. Ruslan Ermilov 4 years ago
- HTTP/2: shortened some debug log messages. Maxim Dounin 4 years ago
- HTTP/2: fixed debug log about indexed headers. Maxim Dounin 4 years ago
- HTTP/2: added logging of 400 (Bad Request) reasons. Maxim Dounin 4 years ago
- HTTP/2: signal 0-byte HPACK's dynamic table size. Piotr Sikora 4 years ago
- Secure link: fixed stack buffer overflow. Roman Arutyunyan 4 years ago
- Upstream: unconditional parsing of last_modified_time. Maxim Dounin 4 years ago
- SSL: the $ssl_client_escaped_cert variable (ticket #857). Maxim Dounin 4 years ago
- Range filter: changed type for total length to off_t. Maxim Dounin 4 years ago
- Style. Maxim Dounin 4 years ago
- Fixed calls to ngx_open_file() in certain places. Sergey Kandaurov 4 years ago
- Style. Sergey Kandaurov 4 years ago