summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-19Removed legacy charset directive from default config example.Mohamed Karrab1-2/+0
2025-08-13Added a previously missed changes entry in 1.29.1 relnotes.Sergey Kandaurov1-0/+15
2025-08-13Version bump.Sergey Kandaurov1-2/+2
2025-08-13nginx-1.29.1-RELEASErelease-1.29.1Sergey Kandaurov1-0/+85
2025-08-13Updated OpenSSL used for win32 builds.Sergey Kandaurov1-1/+1
2025-08-13Mail: logging upstream to the error log with "smtp_auth none;".Sergey Kandaurov1-6/+4
2025-08-13Mail: reset stale auth credentials with "smtp_auth none;".Sergey Kandaurov2-1/+7
2025-08-13Mail: improved error handling in plain/login/cram-md5 auth methods.Sergey Kandaurov1-16/+22
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 Kandaurov8-0/+89
2025-08-03SSL: disabled certificate compression by default with OpenSSL.Sergey Kandaurov1-0/+5
2025-08-03Updated ngx_http_process_multi_header_lines() comments.Sergey Kandaurov2-2/+2
2025-08-03HTTP/3: improved invalid ":authority" error message.Sergey Kandaurov1-1/+1
2025-08-03Made ngx_http_process_request_header() static again.Sergey Kandaurov2-2/+2
2025-08-03HTTP/2: fixed handling of the ":authority" header.Sergey Kandaurov1-15/+105
2025-08-03HTTP/2: factored out constructing the Host header.Sergey Kandaurov1-39/+48
2025-07-28HTTP/2: fixed flushing early hints over SSL.Roman Arutyunyan1-5/+7
2025-07-24HTTP/3: fixed handling of :authority and Host with port.Roman Arutyunyan1-5/+8
2025-07-23HTTP/3: fixed potential type overflow in string literal parser.Sergey Kandaurov1-0/+6
2025-07-11Events: compatibility with NetBSD 10.0 in kqueue.Sergey Kandaurov1-2/+2
2025-07-11Configure: set NGX_KQUEUE_UDATA_T at compile time.Sergey Kandaurov2-20/+9
2025-07-11Events: fixed -Wzero-as-null-pointer-constant warnings in kqueue.Sergey Kandaurov1-2/+2