Tree @release-1.13.1 (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.1
- Fixed background requests with asynchronous operations. Roman Arutyunyan 5 years ago
- SSL: set TCP_NODELAY on SSL connections before handshake. Maxim Dounin 5 years ago
- Introduced ngx_tcp_nodelay(). Ruslan Ermilov 5 years ago
- Background subrequests for cache updates. Roman Arutyunyan 5 years ago
- HTTP/2: fixed segfault when memory allocation failed. Valentin Bartenev 5 years ago
- Cache: ignore long locked entries during forced expire. Dmitry Volyntsev 5 years ago
- Upstream: fixed u->headers_in.headers allocation error handling. Sergey Kandaurov 5 years ago
- Realip: allow hostnames in set_real_ip_from (ticket #1180). Ruslan Ermilov 5 years ago
- Access: simplified rule parser code. Ruslan Ermilov 5 years ago
- Added missing "fall through" comments (ticket #1259). Maxim Dounin 5 years ago
- Don't pretend we support HTTP major versions >1 as HTTP/1.1. Ruslan Ermilov 5 years ago
- HTTP/2: reduced difference to HTTP/1.x in reading request body. Valentin Bartenev 5 years ago
- HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR. Valentin Bartenev 5 years ago
- Gzip static: use an appropriate error on memory allocation failure. Sergey Kandaurov 5 years ago
- Cleaned up r->headers_out.headers allocation error handling. Sergey Kandaurov 5 years ago
- Sub filter: restored ngx_http_set_ctx() at the proper place. Sergey Kandaurov 5 years ago
- SSL: added support for TLSv1.3 in ssl_protocols directive. Sergey Kandaurov 5 years ago
- Added support for the "308 Permanent Redirect" (ticket #877). Simon Leblanc 5 years ago
- Use ngx_calloc_buf() where appropriate. Ruslan Ermilov 5 years ago
- Upstream: allow recovery from "429 Too Many Requests" response. Piotr Sikora 5 years ago
- Added support for "429 Too Many Requests" response (RFC6585). Piotr Sikora 5 years ago
- Fixed type. hucongcong 5 years ago
- Slice filter: prevented slice redirection (ticket #1219). Roman Arutyunyan 5 years ago
- Slice filter: allowed at most one subrequest at a time. Roman Arutyunyan 5 years ago
- Moved handling of wev->delayed to the connection event handler. Maxim Dounin 5 years ago
- Perl: fixed delaying subrequests. Maxim Dounin 5 years ago
- Limit req: fixed delaying subrequests. Maxim Dounin 5 years ago
- HTTP/2: style and typos. Piotr Sikora 5 years ago
- HTTP/2: fixed connection finalization. Valentin Bartenev 5 years ago
- HTTP/2: fixed stream finalization. Valentin Bartenev 5 years ago