aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_proxy_module.c
Commit message (Expand)AuthorAge
* Proxy: made proxy_pass with variables more consistent.Maxim Dounin2011-12-23
* Proxy: added variables and regexp support to the first parameter ofValentin Bartenev2011-12-12
* Fixed Upgrade header clearing with proxy_cache.Maxim Dounin2011-11-14
* Fixed proxy_set_header inheritance with proxy_set_body.Maxim Dounin2011-11-14
* Fixed proxy_set_header inheritance with proxy_cache (ticket #45).Maxim Dounin2011-11-14
* Wording fix, "many data" is incorrect.Maxim Dounin2011-10-12
* Proxy: logging levels tuned, double logging fixed.Maxim Dounin2011-09-25
* Proxy: whitespaces after chunk size allowed.Maxim Dounin2011-09-25
* Proxy: basic HTTP/1.1 support (including keepalive).Maxim Dounin2011-09-15
* Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin2011-09-15
* Fixing proxy_set_body and proxy_pass_request_body with SSL.Maxim Dounin2011-08-18
* test length of proxy_pass with variablesIgor Sysoev2011-07-30
* update r3945 with more descriptive error messageIgor Sysoev2011-07-29
* always test proxy_redirect with slash, this fixes a case when nginx usesIgor Sysoev2011-02-17
* *) make code consistent to fastcgi, etcIgor Sysoev2010-08-03
* use NULL instead of 0Igor Sysoev2010-08-03
* inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev2010-08-03
* fix directive typeIgor Sysoev2010-08-02
* add warnings for proxy_no_cache and fastcgi_no_cacheIgor Sysoev2010-07-19
* proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypassIgor Sysoev2010-07-19
* use ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev2010-07-14
* do not use a cache headers set to hideIgor Sysoev2010-07-02
* use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev2010-07-02
* fix r3628Igor Sysoev2010-06-15
* make code more obviuosIgor Sysoev2010-06-15
* use ngx_http_parse_status_line()Igor Sysoev2010-06-15
* allow spaces in URIIgor Sysoev2010-06-15
* delete useless codeIgor Sysoev2010-06-07
* fix rewritten Refresh header lengthIgor Sysoev2010-06-07
* use local headers_names array instead of stored in configurationIgor Sysoev2010-06-03
* proxy_no_cache and fastcgi_no_cacheIgor Sysoev2010-05-24
* delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev2010-05-20
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
* reset a parsing state to parse correctly an upstream response,Igor Sysoev2010-03-25
* "proxy_redirect default" may not be used if a proxy_pass uses variablesIgor Sysoev2010-03-10
* fix proxy_redirect name in error messageIgor Sysoev2010-03-10
* fix typoIgor Sysoev2009-12-23
* fix the "If-None-Match" header nameIgor Sysoev2009-12-22
* log proxied HTTP/0.9 responses status as "009"Igor Sysoev2009-11-29
* allow "proxy_pass http://$backend" without URI partIgor Sysoev2009-11-15
* proxy_bind, fastcgi_bind, and memcached_bindIgor Sysoev2009-11-02
* ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev2009-07-27
* do auto redirect for proxy_pass/fastcgi_pass with variablesIgor Sysoev2009-07-20
* fix building --without-http-cache, broken in r2930Igor Sysoev2009-06-15
* inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev2009-06-08
* proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev2009-06-06
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
* report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev2009-05-28
* style fixIgor Sysoev2009-05-28
* proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev2009-05-19