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
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
2013-07-25
Upstream: consistent error handling after u->input_filter_init().
Maxim Dounin
1
-2
/
+1
2013-07-25
Upstream: busy lock remnants removed.
Maxim Dounin
1
-14
/
+0
2013-06-13
Upstream: stale comments removed.
Maxim Dounin
1
-12
/
+0
2013-07-03
Upstream: updated list of ngx_event_connect_peer() return values.
Ruslan Ermilov
1
-1
/
+1
2013-05-27
Upstream: http_403 support in proxy_next_upstream (and friends).
Maxim Dounin
1
-1
/
+9
2013-05-21
Upstream: slightly optimized ngx_http_upstream_process_header().
Ruslan Ermilov
1
-4
/
+4
2013-05-21
Upstream: made the assignment more obvious.
Ruslan Ermilov
1
-1
/
+1
2013-05-13
Upstream: allow to intercept responses with status 300.
Ruslan Ermilov
1
-1
/
+1
2013-04-11
Upstream: fixed $upstream_response_length without buffering.
Sergey Kandaurov
1
-1
/
+1
2013-04-04
Upstream: removed surplus ngx_resolve_name_done() call.
Valentin Bartenev
1
-10
/
+1
2013-03-27
Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
Maxim Dounin
1
-20
/
+27
2013-03-25
Upstream: only call peer.free() if peer.get() selected a peer.
Ruslan Ermilov
1
-7
/
+10
2013-03-20
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
1
-0
/
+13
2013-03-14
Upstream: fixed previous commit.
Maxim Dounin
1
-1
/
+3
2013-03-14
Upstream: call ngx_http_run_posted_requests() on resolve errors.
Maxim Dounin
1
-2
/
+6
2013-03-07
Removed c->single_connection flag.
Valentin Bartenev
1
-2
/
+0
2013-02-18
Proxy: fixed do_write handling in previous commit.
Maxim Dounin
1
-9
/
+8
2013-02-18
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
1
-0
/
+288
2013-01-16
Fixed and improved the "*_bind" directives of proxying modules.
Ruslan Ermilov
1
-10
/
+99
2013-01-10
Fixed "proxy_pass" with IP address and no port (ticket #276).
Ruslan Ermilov
1
-3
/
+7
2012-12-24
Fixed HEAD requests handling when proxying is used (closes #261).
Valentin Bartenev
1
-0
/
+1
[next]