Tree @release-1.17.4 (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.17.4
- HTTP/2: fixed worker_shutdown_timeout. Ruslan Ermilov 2 years ago
- HTTP/2: fixed possible alert about left open socket on shutdown. Ruslan Ermilov 2 years ago
- HTTP/2: traffic-based flood detection. Maxim Dounin 2 years ago
- HTTP/2: switched back to RST_STREAM with NO_ERROR. Maxim Dounin 2 years ago
- SSL: fixed ssl_verify_client error message. Sergey Kandaurov 2 years ago
- HTTP/2: close connection on zero WINDOW_UPDATE. Ruslan Ermilov 2 years ago
- HTTP/2: close connection on frames with self-dependency. Ruslan Ermilov 2 years ago
- Fixed "return" with discarding invalid chunked body. Sergey Kandaurov 2 years ago
- Detect runaway chunks in ngx_http_parse_chunked(). Sergey Kandaurov 2 years ago
- HTTP/2: discard remaining request body after redirect. Sergey Kandaurov 2 years ago
- HTTP/2: limited number of PRIORITY frames. Ruslan Ermilov 2 years ago
- HTTP/2: limited number of DATA frames. Ruslan Ermilov 2 years ago
- HTTP/2: reject zero length headers with PROTOCOL_ERROR. Sergey Kandaurov 2 years ago
- Gzip: fixed "zero size buf" alerts after ac5a741d39cf. Maxim Dounin 2 years ago
- Xslt: fixed potential buffer overflow with null character. Maxim Dounin 2 years ago
- SSI: avoid potential buffer overflow. Maxim Dounin 2 years ago
- Upstream: fixed EOF handling in unbuffered and upgraded modes. Maxim Dounin 2 years ago
- HTTP/2: return error on output on closed stream. Maxim Dounin 2 years ago
- Perl: removed unused variable, forgotten in 975d7ab37b39. Maxim Dounin 2 years ago
- Gzip: use zlib to write header and trailer. Ilya Leoshkevich 2 years ago
- Perl: named locations in $r->internal_redirect(). Maxim Dounin 2 years ago
- Perl: expect escaped URIs in $r->internal_redirect(). Maxim Dounin 2 years ago
- Perl: additional ctx->header_sent checks. Maxim Dounin 2 years ago
- Perl: avoid returning 500 if header was already sent. Maxim Dounin 2 years ago
- Perl: avoid redirects on errors. Maxim Dounin 2 years ago
- Perl: disabled unrelated calls from variable handlers. Maxim Dounin 2 years ago
- Perl: protection against duplicate $r->sleep() calls. Maxim Dounin 2 years ago
- Perl: handling of allocation errors. Maxim Dounin 2 years ago
- Perl: propagate errors. Maxim Dounin 2 years ago
- Perl: reworked perl module to pass ctx instead of request. Maxim Dounin 2 years ago