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
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
2017-04-02
Moved handling of wev->delayed to the connection event handler.
Maxim Dounin
1
-49
/
+10
2017-03-28
Threads: fixed request hang with aio_write and subrequests.
Maxim Dounin
1
-2
/
+12
2017-03-06
Added missing "static" specifiers found by gcc -Wtraditional.
Ruslan Ermilov
1
-1
/
+1
2017-03-02
Added missing static specifiers.
Eran Kornblau
1
-1
/
+1
2017-02-10
Upstream: read handler cleared on upstream finalization.
Maxim Dounin
1
-0
/
+2
2017-02-10
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
1
-2
/
+45
2016-12-22
Cache: support for stale-while-revalidate and stale-if-error.
Roman Arutyunyan
1
-20
/
+77
2017-01-31
Variables: generic prefix variables.
Dmitry Volyntsev
1
-2
/
+12
2017-01-20
Upstream: fixed cache corruption and socket leaks with aio_write.
Maxim Dounin
1
-0
/
+15
2016-12-22
Fixed missing "Location" field with some relative redirects.
Ruslan Ermilov
1
-2
/
+2
2016-11-14
Upstream: handling of upstream SSL handshake timeouts.
Maxim Dounin
1
-0
/
+7
2016-11-03
Cache: prefix-based temporary files.
Maxim Dounin
1
-2
/
+3
2016-11-03
Upstream: avoid holding a cache node with upgraded connections.
Maxim Dounin
1
-0
/
+17
2016-11-02
Cache: proxy_cache_max_range_offset and friends.
Dmitry Volyntsev
1
-0
/
+55
2016-10-17
Upstream: removed ngx_http_upstream_srv_conf_t.default_port.
Ruslan Ermilov
1
-2
/
+0
2016-10-17
Upstream: don't consider default_port when matching upstreams.
Ruslan Ermilov
1
-6
/
+0
2016-10-17
Upstream: consistently initialize explicit upstreams.
Ruslan Ermilov
1
-0
/
+2
2016-10-31
Upstream: do not unnecessarily create per-request upstreams.
Ruslan Ermilov
1
-17
/
+17
2016-10-19
SSL: compatibility with BoringSSL.
Maxim Dounin
1
-1
/
+4
2016-10-14
Upstream: hide_headers_hash handling at http level.
Maxim Dounin
1
-1
/
+17
2016-10-14
Upstream: hide_headers_hash inherited regardless of cache settings.
Maxim Dounin
1
-6
/
+1
2016-09-22
Upstream: max_conns.
Ruslan Ermilov
1
-1
/
+19
2016-09-22
Upstream: introduced u->upstream.
Maxim Dounin
1
-0
/
+2
2016-09-20
Fixed log levels of configuration parsing errors.
Valentin Bartenev
1
-2
/
+2
2016-08-10
Upstream: the $upstream_bytes_received variable.
Vladimir Homutov
1
-1
/
+21
2016-06-20
Upstream: support for port in proxy_bind and friends.
Roman Arutyunyan
1
-2
/
+3
2016-05-13
Improved EPOLLRDHUP handling.
Valentin Bartenev
1
-1
/
+5
2015-12-18
Upstream: the "transparent" parameter of proxy_bind and friends.
Roman Arutyunyan
1
-1
/
+21
2016-04-13
Upstream: prepared proxy_bind to accept parameters.
Roman Arutyunyan
1
-38
/
+44
2016-03-30
Style.
Ruslan Ermilov
1
-12
/
+12
2016-03-28
Upstream: proxy_next_upstream non_idempotent.
Maxim Dounin
1
-1
/
+7
2016-03-28
Upstream: cached connections now tested against next_upstream.
Maxim Dounin
1
-49
/
+42
2016-03-18
Threads: writing via threads pools in event pipe.
Maxim Dounin
1
-1
/
+116
2016-03-16
Style.
Ruslan Ermilov
1
-4
/
+4
2016-03-08
Upstream: avoid closing client connection in edge case.
Justin Li
1
-0
/
+5
2016-03-10
Upstream: fixed "zero size buf" alerts with cache (ticket #918).
Maxim Dounin
1
-1
/
+2
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
1
-5
/
+5
2016-01-11
Upstream: fixed changing method on X-Accel-Redirect.
Maxim Dounin
1
-0
/
+1
2015-12-17
Upstream: don't keep connections on early responses (ticket #669).
Maxim Dounin
1
-0
/
+3
2015-12-09
Fixed fastcgi_pass with UNIX socket and variables (ticket #855).
Ruslan Ermilov
1
-1
/
+3
2015-12-07
Upstream: fill r->headers_out.content_range from upstream response.
Roman Arutyunyan
1
-0
/
+5
2015-12-02
Style.
Maxim Dounin
1
-1
/
+1
2015-11-06
Style: unified request method checks.
Ruslan Ermilov
1
-1
/
+1
2015-11-21
Upstream: fixed "no port" detection in evaluated upstreams.
Ruslan Ermilov
1
-2
/
+10
2015-11-11
Upstream: proxy_cache_convert_head directive.
Roman Arutyunyan
1
-1
/
+1
2015-09-11
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
1
-4
/
+4
2015-09-03
Upstream: fixed cache send error handling.
Roman Arutyunyan
1
-11
/
+14
2015-06-11
Moved ngx_http_parse_time() to core, renamed accordingly.
Maxim Dounin
1
-3
/
+3
[next]