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
2014-09-12
Upstream: limited next_upstream time and tries (ticket #544).
Roman Arutyunyan
1
-2
/
+14
2014-08-13
Upstream: avoided directly terminating the connection.
FengGu
1
-0
/
+5
2014-09-01
Upstream: improved configuration parser diagnostics.
Ruslan Ermilov
1
-5
/
+13
2014-07-28
Upstream: SSL handshake timeouts.
Maxim Dounin
1
-0
/
+5
2014-07-18
Upstream: ngx_http_upstream_store() error handling fixes.
Maxim Dounin
1
-2
/
+5
2014-07-08
Style: add whitespace between control statement and parentheses.
Piotr Sikora
1
-1
/
+1
2014-07-04
Upstream: p->downstream_error instead of closing connection.
Maxim Dounin
1
-11
/
+7
2014-07-01
Upstream: fixed handling of write event after sending request.
Valentin Bartenev
1
-7
/
+7
2014-06-26
Upstream: cache revalidation using If-None-Match.
Maxim Dounin
1
-0
/
+29
2014-06-26
Cache: ETag now saved into cache header.
Maxim Dounin
1
-0
/
+4
2014-06-26
Entity tags: explicit flag to skip not modified filter.
Maxim Dounin
1
-0
/
+2
2014-06-26
Upstream: fixed cache revalidation with SSI.
Maxim Dounin
1
-5
/
+29
2014-06-26
Upstream: removed unused offset to content_length.
Maxim Dounin
1
-2
/
+1
2014-06-26
Upstream: no need to clear r->headers_out.last_modified_time.
Maxim Dounin
1
-1
/
+0
2014-06-20
Upstream: reduced diffs to the plus version of nginx.
Ruslan Ermilov
1
-23
/
+21
2014-06-02
Upstream: generic hash module.
Roman Arutyunyan
1
-0
/
+1
2014-04-30
Upstream: restored workaround for "if".
Maxim Dounin
1
-3
/
+4
2014-04-29
Upstream: added the "$upstream_cookie_<name>" variables.
Vladimir Homutov
1
-3
/
+55
2014-04-22
Upstream: for ssl name, non-aligned memory allocation is enough.
Ruslan Ermilov
1
-1
/
+1
2014-04-18
Upstream: proxy_ssl_verify and friends.
Maxim Dounin
1
-1
/
+26
2014-04-18
Upstream: proxy_ssl_name and proxy_ssl_server_name directives.
Maxim Dounin
1
-0
/
+104
2014-03-21
Range filter: single_range flag in request.
Maxim Dounin
1
-0
/
+5
2014-02-20
Upstream: fixed error message wording.
Konstantin Pavlov
1
-1
/
+1
2014-02-18
Upstream: ngx_post_event() instead of upgraded call (ticket #503).
Maxim Dounin
1
-0
/
+2
2014-02-03
Use ngx_socket_errno where appropriate.
Piotr Sikora
1
-2
/
+2
2014-01-30
Proxy: fixed upstream search by proxy_pass with variables.
Ruslan Ermilov
1
-1
/
+1
2014-01-22
Upstream: reading from a client after connection upgrade.
Maxim Dounin
1
-5
/
+1
2014-01-04
Upstream: Cache-Control preferred over Expires.
Maxim Dounin
1
-1
/
+1
2013-12-23
Upstream: keep $upstream_http_x_accel_redirect intact.
Ruslan Ermilov
1
-4
/
+4
2013-12-09
Resolver: implemented IPv6 name to address resolving.
Ruslan Ermilov
1
-1
/
+0
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
1
-6
/
+8
2013-12-03
Fixed null pointer dereference with $upstream_cache_last_modified.
Ruslan Ermilov
1
-1
/
+2
2013-11-18
Upstream: cache revalidation with conditional requests.
Maxim Dounin
1
-0
/
+85
2013-10-02
Upstream: fixed "down" and "backup" parsing.
Maxim Dounin
1
-2
/
+2
2013-09-27
Upstream: subrequest_in_memory fix.
Maxim Dounin
1
-4
/
+6
2013-09-16
Upstream: use EPOLLRDHUP to check broken connections (ticket #320).
Valentin Bartenev
1
-0
/
+49
2013-09-04
Upstream: fixed $upstream_response_time format specifiers.
Maxim Dounin
1
-1
/
+1
2013-08-30
Upstream: setting u->header_sent before ngx_http_upstream_upgrade().
Maxim Dounin
1
-2
/
+2
2013-08-23
Upstream: posted requests handling after ssl handshake errors.
Maxim Dounin
1
-0
/
+6
2013-07-29
Upstream: reliably detect connection failures with SSL peers.
Ruslan Ermilov
1
-0
/
+5
2013-07-25
Upstream: no last buffer on errors.
Maxim Dounin
1
-2
/
+10
2013-07-25
Upstream: request finalization rework.
Maxim Dounin
1
-14
/
+17
2013-07-25
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
Maxim Dounin
1
-0
/
+1
2013-07-25
Upstream: added check if a response is complete.
Maxim Dounin
1
-3
/
+30
2013-07-25
Upstream: u->length now defaults to -1 (API change).
Maxim Dounin
1
-1
/
+1
2013-07-25
Upstream: fixed store/cache of unfinished responses.
Maxim Dounin
1
-3
/
+5
2013-07-25
Upstream: replaced u->pipe->temp_file with p->temp_file.
Maxim Dounin
1
-5
/
+5
2013-07-25
Upstream: NGX_ERROR after pipe errors.
Maxim Dounin
1
-4
/
+4
2013-07-25
Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.
Maxim Dounin
1
-3
/
+3
2013-07-25
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
Maxim Dounin
1
-25
/
+25
[next]