summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_proxy_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Upstream: fix $upstream_status variable.Piotr Sikora1-1/+1
2013-12-11Use ngx_chain_get_free_buf() in pipe input filters.Valentin Bartenev1-38/+10
2013-11-18Upstream: cache revalidation with conditional requests.Maxim Dounin1-1/+13
2013-09-27Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.Maxim Dounin1-6/+0
2013-09-23Proxy: added the "proxy_ssl_ciphers" directive.Piotr Sikora1-0/+22
2013-09-19Proxy: added the "proxy_ssl_protocols" directive.Andrei Belov1-10/+40
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin1-2/+2
2013-07-25Upstream: added check if a response is complete.Maxim Dounin1-1/+1
2013-05-27Upstream: http_403 support in proxy_next_upstream (and friends).Maxim Dounin1-0/+1
2013-05-15Proxy: clear script engine used to calculate lengths.Maxim Dounin1-0/+2
2013-05-11Proxy: $proxy_internal_body_length fixed.Maxim Dounin1-1/+2
2013-04-29Proxy: allocate $proxy_internal_body_length from request pool.Ruslan Ermilov1-1/+1
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-9/+21
2013-02-18Proxy: support for connection upgrade (101 Switching Protocols).Maxim Dounin1-0/+8
2013-01-22Proxy: fixed proxy_method to always add space.Maxim Dounin1-4/+5
2013-01-16Fixed and improved the "*_bind" directives of proxying modules.Ruslan Ermilov1-0/+5
2012-12-13Proxy: better error message about unexpected data.Maxim Dounin1-1/+2
2012-12-06Allow the complex value to be defined as an empty string.Ruslan Ermilov1-2/+2
2012-11-21Request body: always use calculated size of a request body in proxy.Maxim Dounin1-16/+11
2012-11-21Request body: chunked parsing moved to ngx_http_parse.c from proxy.Maxim Dounin1-276/+14
2012-04-23Proxy: added ctx checking to input filters.Maxim Dounin1-0/+18
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-11/+11
2012-03-15Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().Maxim Dounin1-2/+4
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-2/+2
2012-02-13Proxy: added the "proxy_cookie_path" directive.Valentin Bartenev1-4/+127
2012-02-13Proxy: added the "proxy_cookie_domain" directive.Valentin Bartenev1-0/+202
2012-02-13Proxy: generic regex related code from the "proxy_redirect" directive movedValentin Bartenev1-23/+47
2012-02-13Proxy: generic rewrite code from the "proxy_redirect" handlers moved to aValentin Bartenev1-44/+52
2012-02-13Proxy: renamed some "proxy_redirect" related declarations to a more general andValentin Bartenev1-45/+45
2012-01-30Fixed proxy_redirect off inheritance.Valentin Bartenev1-0/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2012-01-16Fixed proxy_cache_use_stale in "no live upstreams" case.Maxim Dounin1-5/+9
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin1-1/+3
2012-01-10Fixed: proxy_redirect with regex might broke Refresh header.Valentin Bartenev1-1/+19
2011-12-26Cache locks initial implementation.Maxim Dounin1-0/+22
2011-12-23Proxy: made proxy_pass with variables more consistent.Maxim Dounin1-6/+3
2011-12-12Proxy: added variables and regexp support to the first parameter ofValentin Bartenev1-99/+119
2011-11-14Fixed Upgrade header clearing with proxy_cache.Maxim Dounin1-0/+1
2011-11-14Fixed proxy_set_header inheritance with proxy_set_body.Maxim Dounin1-17/+12
2011-11-14Fixed proxy_set_header inheritance with proxy_cache (ticket #45).Maxim Dounin1-9/+23
2011-10-12Wording fix, "many data" is incorrect.Maxim Dounin1-1/+1
2011-09-25Proxy: logging levels tuned, double logging fixed.Maxim Dounin1-6/+3
2011-09-25Proxy: whitespaces after chunk size allowed.Maxim Dounin1-0/+4
2011-09-15Proxy: basic HTTP/1.1 support (including keepalive).Maxim Dounin1-5/+773
2011-09-15Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin1-0/+5
2011-08-18Fixing proxy_set_body and proxy_pass_request_body with SSL.Maxim Dounin1-2/+1
2011-07-30test length of proxy_pass with variablesIgor Sysoev1-4/+6
2011-07-29update r3945 with more descriptive error messageIgor Sysoev1-0/+2
2011-02-17always test proxy_redirect with slash, this fixes a case when nginx usesIgor Sysoev1-4/+30
2010-08-03*) make code consistent to fastcgi, etcIgor Sysoev1-6/+5