Tree @release-1.13.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.13.0
- 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
- HTTP/2: emit PROTOCOL_ERROR on padding errors. Piotr Sikora 5 years ago
- HTTP/2: fix flow control with padded DATA frames. Piotr Sikora 5 years ago
- HTTP/2: fix $body_bytes_sent variable. Piotr Sikora 5 years ago
- HTTP/2: fix $bytes_sent variable. Piotr Sikora 5 years ago
- Copy filter: wake up subrequests after aio operations. Maxim Dounin 5 years ago
- Threads: fixed request hang with aio_write and subrequests. Maxim Dounin 5 years ago
- Fixed ngx_open_cached_file() error handling. Sergey Kandaurov 5 years ago
- Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11). Maxim Dounin 5 years ago
- Simplified code about duplicate root/alias directive. Ruslan Ermilov 5 years ago
- Unified error messages about duplicate directives. Ruslan Ermilov 5 years ago
- Access log: removed dead ev->timedout check in flush timer handler. Maxim Dounin 5 years ago