summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-19HTTP/2: extended guard for NULL buffer and zero length.Sergey Kandaurov1-6/+5
2025-11-10SSL: ngx_ssl_set_client_hello_callback() error handling.Sergey Kandaurov1-1/+3
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 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-24Upstream: reset local address in case of error.Roman Arutyunyan1-0/+2
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: disabled using certificate compression with OCSP stapling.Sergey Kandaurov1-1/+7
2025-09-26Upstream: overflow detection in Cache-Control delta-seconds.Sergey Kandaurov1-34/+47
2025-09-25SNI: support for early ClientHello callback with BoringSSL.Sergey Kandaurov1-0/+5
2025-09-25SNI: using the ClientHello callback.Sergey Kandaurov2-36/+32
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-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-06-23Upstream: fixed reinit request with gRPC and Early Hints.Sergey Kandaurov4-11/+25
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 Clayton11-11/+11
2025-06-21HTTP/3: indexed field line encoding for "103 Early Hints".Sergey Kandaurov1-7/+4
2025-06-19Upstream: early hints support.Roman Arutyunyan13-10/+698
2025-06-19HTTP/2: added function declaration.Roman Arutyunyan1-0/+2
2025-04-18HTTP/3: fixed NGX_HTTP_V3_VARLEN_INT_LEN value.Roman Arutyunyan1-1/+1
2025-04-17Fixed -Wunterminated-string-initialization with gcc15.Roman Arutyunyan1-3/+4
2025-04-15HTTP/3: graceful shutdown on keepalive timeout expiration.Roman Arutyunyan1-1/+1
2025-04-10Upstream: fixed passwords support for dynamic certificates.Sergey Kandaurov5-33/+86
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-02-26SSL: removed stale comments.Sergey Kandaurov1-2/+0
2025-02-26SSL: improved logging of saving sessions from upstream servers.Sergey Kandaurov1-3/+3
2025-02-26SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov1-6/+4
2025-02-21Improved ngx_http_subrequest() error handling.Sergey Kandaurov1-5/+11
2025-02-05SNI: added restriction for TLSv1.3 cross-SNI session resumption.Sergey Kandaurov1-2/+25
2025-02-05Added "keepalive_min_timeout" directive.Roman Arutyunyan4-7/+56
2025-01-17Upstream: caching certificates and certificate keys with variables.Sergey Kandaurov5-1/+321
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov4-1/+110
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 Kandaurov5-0/+24
2024-11-22SSL: a new macro to set default protocol versions.Sergey Kandaurov4-36/+4