| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2005-03-19 | nginx-0.1.25-RELEASE importrelease-0.1.25 | Igor Sysoev | 1 | -4/+8 | |
| *) 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 | -26/+36 | |
| *) 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 | -1/+1 | |
| *) 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. | |||||
| 2004-11-25 | nginx-0.1.9-RELEASE importrelease-0.1.9 | Igor Sysoev | 1 | -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-11 | nginx-0.1.5-RELEASE importrelease-0.1.5 | Igor Sysoev | 1 | -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-10-21 | nginx-0.1.2-RELEASE importrelease-0.1.2 | Igor Sysoev | 1 | -6/+16 | |
| *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; the bug had appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; the bug had appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed. | |||||
| 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 | -1/+1 | |
| 2004-09-14 | nginx-0.0.10-2004-09-14-19:55:24 import | Igor Sysoev | 1 | -5/+5 | |
| 2004-07-13 | nginx-0.0.7-2004-07-13-21:59:12 import | Igor Sysoev | 1 | -3/+0 | |
| 2004-07-12 | nginx-0.0.7-2004-07-13-00:43:53 import | Igor Sysoev | 1 | -1/+5 | |
| 2004-07-09 | nginx-0.0.7-2004-07-09-19:37:31 import | Igor Sysoev | 1 | -23/+31 | |
| 2004-07-08 | nginx-0.0.7-2004-07-08-19:17:47 import | Igor Sysoev | 1 | -0/+2 | |
| 2004-07-07 | nginx-0.0.7-2004-07-07-19:01:00 import | Igor Sysoev | 1 | -1/+4 | |
| 2004-07-07 | nginx-0.0.7-2004-07-07-10:15:04 import | Igor Sysoev | 1 | -38/+157 | |
| 2004-07-06 | nginx-0.0.7-2004-07-06-20:12:16 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-07-05 | nginx-0.0.7-2004-07-05-23:53:02 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-07-05 | nginx-0.0.7-2004-07-05-19:08:23 import | Igor Sysoev | 1 | -5/+2 | |
| 2004-07-05 | nginx-0.0.7-2004-07-05-10:55:54 import | Igor Sysoev | 1 | -3/+3 | |
| 2004-07-02 | nginx-0.0.7-2004-07-02-19:54:34 import | Igor Sysoev | 1 | -11/+7 | |
| 2004-07-02 | nginx-0.0.7-2004-07-02-09:47:00 import | Igor Sysoev | 1 | -6/+23 | |
| 2004-06-30 | nginx-0.0.7-2004-06-30-19:30:41 import | Igor Sysoev | 1 | -1/+2 | |
| 2004-06-28 | nginx-0.0.7-2004-06-29-01:03:14 import | Igor Sysoev | 1 | -19/+34 | |
| 2004-06-28 | nginx-0.0.7-2004-06-28-20:05:02 import | Igor Sysoev | 1 | -11/+15 | |
| 2004-06-27 | nginx-0.0.7-2004-06-27-22:01:57 import | Igor Sysoev | 1 | -4/+7 | |
| 2004-06-16 | nginx-0.0.7-2004-06-16-19:32:11 import | Igor Sysoev | 1 | -9/+9 | |
| 2004-04-21 | nginx-0.0.3-2004-04-21-22:54:33 import | Igor Sysoev | 1 | -12/+34 | |
| 2004-04-16 | nginx-0.0.3-2004-04-16-09:14:16 import | Igor Sysoev | 1 | -1/+2 | |
| 2004-04-15 | nginx-0.0.3-2004-04-15-19:34:36 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-04-14 | nginx-0.0.3-2004-04-15-00:34:05 import | Igor Sysoev | 1 | -19/+30 | |
| 2004-04-14 | nginx-0.0.3-2004-04-14-21:44:28 import | Igor Sysoev | 1 | -1/+6 | |
| 2004-04-13 | nginx-0.0.3-2004-04-13-19:08:48 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-04-12 | nginx-0.0.3-2004-04-12-20:38:09 import | Igor Sysoev | 1 | -4/+5 | |
| 2004-04-08 | nginx-0.0.3-2004-04-08-19:58:25 import | Igor Sysoev | 1 | -11/+20 | |
| 2004-04-04 | nginx-0.0.3-2004-04-05-00:32:09 import | Igor Sysoev | 1 | -92/+35 | |
| 2004-04-02 | nginx-0.0.3-2004-04-02-19:13:20 import | Igor Sysoev | 1 | -13/+4 | |
| 2004-04-01 | nginx-0.0.3-2004-04-01-20:20:53 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-04-01 | nginx-0.0.3-2004-04-01-10:21:13 import | Igor Sysoev | 1 | -26/+8 | |
| 2004-03-31 | nginx-0.0.3-2004-03-31-19:26:46 import | Igor Sysoev | 1 | -36/+87 | |
| 2004-02-29 | nginx-0.0.2-2004-03-01-00:03:02 import | Igor Sysoev | 1 | -5/+21 | |
| 2004-02-26 | nginx-0.0.2-2004-02-26-20:10:01 import | Igor Sysoev | 1 | -7/+81 | |
| 2004-02-25 | nginx-0.0.2-2004-02-25-23:16:15 import | Igor Sysoev | 1 | -1/+14 | |
| 2004-02-12 | nginx-0.0.2-2004-02-12-23:57:10 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-02-11 | nginx-0.0.2-2004-02-11-10:19:26 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-02-11 | nginx-0.0.2-2004-02-11-20:08:49 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-02-02 | nginx-0.0.2-2004-02-03-00:19:52 import | Igor Sysoev | 1 | -0/+2 | |
| 2004-02-01 | nginx-0.0.1-2004-02-01-11:10:52 import | Igor Sysoev | 1 | -1/+1 | |
| 2004-01-30 | nginx-0.0.1-2004-01-30-20:39:00 import | Igor Sysoev | 1 | -6/+6 | |
| 2004-01-29 | nginx-0.0.1-2004-01-30-00:45:01 import | Igor Sysoev | 1 | -41/+6 | |
| 2004-01-28 | nginx-0.0.1-2004-01-28-18:22:37 import | Igor Sysoev | 1 | -0/+4 | |
