Tree @release-1.11.13 (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.11.13
- 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
- Converted hc->busy/hc->free to use chain links. Maxim Dounin 5 years ago
- Added missing "static" specifiers found by gcc -Wtraditional. Ruslan Ermilov 5 years ago
- Added missing static specifiers. Eran Kornblau 5 years ago
- Fixed background update with "if". Maxim Dounin 5 years ago
- Gzip: free chain links on the hot path (ticket #1046). Maxim Dounin 5 years ago
- Upstream: read handler cleared on upstream finalization. Maxim Dounin 5 years ago
- Cache: increased cache header Vary and ETag lengths to 128. Maxim Dounin 5 years ago
- Slice filter: fetch slices in cloned subrequests. Roman Arutyunyan 5 years ago