| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-27 | Correctly handle multiple X-Forwarded-For headers (ticket #106). | Ruslan Ermilov | 1 | -9/+21 |
| 2013-02-18 | Proxy: support for connection upgrade (101 Switching Protocols). | Maxim Dounin | 1 | -0/+8 |
| 2013-01-22 | Proxy: fixed proxy_method to always add space. | Maxim Dounin | 1 | -4/+5 |
| 2013-01-16 | Fixed and improved the "*_bind" directives of proxying modules. | Ruslan Ermilov | 1 | -0/+5 |
| 2012-12-13 | Proxy: better error message about unexpected data. | Maxim Dounin | 1 | -1/+2 |
| 2012-12-06 | Allow the complex value to be defined as an empty string. | Ruslan Ermilov | 1 | -2/+2 |
| 2012-11-21 | Request body: always use calculated size of a request body in proxy. | Maxim Dounin | 1 | -16/+11 |
| 2012-11-21 | Request body: chunked parsing moved to ngx_http_parse.c from proxy. | Maxim Dounin | 1 | -276/+14 |
| 2012-04-23 | Proxy: added ctx checking to input filters. | Maxim Dounin | 1 | -0/+18 |
| 2012-04-12 | Fixed grammar in error messages. | Ruslan Ermilov | 1 | -11/+11 |
| 2012-03-15 | Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header(). | Maxim Dounin | 1 | -2/+4 |
| 2012-02-28 | Fixed spelling in single-line comments. | Ruslan Ermilov | 1 | -2/+2 |
| 2012-02-13 | Proxy: added the "proxy_cookie_path" directive. | Valentin Bartenev | 1 | -4/+127 |
| 2012-02-13 | Proxy: added the "proxy_cookie_domain" directive. | Valentin Bartenev | 1 | -0/+202 |
| 2012-02-13 | Proxy: generic regex related code from the "proxy_redirect" directive moved | Valentin Bartenev | 1 | -23/+47 |
| 2012-02-13 | Proxy: generic rewrite code from the "proxy_redirect" handlers moved to a | Valentin Bartenev | 1 | -44/+52 |
| 2012-02-13 | Proxy: renamed some "proxy_redirect" related declarations to a more general and | Valentin Bartenev | 1 | -45/+45 |
| 2012-01-30 | Fixed proxy_redirect off inheritance. | Valentin Bartenev | 1 | -0/+2 |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 |
| 2012-01-16 | Fixed proxy_cache_use_stale in "no live upstreams" case. | Maxim Dounin | 1 | -5/+9 |
| 2012-01-11 | Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. | Maxim Dounin | 1 | -1/+3 |
| 2012-01-10 | Fixed: proxy_redirect with regex might broke Refresh header. | Valentin Bartenev | 1 | -1/+19 |
| 2011-12-26 | Cache locks initial implementation. | Maxim Dounin | 1 | -0/+22 |
| 2011-12-23 | Proxy: made proxy_pass with variables more consistent. | Maxim Dounin | 1 | -6/+3 |
| 2011-12-12 | Proxy: added variables and regexp support to the first parameter of | Valentin Bartenev | 1 | -99/+119 |
| 2011-11-14 | Fixed Upgrade header clearing with proxy_cache. | Maxim Dounin | 1 | -0/+1 |
| 2011-11-14 | Fixed proxy_set_header inheritance with proxy_set_body. | Maxim Dounin | 1 | -17/+12 |
| 2011-11-14 | Fixed proxy_set_header inheritance with proxy_cache (ticket #45). | Maxim Dounin | 1 | -9/+23 |
| 2011-10-12 | Wording fix, "many data" is incorrect. | Maxim Dounin | 1 | -1/+1 |
| 2011-09-25 | Proxy: logging levels tuned, double logging fixed. | Maxim Dounin | 1 | -6/+3 |
| 2011-09-25 | Proxy: whitespaces after chunk size allowed. | Maxim Dounin | 1 | -0/+4 |
| 2011-09-15 | Proxy: basic HTTP/1.1 support (including keepalive). | Maxim Dounin | 1 | -5/+773 |
| 2011-09-15 | Protocol version parsing in ngx_http_parse_status_line(). | Maxim Dounin | 1 | -0/+5 |
| 2011-08-18 | Fixing proxy_set_body and proxy_pass_request_body with SSL. | Maxim Dounin | 1 | -2/+1 |
| 2011-07-30 | test length of proxy_pass with variables | Igor Sysoev | 1 | -4/+6 |
| 2011-07-29 | update r3945 with more descriptive error message | Igor Sysoev | 1 | -0/+2 |
| 2011-02-17 | always test proxy_redirect with slash, this fixes a case when nginx uses | Igor Sysoev | 1 | -4/+30 |
| 2010-08-03 | *) make code consistent to fastcgi, etc | Igor Sysoev | 1 | -6/+5 |
| 2010-08-03 | use NULL instead of 0 | Igor Sysoev | 1 | -1/+1 |
| 2010-08-03 | inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside | Igor Sysoev | 1 | -0/+8 |
| 2010-08-02 | fix directive type | Igor Sysoev | 1 | -4/+4 |
| 2010-07-19 | add warnings for proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 1 | -0/+6 |
| 2010-07-19 | proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass | Igor Sysoev | 1 | -0/+11 |
| 2010-07-14 | use ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 1 | -1/+1 |
| 2010-07-02 | do not use a cache headers set to hide | Igor Sysoev | 1 | -27/+1 |
| 2010-07-02 | use shared ngx_http_upstream_ignore_headers_masks[] | Igor Sysoev | 1 | -10/+1 |
| 2010-06-15 | fix r3628 | Igor Sysoev | 1 | -3/+0 |
| 2010-06-15 | make code more obviuos | Igor Sysoev | 1 | -5/+6 |
| 2010-06-15 | use ngx_http_parse_status_line() | Igor Sysoev | 1 | -228/+13 |
| 2010-06-15 | allow spaces in URI | Igor Sysoev | 1 | -1/+1 |