Tree @release-1.13.9 (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.9
- HTTP/2: precalculate hash for "Cookie". Maxim Dounin 4 years ago
- HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling. Ruslan Ermilov 4 years ago
- HTTP/2: push additional request headers (closes #1478). Ruslan Ermilov 4 years ago
- Expose more headers with NGX_HTTP_HEADERS. Ruslan Ermilov 4 years ago
- HTTP/2: style. Sergey Kandaurov 4 years ago
- HTTP/2: fixed null pointer dereference with server push. Ruslan Ermilov 4 years ago
- HTTP/2: fixed build with -Werror=unused-but-set-variable. Ruslan Ermilov 4 years ago
- HTTP/2: server push. Ruslan Ermilov 4 years ago
- HTTP/2: changed prototypes of request pseudo-headers parsers. Ruslan Ermilov 4 years ago
- Basic support of the Link response header. Ruslan Ermilov 4 years ago
- Dav: added error logging. Roman Arutyunyan 4 years ago
- HTTP/2: removed unused field from ngx_http_v2_stream_t. Sergey Kandaurov 4 years ago
- Upstream: removed X-Powered-By from the list of special headers. Ruslan Ermilov 4 years ago
- SSL: using default server context in session remove (closes #1464). Sergey Kandaurov 4 years ago
- HTTP/2: finalize request as bad if parsing of pseudo-headers fails. Ruslan Ermilov 4 years ago
- HTTP/2: more style, comments, and debugging. Ruslan Ermilov 4 years ago
- HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings. Ruslan Ermilov 4 years ago
- Upstream: fixed "header already sent" alerts on backend errors. Maxim Dounin 4 years ago
- Retain CAP_NET_RAW capability for transparent proxying. Roman Arutyunyan 4 years ago
- Proxy: escape explicit space in URI in default cache key. Roman Arutyunyan 4 years ago
- Inherit valid_unparsed_uri in cloned subrequests (ticket #1430). Roman Arutyunyan 4 years ago
- Proxy: simplified conditions of using unparsed uri. Roman Arutyunyan 4 years ago
- Upstream: flush low-level buffers on write retry. Patryk Lesiewicz 4 years ago
- Upstream keepalive: clean read delayed flag in stored connections. Roman Arutyunyan 4 years ago
- Autoindex: discard request body (ticket #1439). Maxim Dounin 4 years ago
- 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