aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_static_handler.c
Commit message (Collapse)AuthorAge
* nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev2005-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev2005-03-04
| | | | | | | | | | | | | | | *) 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.
* nginx-0.1.19-RELEASE importrelease-0.1.19Igor Sysoev2005-02-16
| | | | | | | | | | *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
* nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev2005-01-25
| | | | | | | | | | | | | | | | | | | | | | *) Bugfix: if the response were transferred by chunks, then on the HEAD request the final chunk was issued. *) Bugfix: the "Connection: keep-alive" header were issued, even if the keepalive_timeout directive forbade the keep-alive use. *) Bugfix: the errors in the ngx_http_fastcgi_module caused the segmentation faults. *) Bugfix: the compressed response encrypted by SSL may not transferred complete. *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK options, are not used for the unix domain sockets. *) Feature: the rewrite directive supports the arguments rewriting. *) Bugfix: the response code 400 was returned for the POST request with the "Content-Length: 0" header; the bug had appeared in 0.1.14.
* nginx-0.1.7-RELEASE importrelease-0.1.7Igor Sysoev2004-11-12
| | | | | *) Bugfix: on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; the bug had appeared in 0.1.5.
* nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev2004-11-11
| | | | | | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev2004-09-29
|
* nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev2004-09-28
|
* nginx-0.0.10-2004-09-06-22:45:00 importIgor Sysoev2004-09-06
|
* nginx-0.0.10-2004-09-05-23:54:02 importIgor Sysoev2004-09-05
|
* nginx-0.0.9-2004-07-28-23:21:26 importIgor Sysoev2004-07-28
|
* nginx-0.0.8-2004-07-26-20:21:18 importIgor Sysoev2004-07-26
|
* nginx-0.0.7-2004-07-18-23:11:20 importIgor Sysoev2004-07-18
|
* nginx-0.0.3-2004-06-06-23:49:18 importIgor Sysoev2004-06-06
|
* nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_tIgor Sysoev2004-05-28
|
* nginx-0.0.3-2004-05-12-09:37:55 importIgor Sysoev2004-05-12
|
* nginx-0.0.3-2004-03-23-09:01:52 importIgor Sysoev2004-03-23
|
* nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev2004-03-16
|
* nginx-0.0.2-2004-03-14-23:46:25 importIgor Sysoev2004-03-14
|
* nginx-0.0.2-2004-03-12-19:57:08 importIgor Sysoev2004-03-12
|
* nginx-0.0.2-2004-02-11-20:08:49 importIgor Sysoev2004-02-11
|
* nginx-0.0.2-2004-02-09-10:46:43 importIgor Sysoev2004-02-09
|
* nginx-0.0.1-2003-12-01-19:28:14 importIgor Sysoev2003-12-01
|
* nginx-0.0.1-2003-11-30-23:03:18 importIgor Sysoev2003-11-30
|
* nginx-0.0.1-2003-11-28-20:41:47 importIgor Sysoev2003-11-28
|
* nginx-0.0.1-2003-11-28-11:40:40 importIgor Sysoev2003-11-28
|
* nginx-0.0.1-2003-11-27-10:45:22 importIgor Sysoev2003-11-27
|
* nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev2003-11-25
|
* nginx-0.0.1-2003-11-19-00:34:08 importIgor Sysoev2003-11-18
|
* nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev2003-11-16
|
* nginx-0.0.1-2003-11-14-19:52:04 importIgor Sysoev2003-11-14
|
* nginx-0.0.1-2003-11-13-19:16:33 importIgor Sysoev2003-11-13
|
* nginx-0.0.1-2003-11-10-20:17:31 importIgor Sysoev2003-11-10
|
* nginx-0.0.1-2003-11-09-23:03:38 import; separate buildingIgor Sysoev2003-11-09
|
* nginx-0.0.1-2003-11-03-01:56:18 importIgor Sysoev2003-11-02
|
* nginx-0.0.1-2003-10-29-20:39:05 importIgor Sysoev2003-10-29
|
* nginx-0.0.1-2003-10-27-11:53:49 importIgor Sysoev2003-10-27
|
* nginx-0.0.1-2003-10-21-20:49:56 importIgor Sysoev2003-10-21
|
* nginx-0.0.1-2003-10-17-00:19:16 importIgor Sysoev2003-10-16
|
* nginx-0.0.1-2003-10-10-19:10:50 importIgor Sysoev2003-10-10
|
* nginx-0.0.1-2003-10-09-11:00:45 importIgor Sysoev2003-10-09
|
* nginx-0.0.1-2003-06-02-19:24:30 importIgor Sysoev2003-06-02
|
* nginx-0.0.1-2003-05-27-16:18:54 importIgor Sysoev2003-05-27
|
* nginx-0.0.1-2003-05-15-19:42:53 importIgor Sysoev2003-05-15
|
* nginx-0.0.1-2003-05-14-21:13:13 importIgor Sysoev2003-05-14
|
* nginx-0.0.1-2003-05-13-20:02:32 importIgor Sysoev2003-05-13
|
* nginx-0.0.1-2003-04-11-20:01:14 importIgor Sysoev2003-04-11
|
* nginx-0.0.1-2003-03-20-19:09:44 importIgor Sysoev2003-03-20
|
* nginx-0.0.1-2003-03-11-23:38:13 importIgor Sysoev2003-03-11
|
* nginx-0.0.1-2003-02-26-23:21:43 importIgor Sysoev2003-02-26
|