summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-25HTTP CONNECT proxy.tunnelRoman Arutyunyan1-0/+12
2025-04-10Upstream: fixed passwords support for dynamic certificates.Sergey Kandaurov1-0/+55
2025-01-17Upstream: caching certificates and certificate keys with variables.Sergey Kandaurov1-1/+2
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov1-1/+1
2024-11-25Upstream: disallow empty path in proxy_store and friends.Sergey Kandaurov1-0/+4
2024-11-07Upstream: per-upstream resolver.Vladimir Homutov1-0/+51
2024-11-07Upstream: construct upstream peers from DNS SRV records.Dmitry Volyntsev1-0/+38
2024-11-07Upstream: re-resolvable servers.Ruslan Ermilov1-0/+78
2023-11-25Upstream: variables support in proxy_limit_rate and friends.J Carter1-1/+1
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 Dounin1-3/+3
2024-01-29AIO operations now add timers (ticket #2162).Maxim Dounin1-0/+13
2022-06-22Merged with the default branch.Sergey Kandaurov1-118/+288
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov1-2/+4
2022-06-07Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.Maxim Dounin1-7/+22
2022-05-31Upstream: fixed build without http cache (broken by cd73509f21e2).Maxim Dounin1-4/+5
2022-05-30Upstream: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-9/+17
2022-05-30Upstream: handling of multiple Vary headers (ticket #1423).Maxim Dounin1-5/+43
2022-05-30Upstream: duplicate headers ignored or properly linked.Maxim Dounin1-9/+103
2022-05-30Upstream: header handlers can now return parsing errors.Maxim Dounin1-3/+50
2022-05-30Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin1-0/+9
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+7
2022-05-30Upstream: simplified Accept-Ranges handling.Maxim Dounin1-2/+1
2022-05-30Upstream: simplified Content-Encoding handling.Maxim Dounin1-33/+3
2022-05-30Upstream: style.Maxim Dounin1-7/+17
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-43/+13
2022-05-30Combining unknown headers during variables lookup (ticket #1316).Maxim Dounin1-2/+2
2021-12-24Merged with the default branch.Ruslan Ermilov1-0/+36
2021-11-25HTTP/2: fixed sendfile() aio handling.Maxim Dounin1-0/+14
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin1-0/+22
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan1-2/+2
2021-10-29Upstream: sendfile_max_chunk support.Maxim Dounin1-3/+6
2021-11-03Merged with the default branch.Sergey Kandaurov1-6/+11
2021-09-01Merged with the default branch.Sergey Kandaurov1-0/+4
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin1-0/+4
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin1-3/+5
2021-05-28Merged with the default branch.Sergey Kandaurov1-0/+51
2021-05-06Upstream: variables support in certificates.Maxim Dounin1-0/+51
2021-03-28Fixed handling of already closed connections.Maxim Dounin1-3/+8
2021-03-28Upstream: fixed broken connection check with eventport.Maxim Dounin1-0/+6
2021-03-28Upstream: fixed non-buffered proxying with eventport.Maxim Dounin1-3/+1
2021-03-30Merged with the default branch.Sergey Kandaurov1-3/+12
2021-02-17Merged with the default branch.Sergey Kandaurov1-0/+7
2021-01-12Upstream: fixed zero size buf alerts on extra data (ticket #2117).Maxim Dounin1-0/+7
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-2/+2
2020-10-12QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections.Sergey Kandaurov1-0/+7
2020-10-01Merged with the default branch.Sergey Kandaurov1-1/+1
2020-08-20HTTP/3: special handling of client errors in the upstream module.Roman Arutyunyan1-0/+13
2020-07-06FastCGI: protection from responses with wrong length.Maxim Dounin1-1/+2
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin1-5/+14