summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-22SSL: a new macro to set default protocol versions.Sergey Kandaurov4-36/+4
2024-11-21Mp4: prevent chunk index underflow.Roman Arutyunyan1-0/+6
2024-11-21Mp4: unordered stsc chunks error for the final chunk.Roman Arutyunyan1-0/+7
2024-11-21Mp4: fixed handling an empty run of chunks in stsc atom.Roman Arutyunyan1-1/+4
2024-11-12Uwsgi: added create_loc_conf comments.Sergey Kandaurov1-0/+22
2024-11-12SCGI: added create_loc_conf comments.Sergey Kandaurov1-0/+15
2024-11-12FastCGI: fixed create_loc_conf comments after 05b1a8f1e.Sergey Kandaurov1-1/+1
2024-11-11SSL: fixed MSVC compilation after ebd18ec1812b.蕭澧邦4-8/+24
2024-11-07Upstream: copy upstream zone DNS valid time during config reload.Mini Hawthorne1-1/+11
2024-11-07Upstream: pre-resolve servers on reload.Ruslan Ermilov1-7/+194
2024-11-07Upstream: construct upstream peers from DNS SRV records.Dmitry Volyntsev1-29/+154
2024-11-07Upstream: re-resolvable servers.Ruslan Ermilov5-14/+495
2024-10-31SSL: disabled TLSv1 and TLSv1.1 by default.Sergey Kandaurov4-0/+8
2024-09-20SSL: optional ssl_client_certificate for ssl_verify_client.Sergey Kandaurov1-2/+6
2024-09-13Proxy: proxy_pass_trailers directive.Sergey Kandaurov1-12/+221
2024-08-12Mp4: rejecting unordered chunks in stsc atom.Roman Arutyunyan1-0/+7
2024-08-12Mp4: fixed buffer underread while updating stsz atom.Roman Arutyunyan1-3/+4
2023-11-25Upstream: variables support in proxy_limit_rate and friends.J Carter4-16/+16
2024-05-23Optimized chain link usage (ticket #2614).Roman Arutyunyan5-12/+37
2024-02-26Rewrite: fixed "return" directive without response text.Piotr Sikora1-0/+1
2024-03-18Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov3-4/+4
2024-03-14Geo: fixed uninitialized memory access.Piotr Sikora1-3/+1
2024-03-22Overhauled some diagnostic messages akin to 1b05b9bbcebf.Sergey Kandaurov2-2/+2
2023-08-31Upstream: fixed handling of Status headers without reason-phrase.Maxim Dounin3-3/+12
2023-06-08SSL: removed the "ssl" directive.Roman Arutyunyan2-82/+1
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan1-8/+16