summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_files.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev1-4/+4
*) Change: the "valid_referers" directive and the "$invalid_referer" variable were moved to the new ngx_http_referer_module from the ngx_http_rewrite_module. *) Change: the "$apache_bytes_sent" variable name was changed to "$body_bytes_sent". *) Feature: the "$sent_http_..." variables. *) Feature: the "if" directive supports the "=" and "!=" operations. *) Feature: the "proxy_pass" directive supports the HTTPS protocol. *) Feature: the "proxy_set_body" directive. *) Feature: the "post_action" directive. *) Feature: the ngx_http_empty_gif_module. *) Feature: the "worker_cpu_affinity" directive for Linux. *) Bugfix: the "rewrite" directive did not unescape URI part in redirect, now it is unescaped except the %00-%25 and %7F-%FF characters. *) Bugfix: nginx could not be built by the icc 9.0 compiler. *) Bugfix: if the SSI was enabled for zero size static file, then the chunked response was encoded incorrectly.
2005-10-12nginx-0.3.2-RELEASE importrelease-0.3.2Igor Sysoev1-11/+19
*) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-1/+16
*) Bugfix: nginx did run on Linux parisc. *) Feature: nginx now does not start under FreeBSD if the sysctl kern.ipc.somaxconn value is too big. *) Bugfix: if a request was internally redirected by the ngx_http_index_module module to the ngx_http_proxy_module or ngx_http_fastcgi_module modules, then the index file was not closed after request completion. *) Feature: the "proxy_pass" can be used in location with regular expression. *) Feature: the ngx_http_rewrite_filter_module module supports the condition like "if ($HTTP_USER_AGENT ~ MSIE)". *) Bugfix: nginx started too slow if the large number of addresses and text values were used in the "geo" directive. *) Change: a variable name must be declared as "$name" in the "geo" directive. The previous variant without "$" is still supported, but will be removed soon. *) Feature: the "%{VARIABLE}v" logging parameter. *) Feature: the "set $name value" directive. *) Bugfix: gcc 4.0 compatibility. *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
2005-03-04nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev1-10/+12
*) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and DOCUMENT_URI variables. *) Bugfix: the ngx_http_autoindex_module may some times return the 404 response for existent directory, if this directory was used in "alias" directive. *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large responses. *) Bugfix: the lack of the "Referer" header line was always accounted as valid referrer.
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-6/+19
*) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-10/+10
*) 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-10-25nginx-0.1.3-RELEASE importrelease-0.1.3Igor Sysoev1-1/+1
*) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
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-06-01nginx-0.0.3-2004-06-01-10:04:46 importIgor Sysoev1-1/+1
2004-05-28nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_tIgor Sysoev1-4/+4
2004-03-16nginx-0.0.3-2004-03-17-00:26:01 importIgor Sysoev1-9/+9
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-12/+14
2004-03-05nginx-0.0.2-2004-03-05-11:34:24 importIgor Sysoev1-2/+2
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-19/+51
2003-11-14nginx-0.0.1-2003-11-14-19:52:04 importIgor Sysoev1-0/+39
2003-11-14nginx-0.0.1-2003-11-14-10:20:34 importIgor Sysoev1-25/+98
2003-11-13nginx-0.0.1-2003-11-13-19:16:33 importIgor Sysoev1-19/+101
2003-11-13nginx-0.0.1-2003-11-13-09:14:05 importIgor Sysoev1-2/+49
2003-07-23nginx-0.0.1-2003-07-24-00:01:29 importIgor Sysoev1-1/+1
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-3/+13
2002-12-27nginx-0.0.1-2002-12-27-10:27:47 importIgor Sysoev1-0/+2
2002-12-21nginx-0.0.1-2002-12-21-20:14:50 importIgor Sysoev1-0/+2
2002-12-15nginx-0.0.1-2002-12-15-09:25:09 importIgor Sysoev1-2/+0
2002-09-02nginx-0.0.1-2002-09-02-18:48:24 importIgor Sysoev1-0/+18