index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_upstream.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
Upstream: fixed usage of closed sockets with filter finalization.
Maxim Dounin
1
-0
/
+4
2024-01-30
Fixed request termination with AIO and subrequests (ticket #2555).
Maxim Dounin
1
-3
/
+3
2024-01-29
AIO operations now add timers (ticket #2162).
Maxim Dounin
1
-0
/
+13
2022-06-22
Merged with the default branch.
Sergey Kandaurov
1
-118
/
+288
2022-06-07
Upstream: handling of certificates specified as an empty string.
Sergey Kandaurov
1
-2
/
+4
2022-06-07
Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.
Maxim Dounin
1
-7
/
+22
2022-05-31
Upstream: fixed build without http cache (broken by cd73509f21e2).
Maxim Dounin
1
-4
/
+5
2022-05-30
Upstream: multiple WWW-Authenticate headers (ticket #485).
Maxim Dounin
1
-9
/
+17
2022-05-30
Upstream: handling of multiple Vary headers (ticket #1423).
Maxim Dounin
1
-5
/
+43
2022-05-30
Upstream: duplicate headers ignored or properly linked.
Maxim Dounin
1
-9
/
+103
2022-05-30
Upstream: header handlers can now return parsing errors.
Maxim Dounin
1
-3
/
+50
2022-05-30
Upstream: all known headers in u->headers_in are linked lists now.
Maxim Dounin
1
-0
/
+9
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
1
-0
/
+7
2022-05-30
Upstream: simplified Accept-Ranges handling.
Maxim Dounin
1
-2
/
+1
2022-05-30
Upstream: simplified Content-Encoding handling.
Maxim Dounin
1
-33
/
+3
2022-05-30
Upstream: style.
Maxim Dounin
1
-7
/
+17
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
1
-43
/
+13
2022-05-30
Combining unknown headers during variables lookup (ticket #1316).
Maxim Dounin
1
-2
/
+2
2021-12-24
Merged with the default branch.
Ruslan Ermilov
1
-0
/
+36
2021-11-25
HTTP/2: fixed sendfile() aio handling.
Maxim Dounin
1
-0
/
+14
2021-11-25
HTTP/2: fixed "task already active" with sendfile in threads.
Maxim Dounin
1
-0
/
+22
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
1
-2
/
+2
2021-10-29
Upstream: sendfile_max_chunk support.
Maxim Dounin
1
-3
/
+6
2021-11-03
Merged with the default branch.
Sergey Kandaurov
1
-6
/
+11
2021-09-01
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+4
2021-08-20
Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).
Maxim Dounin
1
-0
/
+4
2021-10-21
SSL: SSL_sendfile() support with kernel TLS.
Maxim Dounin
1
-3
/
+5
2021-05-28
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+51
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
1
-0
/
+51
2021-03-28
Fixed handling of already closed connections.
Maxim Dounin
1
-3
/
+8
2021-03-28
Upstream: fixed broken connection check with eventport.
Maxim Dounin
1
-0
/
+6
2021-03-28
Upstream: fixed non-buffered proxying with eventport.
Maxim Dounin
1
-3
/
+1
2021-03-30
Merged with the default branch.
Sergey Kandaurov
1
-3
/
+12
2021-02-17
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+7
2021-01-12
Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Maxim Dounin
1
-0
/
+7
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
1
-2
/
+2
2020-10-12
QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections.
Sergey Kandaurov
1
-0
/
+7
2020-10-01
Merged with the default branch.
Sergey Kandaurov
1
-1
/
+1
2020-08-20
HTTP/3: special handling of client errors in the upstream module.
Roman Arutyunyan
1
-0
/
+13
2020-07-06
FastCGI: protection from responses with wrong length.
Maxim Dounin
1
-1
/
+2
2020-07-06
Upstream: drop extra data sent by upstream.
Maxim Dounin
1
-5
/
+14
2020-05-13
Upstream: jump out of loop after matching the status code.
Jinhua Tan
1
-0
/
+2
2019-07-18
Upstream: fixed EOF handling in unbuffered and upgraded modes.
Maxim Dounin
1
-3
/
+26
2019-06-03
Upstream: background cache update before cache send (ticket #1782).
Roman Arutyunyan
1
-11
/
+8
2020-07-29
Cache: ignore stale-if-error for 4xx and 5xx codes.
Roman Arutyunyan
1
-1
/
+1
2019-04-24
Variables support in limit_rate and limit_rate_after (ticket #293).
Ruslan Ermilov
1
-0
/
+2
2019-02-11
Upstream: fixed logging of required buffer size (ticket #1722).
Chanhun Jeong
1
-1
/
+1
2018-12-13
Upstream: implemented $upstream_bytes_sent.
Ruslan Ermilov
1
-0
/
+15
2018-11-21
Upstream: revised upstream response time variables.
Vladimir Homutov
1
-15
/
+17
2018-10-03
Upstream: proxy_socket_keepalive and friends.
Vladimir Homutov
1
-0
/
+4
[next]