summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 Hawthorne2-1/+12
2024-11-07Upstream: per-upstream resolver.Vladimir Homutov2-6/+57
2024-11-07Upstream: pre-resolve servers on reload.Ruslan Ermilov1-7/+194
2024-11-07Upstream: construct upstream peers from DNS SRV records.Dmitry Volyntsev5-32/+207
2024-11-07Upstream: re-resolvable servers.Ruslan Ermilov9-28/+857
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 Kandaurov5-17/+235
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
2024-07-18HTTP/2: close connections initialized during graceful shutdown.Kasei Wang1-0/+5
2024-05-28HTTP/3: fixed handling of zero-length literal field line.Sergey Kandaurov1-0/+3
2024-05-28HTTP/3: fixed dynamic table overflow.Roman Arutyunyan1-1/+1
2024-05-28HTTP/3: decoder stream pre-creation.Roman Arutyunyan3-9/+17
2023-11-25Upstream: variables support in proxy_limit_rate and friends.J Carter6-18/+18
2024-05-23Optimized chain link usage (ticket #2614).Roman Arutyunyan5-12/+37
2024-05-03HTTP/3: fixed handling of malformed request body length.Sergey Kandaurov1-0/+9
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
2024-01-30HTTP/3: added more compatibility checks for "listen ... quic".Sergey Kandaurov1-5/+31
2024-01-30Upstream: fixed usage of closed sockets with filter finalization.Maxim Dounin1-0/+4
2024-01-30Fixed request termination with AIO and subrequests (ticket #2555).Maxim Dounin5-23/+71
2024-01-29AIO operations now add timers (ticket #2162).Maxim Dounin3-0/+65