summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/proxy/ngx_http_proxy_cache.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-04-05nginx-0.3.36-RELEASE importrelease-0.3.36Igor Sysoev1-628/+0
*) Feature: the ngx_http_addition_filter_module. *) Feature: the "proxy_pass" and "fastcgi_pass" directives may be used inside the "if" block. *) Feature: the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives. *) Feature: the "$request_completion" variable. *) Feature: the ngx_http_perl_module supports the $r->request_method and $r->remote_addr. *) Feature: the ngx_http_ssi_module supports the "elif" command. *) Bugfix: the "\/" string in the expression of the "if" command of the ngx_http_ssi_module was treated incorrectly. *) Bugfix: in the regular expressions in the "if" command of the ngx_http_ssi_module. *) Bugfix: if the relative path was specified in the "client_body_temp_path", "proxy_temp_path", "fastcgi_temp_path", and "perl_modules" directives, then the directory was used relatively to a current path but not to a server prefix.
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev1-1/+1
*) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; the bug had appeared in 0.1.8.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-5/+4
*) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-0/+5
2004-02-11nginx-0.0.2-2004-02-11-20:08:49 importIgor Sysoev1-10/+16
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev1-1/+4
2003-11-20nginx-0.0.1-2003-11-20-20:36:43 importIgor Sysoev1-1/+3
2003-11-18nginx-0.0.1-2003-11-19-00:34:08 importIgor Sysoev1-2/+2
2003-11-18nginx-0.0.1-2003-11-18-19:49:00 importIgor Sysoev1-1/+21
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-3/+3
2003-11-14nginx-0.0.1-2003-11-14-19:52:04 importIgor Sysoev1-1/+1
2003-11-10nginx-0.0.1-2003-11-11-00:09:22 importIgor Sysoev1-0/+2
2003-11-10nginx-0.0.1-2003-11-10-20:17:31 importIgor Sysoev1-4/+11
2003-11-09nginx-0.0.1-2003-11-09-23:03:38 import; separate buildingIgor Sysoev1-37/+149
2003-11-05nginx-0.0.1-2003-11-05-20:03:41 importIgor Sysoev1-1/+36
2003-11-04nginx-0.0.1-2003-11-05-01:12:39 importIgor Sysoev1-27/+96
2003-11-03nginx-0.0.1-2003-11-04-01:20:44 importIgor Sysoev1-2/+113
2003-11-03nginx-0.0.1-2003-11-03-20:33:31 importIgor Sysoev1-18/+40
2003-11-02nginx-0.0.1-2003-11-03-01:56:18 importIgor Sysoev1-0/+235