summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-12-09nginx-1.29.4-RELEASErelease-1.29.4Sergey Kandaurov1-0/+79
2025-12-09QUIC: fixed possible segfault on handshake failures.Jan Svojanovsky1-0/+6
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 HONG4-2/+4038
2025-12-08Proxy: refactored for HTTP/2 support.Roman Arutyunyan3-108/+183
2025-12-08Upstream: add support for connection level ALPN protocol negotiation.Zhidao HONG2-0/+18
2025-12-06Disabled bare LF in chunked transfer encoding.Sergey Kandaurov2-29/+24
2025-12-04SSL: avoid warning when ECH is not configured and not supported.QirunGao1-3/+6
2025-12-04Update GitHub templates and markdown files.Alessandro Fael Garcia12-77/+287
2025-12-01Add basic ECH shared-mode via OpenSSL.sftcd6-0/+221
2025-11-26Proxy: fixed segfault in URI change.Sergey Kandaurov1-3/+4
2025-11-26Changed interface of ngx_http_validate_host().Sergey Kandaurov5-57/+31
2025-11-26Improved host header validation.Sergey Kandaurov2-64/+266
2025-11-19HTTP/2: extended guard for NULL buffer and zero length.Sergey Kandaurov1-6/+5
2025-11-10SSL: fixed build with BoringSSL, broken by 38a701d88.Sergey Kandaurov1-1/+1
2025-11-10SSL: ngx_ssl_set_client_hello_callback() error handling.Sergey Kandaurov4-9/+26
2025-11-06Configure: MSVC compatibility with PCRE2 10.47.Thierry Bastian1-0/+1
2025-11-06Version bump.Sergey Kandaurov1-2/+2
2025-11-04Configure: ensure we get the "built by ..." line in nginx -V.Andrew Clayton6-45/+38
2025-10-28nginx-1.29.3-RELEASErelease-1.29.3Roman Arutyunyan1-0/+59
2025-10-28Modules compatibility: increased compat section size.Roman Arutyunyan1-1/+1
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 Semenov2-2/+2
2025-10-25Headers filter: inheritance control for add_header and add_trailer.Roman Arutyunyan1-4/+70
2025-10-24Geo: the "volatile" parameter.Dmitry Plotnikov2-0/+24
2025-10-24SSL: $ssl_sigalg, $ssl_client_sigalg.Sergey Kandaurov4-0/+68
2025-10-24Upstream: reset local address in case of error.Roman Arutyunyan2-0/+4
2025-10-23CONNECT method support for HTTP/1.1.Roman Arutyunyan4-3/+50
2025-10-23Added $request_port and $is_request_port variables.Roman Arutyunyan6-3/+98
2025-10-08SSL: support for compressed server certificates with BoringSSL.Sergey Kandaurov2-0/+190
2025-10-08SSL: disabled using certificate compression with OCSP stapling.Sergey Kandaurov2-2/+14
2025-10-08Updated OpenSSL and PCRE used for win32 builds.Sergey Kandaurov1-2/+2
2025-10-08Version bump.Sergey Kandaurov1-2/+2
2025-10-07nginx-1.29.2-RELEASErelease-1.29.2Sergey Kandaurov1-0/+92
2025-10-07Fixed a typo.Sergey Kandaurov1-2/+2
2025-10-06SSL: fixed "key values mismatch" with object cache inheritance.Sergey Kandaurov2-12/+63
2025-09-30Added F5 CLA workflow.Maryna-f51-0/+41
2025-09-26Mail: xtext encoding (RFC 3461) in XCLIENT LOGIN.Sergey Kandaurov3-4/+43
2025-09-26Upstream: overflow detection in Cache-Control delta-seconds.Sergey Kandaurov1-34/+47
2025-09-25SSL: AWS-LC compatibility.Sergey Kandaurov3-3/+4
2025-09-25QUIC: a new macro to differentiate BoringSSL specific EVP API.Sergey Kandaurov2-16/+18
2025-09-25QUIC: localized OpenSSL headers used for QUIC protection.Sergey Kandaurov2-8/+6
2025-09-25SNI: support for early ClientHello callback with BoringSSL.Sergey Kandaurov4-0/+49
2025-09-25SNI: using the ClientHello callback.Sergey Kandaurov5-71/+165
2025-09-18Fixed inaccurate index directive error report.willmafh1-1/+1
2025-09-15Updated link to xslscript.Sergey Kandaurov1-1/+1
2025-09-12QUIC: fixed ssl_reject_handshake error handling.Sergey Kandaurov1-11/+16