summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-03-09Sticky: fixed expiration of learned sessions after reload.Aleksei Bavshin1-2/+57
2026-03-09Sticky: samesite=<strict|lax|none> cookie flags.Vladimir Kokshenev1-1/+89
2026-03-09Sticky: added the "header" parameter in the learn mode.Vladimir Homutov2-15/+77
2026-03-09Sticky: added the "max-age" attribute to cookie.Vladimir Homutov1-4/+6
2026-03-09Sticky: added variables support to cookie domain.Vladimir Homutov1-18/+38
2026-03-09Sticky: added "httponly" and "secure" attributes.Vladimir Homutov1-0/+39
2026-03-09Sticky: added the "learn" mode.Vladimir Homutov1-92/+767
2026-03-09Upstream: added sticky sessions support for upstreams.Vladimir Homutov6-0/+723
2026-02-23Mp4: validate sync sample values in stss atom.CodeByMoriarty1-13/+25
2026-02-17SCGI: fixed passing CONTENT_LENGTH in unbuffered mode.Sergey Kandaurov1-4/+2
2026-02-12Improved $cookie_ evaluation.Vadim Zhestikov1-2/+2
2026-02-11Proxy: fixed HTTP/2 upstream with caching enabled.Roman Arutyunyan1-2/+5
2026-01-29Proxy: fixed sending HTTP/2 buffered request body on next upstream.Sergey Kandaurov1-0/+2
2026-01-21Range filter: reasonable limit on multiple ranges.Sergey Kandaurov1-1/+16
2026-01-15Uwsgi: ensure HTTP_HOST is set to the requested target host.Andrew Clayton1-1/+11
2026-01-15SCGI: ensure HTTP_HOST is set to the requested target host.Andrew Clayton1-1/+11
2026-01-15FastCGI: ensure HTTP_HOST is set to the requested target host.Andrew Clayton1-1/+11
2025-12-08Proxy: cache support for HTTP/2.Zhidao HONG1-25/+52
2025-12-08Proxy: buffering support for HTTP/2.Zhidao HONG1-0/+142
2025-12-08Proxy: extracted control frame and skip functions for HTTP/2.Zhidao HONG1-192/+150
2025-12-08Proxy: extracted ngx_http_proxy_v2_process_frames() function.Zhidao HONG1-72/+93
2025-12-08Proxy: added HTTP/2 proxy module.Zhidao HONG3-2/+4027
2025-12-08Proxy: refactored for HTTP/2 support.Roman Arutyunyan2-107/+182
2025-12-06Disabled bare LF in chunked transfer encoding.Sergey Kandaurov1-1/+1
2025-12-01Add basic ECH shared-mode via OpenSSL.sftcd2-0/+22
2025-11-26Proxy: fixed segfault in URI change.Sergey Kandaurov1-3/+4
2025-11-10SSL: ngx_ssl_set_client_hello_callback() error handling.Sergey Kandaurov1-1/+3
2025-10-28Fixed compilation warnings on Windows after c93a0c48af87.Roman Arutyunyan1-2/+2
2025-10-27OCSP: fixed invalid type for the 'ssl_ocsp' directive.Roman Semenov1-1/+1
2025-10-25Headers filter: inheritance control for add_header and add_trailer.Roman Arutyunyan1-4/+70
2025-10-24Geo: the "volatile" parameter.Dmitry Plotnikov1-0/+12
2025-10-24SSL: $ssl_sigalg, $ssl_client_sigalg.Sergey Kandaurov1-0/+6
2025-10-23CONNECT method support for HTTP/1.1.Roman Arutyunyan1-1/+3
2025-10-08SSL: disabled using certificate compression with OCSP stapling.Sergey Kandaurov1-1/+7
2025-09-25SNI: using the ClientHello callback.Sergey Kandaurov1-1/+5
2025-09-18Fixed inaccurate index directive error report.willmafh1-1/+1
2025-08-11Auth basic: fixed file descriptor leak on memory allocation error.Sergey Kandaurov1-1/+2
2025-08-03SSL: support for compressed server certificates with OpenSSL.Sergey Kandaurov2-0/+19
2025-06-23Upstream: fixed reinit request with gRPC and Early Hints.Sergey Kandaurov2-3/+22
2025-06-21Use NULL instead of 0 for null pointer constant.Andrew Clayton2-2/+2
2025-06-21Use NGX_CONF_OK in some function return checks.Andrew Clayton10-10/+10
2025-06-19Upstream: early hints support.Roman Arutyunyan2-7/+28
2025-04-10Upstream: fixed passwords support for dynamic certificates.Sergey Kandaurov3-33/+27
2025-04-09Charset filter: improved validation of charset_map with utf-8.Sergey Kandaurov1-0/+6
2025-03-10Slice filter: improved memory allocation error handling.Sergey Kandaurov1-2/+2
2025-01-17Upstream: caching certificates and certificate keys with variables.Sergey Kandaurov3-0/+318
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2-0/+108
2025-01-16Slice filter: log the expected range in case of range error.Daniel Vasquez Lopez1-2/+2
2025-01-09Gzip: compatibility with recent zlib-ng 2.2.x versions.Sergey Kandaurov1-3/+5
2024-11-25Upstream: disallow empty path in proxy_store and friends.Sergey Kandaurov4-0/+20