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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-01-12
Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Maxim Dounin
1
-0
/
+7
2020-07-29
Cache: ignore stale-if-error for 4xx and 5xx codes.
Roman Arutyunyan
1
-1
/
+1
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
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
2018-08-24
Upstream: fixed request chain traversal (ticket #1618).
Vladimir Homutov
1
-1
/
+1
2018-08-10
Upstream keepalive: keepalive_requests directive.
Maxim Dounin
1
-0
/
+2
2018-07-17
SSL: save sessions for upstream peers using a callback function.
Sergey Kandaurov
1
-4
/
+24
2018-07-02
Upstream: fixed tcp_nopush with gRPC.
Maxim Dounin
1
-0
/
+12
2018-07-02
Upstream: fixed unexpected tcp_nopush usage on peer connections.
Maxim Dounin
1
-0
/
+4
2018-06-13
Upstream: disable body cleanup with preserve_output (ticket #1565).
Maxim Dounin
1
-1
/
+2
2018-04-05
Upstream: fixed u->conf->preserve_output (ticket #1519).
Maxim Dounin
1
-6
/
+12
2018-04-03
Upstream: fixed ngx_http_upstream_test_next() conditions.
Maxim Dounin
1
-2
/
+18
2018-03-19
Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Ruslan Ermilov
1
-1
/
+1
2018-03-17
Upstream: u->conf->preserve_output flag.
Maxim Dounin
1
-2
/
+4
2018-03-17
Upstream: u->request_body_blocked flag.
Maxim Dounin
1
-2
/
+19
2018-03-17
Upstream: trailers support, u->conf->pass_trailers flag.
Maxim Dounin
1
-0
/
+96
2018-02-28
Generic subrequests in memory.
Roman Arutyunyan
1
-125
/
+1
2018-02-08
Basic support of the Link response header.
Ruslan Ermilov
1
-0
/
+5
2018-01-30
Upstream: removed X-Powered-By from the list of special headers.
Ruslan Ermilov
1
-4
/
+0
2018-01-11
Upstream: fixed "header already sent" alerts on backend errors.
Maxim Dounin
1
-3
/
+4
2017-12-13
Retain CAP_NET_RAW capability for transparent proxying.
Roman Arutyunyan
1
-0
/
+6
2017-12-01
Upstream: flush low-level buffers on write retry.
Patryk Lesiewicz
1
-1
/
+1
2017-10-11
Upstream: disabled upgrading in subrequests.
Roman Arutyunyan
1
-0
/
+7
2017-10-11
Upstream: fixed $upstream_status when upstream returns 503/504.
Ruslan Ermilov
1
-0
/
+5
2017-10-10
Upstream: fixed error handling of stale and revalidated cache send.
Sergey Kandaurov
1
-6
/
+36
2017-10-09
Upstream: even better handling of invalid headers in cache files.
Maxim Dounin
1
-0
/
+1
2017-10-03
Cache: fixed caching of intercepted errors (ticket #1382).
Maxim Dounin
1
-5
/
+15
2017-10-02
Upstream: better handling of invalid headers in cache files.
Maxim Dounin
1
-0
/
+10
2017-08-23
Upstream: unconditional parsing of last_modified_time.
Maxim Dounin
1
-17
/
+3
2017-08-01
Variables: macros for null variables.
Ruslan Ermilov
1
-1
/
+1
2017-07-19
Upstream: keep request body file from removal if requested.
Roman Arutyunyan
1
-1
/
+7
2017-07-17
Parenthesized ASCII-related calculations.
Valentin Bartenev
1
-3
/
+3
2017-06-22
Upstream: introduced ngx_http_upstream_ssl_handshake_handler().
Maxim Dounin
1
-14
/
+24
2017-06-14
Upstream: fixed running posted requests (ticket #788).
Roman Arutyunyan
1
-1
/
+6
2017-05-31
Upstream: style.
Piotr Sikora
1
-1
/
+1
2017-05-26
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
1
-76
/
+14
2017-05-25
Background subrequests for cache updates.
Roman Arutyunyan
1
-4
/
+4
2017-04-20
Cleaned up r->headers_out.headers allocation error handling.
Sergey Kandaurov
1
-5
/
+6
2017-03-24
Upstream: allow recovery from "429 Too Many Requests" response.
Piotr Sikora
1
-0
/
+5
[next]