| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2005-03-19 | nginx-0.1.25-RELEASE importrelease-0.1.25 | Igor Sysoev | 1 | -589/+0 | |
| *) 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-04 | nginx-0.1.24-RELEASE importrelease-0.1.24 | Igor Sysoev | 1 | -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-16 | nginx-0.1.19-RELEASE importrelease-0.1.19 | Igor Sysoev | 1 | -0/+5 | |
| *) 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. | |||||
| 2005-01-25 | nginx-0.1.16-RELEASE importrelease-0.1.16 | Igor Sysoev | 1 | -3/+1 | |
| *) 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. | |||||
| 2004-11-12 | nginx-0.1.7-RELEASE importrelease-0.1.7 | Igor Sysoev | 1 | -0/+1 | |
| *) 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. | |||||
| 2004-11-11 | nginx-0.1.5-RELEASE importrelease-0.1.5 | Igor Sysoev | 1 | -8/+9 | |
| *) 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-29 | nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright | Igor Sysoev | 1 | -1/+1 | |
| 2004-09-28 | nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files | Igor Sysoev | 1 | -0/+5 | |
| 2004-09-06 | nginx-0.0.10-2004-09-06-22:45:00 import | Igor Sysoev | 1 | -2/+2 | |
| 2004-09-05 | nginx-0.0.10-2004-09-05-23:54:02 import | Igor Sysoev | 1 | -2/+1 | |
| 2004-07-28 | nginx-0.0.9-2004-07-28-23:21:26 import | Igor Sysoev | 1 | -7/+17 | |
| 2004-07-26 | nginx-0.0.8-2004-07-26-20:21:18 import | Igor Sysoev | 1 | -12/+30 | |
| 2004-07-18 | nginx-0.0.7-2004-07-18-23:11:20 import | Igor Sysoev | 1 | -4/+2 | |
| 2004-06-06 | nginx-0.0.3-2004-06-06-23:49:18 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-05-28 | nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t | Igor Sysoev | 1 | -9/+13 | |
| 2004-05-12 | nginx-0.0.3-2004-05-12-09:37:55 import | Igor Sysoev | 1 | -0/+1 | |
| 2004-03-23 | nginx-0.0.3-2004-03-23-09:01:52 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-03-16 | nginx-0.0.2-2004-03-16-10:10:12 import | Igor Sysoev | 1 | -5/+22 | |
| 2004-03-14 | nginx-0.0.2-2004-03-14-23:46:25 import | Igor Sysoev | 1 | -2/+4 | |
| 2004-03-12 | nginx-0.0.2-2004-03-12-19:57:08 import | Igor Sysoev | 1 | -0/+17 | |
| 2004-02-11 | nginx-0.0.2-2004-02-11-20:08:49 import | Igor Sysoev | 1 | -1/+2 | |
| 2004-02-09 | nginx-0.0.2-2004-02-09-10:46:43 import | Igor Sysoev | 1 | -7/+8 | |
| 2003-12-01 | nginx-0.0.1-2003-12-01-19:28:14 import | Igor Sysoev | 1 | -6/+4 | |
| 2003-11-30 | nginx-0.0.1-2003-11-30-23:03:18 import | Igor Sysoev | 1 | -216/+294 | |
| 2003-11-28 | nginx-0.0.1-2003-11-28-20:41:47 import | Igor Sysoev | 1 | -37/+52 | |
| 2003-11-28 | nginx-0.0.1-2003-11-28-11:40:40 import | Igor Sysoev | 1 | -1/+1 | |
| 2003-11-27 | nginx-0.0.1-2003-11-27-10:45:22 import | Igor Sysoev | 1 | -15/+24 | |
| 2003-11-25 | nginx-0.0.1-2003-11-25-23:44:56 import | Igor Sysoev | 1 | -1/+35 | |
| 2003-11-18 | nginx-0.0.1-2003-11-19-00:34:08 import | Igor Sysoev | 1 | -0/+2 | |
| 2003-11-16 | nginx-0.0.1-2003-11-17-00:49:42 import | Igor Sysoev | 1 | -12/+12 | |
| 2003-11-14 | nginx-0.0.1-2003-11-14-19:52:04 import | Igor Sysoev | 1 | -10/+9 | |
| 2003-11-13 | nginx-0.0.1-2003-11-13-19:16:33 import | Igor Sysoev | 1 | -21/+40 | |
| 2003-11-10 | nginx-0.0.1-2003-11-10-20:17:31 import | Igor Sysoev | 1 | -0/+2 | |
| 2003-11-09 | nginx-0.0.1-2003-11-09-23:03:38 import; separate building | Igor Sysoev | 1 | -16/+16 | |
| 2003-11-02 | nginx-0.0.1-2003-11-03-01:56:18 import | Igor Sysoev | 1 | -5/+12 | |
| 2003-10-29 | nginx-0.0.1-2003-10-29-20:39:05 import | Igor Sysoev | 1 | -11/+14 | |
| 2003-10-27 | nginx-0.0.1-2003-10-27-11:53:49 import | Igor Sysoev | 1 | -17/+18 | |
| 2003-10-21 | nginx-0.0.1-2003-10-21-20:49:56 import | Igor Sysoev | 1 | -2/+6 | |
| 2003-10-16 | nginx-0.0.1-2003-10-17-00:19:16 import | Igor Sysoev | 1 | -5/+201 | |
| 2003-10-10 | nginx-0.0.1-2003-10-10-19:10:50 import | Igor Sysoev | 1 | -39/+3 | |
| 2003-10-09 | nginx-0.0.1-2003-10-09-11:00:45 import | Igor Sysoev | 1 | -1/+16 | |
| 2003-06-02 | nginx-0.0.1-2003-06-02-19:24:30 import | Igor Sysoev | 1 | -5/+6 | |
| 2003-05-27 | nginx-0.0.1-2003-05-27-16:18:54 import | Igor Sysoev | 1 | -32/+35 | |
| 2003-05-15 | nginx-0.0.1-2003-05-15-19:42:53 import | Igor Sysoev | 1 | -2/+7 | |
| 2003-05-14 | nginx-0.0.1-2003-05-14-21:13:13 import | Igor Sysoev | 1 | -40/+46 | |
| 2003-05-13 | nginx-0.0.1-2003-05-13-20:02:32 import | Igor Sysoev | 1 | -47/+13 | |
| 2003-04-11 | nginx-0.0.1-2003-04-11-20:01:14 import | Igor Sysoev | 1 | -5/+6 | |
| 2003-03-20 | nginx-0.0.1-2003-03-20-19:09:44 import | Igor Sysoev | 1 | -14/+2 | |
| 2003-03-11 | nginx-0.0.1-2003-03-11-23:38:13 import | Igor Sysoev | 1 | -2/+2 | |
| 2003-02-26 | nginx-0.0.1-2003-02-26-23:21:43 import | Igor Sysoev | 1 | -1/+1 | |
