| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-06-07 | merge r3518, r3527: | Igor Sysoev | 1 | -0/+11 | |
| cache related fixes: *) do not cache response if it has "no-store" or "private" in "Cache-Control" header *) proxy_no_cache and fastcgi_no_cache | |||||
| 2010-06-07 | merge r3478: | Igor Sysoev | 1 | -0/+2 | |
| reset a parsing state to parse correctly an upstream response, if 400 or 414 response has been redirected to upstream | |||||
| 2010-06-07 | merge r3452, r3462, r3471, r3472: | Igor Sysoev | 1 | -2/+9 | |
| fix miscellaneous name bugs: *) fix $upstream_http_ variable prefix length *) use a right "Location" header name, however, it did not harm, since ngx_http_variable_sent_location() never use key name field *) fix proxy_redirect name in error message *) "proxy_redirect default" may not be used if a proxy_pass uses variables | |||||
| 2010-02-01 | merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399: | Igor Sysoev | 1 | -3/+1 | |
| cache related fixes: *) do not pass buf with empty cached response, this fixes "zero size buf in output" alert *) hide cacheable Set-Cookie and P3P FastCGI response headers *) test comma separator in "Cache-Control" *) a cache manager thread handle was overwritten by a cache loader thread handle, this caused an exit delay, the bug had been introduced in r3248 *) fix handling cached HTTP/0.9 response *) log proxied HTTP/0.9 responses status as "009" *) fix the "If-None-Match" header name *) fix a cached zero-length body case | |||||
| 2010-02-01 | merge r2990, r3324, r3384, r3419: | Igor Sysoev | 1 | -17/+20 | |
| various proxy/FastCGI fixes: *) do auto redirect for proxy_pass/fastcgi_pass with variables *) allow "proxy_pass http://$backend" without URI part *) add conf/fastcgi.conf *) delete u->cleanup mark, this fixes large values in $upstream_response_time, the bug had been introduced in r3246 | |||||
| 2009-10-26 | merge r3001, r3007, r3013: | Igor Sysoev | 1 | -10/+3 | |
| fix variuos segfaults: *) fix segfault if 400 or 414 errors are handled intricately *) ngx_http_upstream_create() to cleanup the previous upstream after internal redirect | |||||
| 2009-10-26 | merge r2903, r2911, r2912, r3002: | Igor Sysoev | 1 | -1/+1 | |
| fix various failures handling | |||||
| 2009-06-22 | merge r2950, r2951: | Igor Sysoev | 1 | -1/+4 | |
| cache related fixes: *) fix building --without-http-cache, broken in r2945 *) fix ./configure error message | |||||
| 2009-06-15 | merge r2895, r2896, r2926, r2927, r2928, r2930, and r2936: | Igor Sysoev | 1 | -7/+25 | |
| various proxy/fastcgi cache features and fixes: *) report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility *) delete useless r->cache->uses *) proxy_cache_use_stale/fastcgi_cache_use_stale updating *) inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header only if cache settings are similar *) add response file uniq while loading cold cache on demand | |||||
| 2009-05-19 | proxy_cache_methods and fastcgi_cache_methods | Igor Sysoev | 1 | -1/+15 | |
| 2009-04-30 | proxy_ignore_headers and fastcgi_ignore_headers | Igor Sysoev | 1 | -0/+22 | |
| 2009-04-30 | *) check a proxy_redirect single parameter | Igor Sysoev | 1 | -5/+21 | |
| *) warn about "proxy_redirect false" | |||||
| 2009-04-24 | merge SSL context inside "if" block | Igor Sysoev | 1 | -0/+6 | |
| 2009-04-16 | move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-15 | hide cacheable Set-Cookie and P3P response headers | Igor Sysoev | 1 | -5/+30 | |
| 2009-04-15 | do not pass if-... headers for cacheable responses | Igor Sysoev | 1 | -2/+31 | |
| 2009-04-06 | proxy_cache_key | Igor Sysoev | 1 | -0/+54 | |
| 2009-03-24 | unlink proxy_cache and proxy_cache_valid | Igor Sysoev | 1 | -4/+0 | |
| 2009-03-23 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-23 | axe old definition fields | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 1 | -85/+359 | |
| 2008-12-24 | fix segfault, introduced in r2423 | Igor Sysoev | 1 | -1/+1 | |
| 2008-12-23 | variable support for unix sockets in fastcgi_pass and proxy_pass | Igor Sysoev | 1 | -4/+12 | |
| 2008-12-10 | delete surplus upstream.schema field | Igor Sysoev | 1 | -7/+5 | |
| 2008-10-30 | fix r1913 | Igor Sysoev | 1 | -1/+1 | |
| 2008-10-24 | fix case proxy_pass URL is evaluted to http://host?args | Igor Sysoev | 1 | -4/+18 | |
| 2008-09-30 | *) ngx_http_upstream_test_next() | Igor Sysoev | 1 | -0/+2 | |
| *) add proxy_next_upstream http_502 and http_504 *) fix http_503 | |||||
| 2008-09-24 | underscores_in_headers | Igor Sysoev | 1 | -1/+1 | |
| 2008-09-05 | remove unused #include's | Igor Sysoev | 1 | -1/+0 | |
| 2008-08-26 | *) refactor ngx_parse_inet_url() | Igor Sysoev | 1 | -1/+1 | |
| *) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields | |||||
| 2008-08-17 | proxy_ssl_session_reuse | Igor Sysoev | 1 | -0/+19 | |
| 2008-08-04 | ngx_strlow() | Igor Sysoev | 1 | -4/+1 | |
| 2008-06-26 | the "Expect" header support | Igor Sysoev | 1 | -0/+1 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -7/+7 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-05-24 | remove directives deprecated in 0.3.x | Igor Sysoev | 1 | -22/+0 | |
| 2008-05-22 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2008-03-11 | non cacheable $proxy_host and $proxy_port | Igor Sysoev | 1 | -2/+2 | |
| 2008-03-03 | fix r1903 | Igor Sysoev | 1 | -0/+1 | |
| 2008-02-11 | add X-Accel-Charset to ingored header, fix X-Accel-Buffering | Igor Sysoev | 1 | -1/+2 | |
| 2007-12-24 | use %*s format | Igor Sysoev | 1 | -10/+3 | |
| 2007-12-09 | *) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR | Igor Sysoev | 1 | -99/+9 | |
| this fixes fastcgi_catch_stderr segfault introduced in r1453 *) ngx_http_upstream_hide_headers_hash() *) proxy/fastcgi pass_header/hide_header use ngx_http_upstream_hide_headers_hash() | |||||
| 2007-12-09 | return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header() | Igor Sysoev | 1 | -7/+7 | |
| 2007-12-03 | fix segfault | Igor Sysoev | 1 | -1/+2 | |
| 2007-12-01 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 | |
| 2007-11-28 | ngx_parse_url() saves port text, this allows to use it in proxy host header | Igor Sysoev | 1 | -12/+3 | |
| 2007-11-28 | fix segfault | Igor Sysoev | 1 | -4/+4 | |
| 2007-11-27 | proxy_pass variables support | Igor Sysoev | 1 | -146/+335 | |
| 2007-11-06 | set status in correct place | Igor Sysoev | 1 | -1/+2 | |
| 2007-10-14 | fix English grammar | Igor Sysoev | 1 | -7/+7 | |
| 2007-10-09 | style fix: remove double semicolons | Igor Sysoev | 1 | -1/+1 | |
