summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_file.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-03-04nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev1-1/+1
*) 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.
2005-02-24nginx-0.1.22-RELEASE importrelease-0.1.22Igor Sysoev1-5/+5
*) Bugfix: the ngx_http_stub_status_module showed incorrect handled connections statistics if the proxying or FastCGI server were used. *) Bugfix: the installation paths were incorrectly quoted on Linux and Solaris; the bug had appeared in 0.1.21.
2005-02-22nginx-0.1.21-RELEASE importrelease-0.1.21Igor Sysoev1-25/+29
*) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
2005-01-19nginx-0.1.15-RELEASE importrelease-0.1.15Igor Sysoev1-1/+11
*) Bugfix: the error while the connecting to the FastCGI server caused segmentation fault. *) Bugfix: the correct handling of the regular expression, that has different number of the captures and substitutions. *) Feature: the location, that is passed to the FastCGI server, can be regular expression. *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the arguments and in the original state. *) Bugfix: the ngx_http_rewrite_module module was required to be built to use the regular expressions in locations. *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the "Host" headers, if upstream listen on port 80; the bug had appeared in 0.1.14. *) Bugfix: the same paths in autoconfiguration parameters --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH caused segmentation fault.
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev1-20/+43
*) Feature: the autoconfiguration directives: --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and --http-fastcgi-temp-path=PATH *) Change: the directory name for the temporary files with the client request body is specified by directive client_body_temp_path, by default it is <prefix>/client_body_temp. *) Feature: the ngx_http_fastcgi_module and the directives: fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params, fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout, fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers, fastcgi_busy_buffers_size, fastcgi_temp_path, fastcgi_max_temp_file_size, fastcgi_temp_file_write_size, fastcgi_next_upstream, and fastcgi_x_powered_by. *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in 0.1.3. *) Change: the URI must be specified after the host name in the proxy_pass directive. *) Change: the %3F symbol in the URI was considered as the argument string start. *) Feature: the unix domain sockets support in the ngx_http_proxy_module. *) Feature: the ssl_engine and ssl_ciphers directives. Thanks to Sergey Skvortsov for SSL-accelerator.
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-30/+122
*) 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-4/+3
*) 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-04-25nginx-0.0.3-2004-04-26-00:13:21 importIgor Sysoev1-3/+4
2004-03-31nginx-0.0.3-2004-03-31-19:26:46 importIgor Sysoev1-1/+1
2004-03-16nginx-0.0.3-2004-03-17-00:26:01 importIgor Sysoev1-16/+2
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-6/+8
2004-02-11nginx-0.0.2-2004-02-11-20:08:49 importIgor Sysoev1-5/+6
2003-12-08nginx-0.0.1-2003-12-08-23:48:12 importIgor Sysoev1-1/+1
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev1-2/+6
2003-11-21nginx-0.0.1-2003-11-21-09:30:49 importIgor Sysoev1-5/+6
2003-11-18nginx-0.0.1-2003-11-19-00:34:08 importIgor Sysoev1-1/+9
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-3/+4
2003-11-05nginx-0.0.1-2003-11-05-20:03:41 importIgor Sysoev1-2/+2
2003-11-02nginx-0.0.1-2003-11-03-01:56:18 importIgor Sysoev1-2/+2
2003-10-27nginx-0.0.1-2003-10-27-11:53:49 importIgor Sysoev1-0/+21
2003-10-23nginx-0.0.1-2003-10-23-10:13:16 importIgor Sysoev1-1/+1
2003-10-22nginx-0.0.1-2003-10-22-20:38:26 importIgor Sysoev1-0/+41
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-4/+0
2003-05-21nginx-0.0.1-2003-05-21-17:28:21 importIgor Sysoev1-1/+1
2003-05-20nginx-0.0.1-2003-05-20-19:37:55 importIgor Sysoev1-3/+3
2003-04-28nginx-0.0.1-2003-04-28-19:06:39 importIgor Sysoev1-3/+31
2003-04-14nginx-0.0.1-2003-04-14-21:04:58 importIgor Sysoev1-2/+4
2003-04-11nginx-0.0.1-2003-04-11-20:01:14 importIgor Sysoev1-0/+140