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.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
Upstream: allow recovery from "429 Too Many Requests" response.
Piotr Sikora
1
-5
/
+7
2017-02-10
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
1
-0
/
+1
2017-01-31
Variables: generic prefix variables.
Dmitry Volyntsev
1
-5
/
+0
2017-01-26
Upstream: removed unused bl_time and bl_state fields.
Maxim Dounin
1
-3
/
+0
2017-01-24
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
Thibault Charbonnier
1
-1
/
+0
2017-01-25
Upstream: removed compatibility shims from ngx_http_upstream_t.
Vladimir Homutov
1
-3
/
+0
2016-11-02
Cache: proxy_cache_max_range_offset and friends.
Dmitry Volyntsev
1
-0
/
+2
2016-10-17
Upstream: removed ngx_http_upstream_srv_conf_t.default_port.
Ruslan Ermilov
1
-1
/
+0
2016-10-31
Upstream: added the ngx_http_upstream_resolved_t.name field.
Ruslan Ermilov
1
-0
/
+1
2016-10-10
Modules compatibility: compatibility with NGX_HTTP_SSL.
Maxim Dounin
1
-2
/
+2
2016-09-29
Introduced the NGX_COMPAT macro.
Ruslan Ermilov
1
-0
/
+9
2016-09-29
Modules compatibility: cache purge fields.
Maxim Dounin
1
-0
/
+1
2016-09-29
Modules compatibility: slow start fields.
Maxim Dounin
1
-0
/
+1
2016-09-22
Upstream: max_conns.
Ruslan Ermilov
1
-0
/
+2
2016-09-22
Upstream: introduced u->upstream.
Maxim Dounin
1
-0
/
+1
2016-08-10
Upstream: the $upstream_bytes_received variable.
Vladimir Homutov
1
-0
/
+1
2015-12-18
Upstream: the "transparent" parameter of proxy_bind and friends.
Roman Arutyunyan
1
-0
/
+3
2016-03-28
Upstream: proxy_next_upstream non_idempotent.
Maxim Dounin
1
-0
/
+1
2016-03-23
Resolver: added support for SRV records.
Dmitry Volyntsev
1
-1
/
+1
2015-12-17
Upstream: don't keep connections on early responses (ticket #669).
Maxim Dounin
1
-0
/
+1
2015-11-11
Upstream: proxy_cache_convert_head directive.
Roman Arutyunyan
1
-0
/
+1
2015-05-16
Upstream: $upstream_connect_time.
Ruslan Ermilov
1
-0
/
+1
2015-05-16
Upstream: times to obtain header/response are stored as ngx_msec_t.
Ruslan Ermilov
1
-4
/
+2
2015-04-14
Upstream: the "zone" directive.
Ruslan Ermilov
1
-0
/
+4
2015-03-23
Request body: unbuffered reading.
Maxim Dounin
1
-0
/
+1
2015-01-14
Upstream: $upstream_header_time variable.
Vladimir Homutov
1
-0
/
+2
2014-12-22
Upstream: added variables support to proxy_cache and friends.
Valentin Bartenev
1
-0
/
+4
2014-12-22
Upstream: refactored proxy_cache and friends.
Valentin Bartenev
1
-1
/
+4
2014-11-18
Cache: proxy_cache_lock_age and friends.
Roman Arutyunyan
1
-0
/
+1
2014-10-28
Upstream: proxy_limit_rate and friends.
Roman Arutyunyan
1
-0
/
+1
2014-10-27
Cache: disable caching of responses with Vary (ticket #118).
Maxim Dounin
1
-0
/
+2
2014-10-14
Upstream: proxy_force_ranges and friends.
Roman Arutyunyan
1
-0
/
+1
2014-09-12
Upstream: limited next_upstream time and tries (ticket #544).
Roman Arutyunyan
1
-0
/
+2
2014-06-26
Upstream: fixed cache revalidation with SSI.
Maxim Dounin
1
-2
/
+3
2014-06-02
Upstream: generic hash module.
Roman Arutyunyan
1
-0
/
+1
2014-04-29
Upstream: added the "$upstream_cookie_<name>" variables.
Vladimir Homutov
1
-0
/
+3
2014-04-18
Upstream: proxy_ssl_verify and friends.
Maxim Dounin
1
-0
/
+1
2014-04-18
Upstream: proxy_ssl_name and proxy_ssl_server_name directives.
Maxim Dounin
1
-0
/
+7
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
1
-1
/
+1
2013-11-18
Upstream: cache revalidation with conditional requests.
Maxim Dounin
1
-0
/
+2
2013-05-27
Upstream: http_403 support in proxy_next_upstream (and friends).
Maxim Dounin
1
-4
/
+6
2013-02-18
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
1
-0
/
+3
2013-01-16
Fixed and improved the "*_bind" directives of proxying modules.
Ruslan Ermilov
1
-1
/
+7
2013-01-10
Fixed "proxy_pass" with IP address and no port (ticket #276).
Ruslan Ermilov
1
-0
/
+1
2012-02-13
Upstream: added callback hook for the "Set-Cookie" header.
Valentin Bartenev
1
-0
/
+2
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-12-26
Cache locks initial implementation.
Maxim Dounin
1
-0
/
+3
2011-12-09
Added the ngx_http_upstream_param_set_slot().
Valentin Bartenev
1
-0
/
+9
2011-10-11
Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.
Maxim Dounin
1
-0
/
+3
2011-09-15
Upstream: Connection header processing.
Maxim Dounin
1
-0
/
+1
[next]