Commit Graph

139 Commits

Author SHA1 Message Date
Igor Sysoev
c15717285d nginx-0.1.25-RELEASE import
*) 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-19 12:38:37 +00:00
Igor Sysoev
8184d1b3a7 nginx-0.1.24-RELEASE import
*) 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-03-04 14:06:57 +00:00
Igor Sysoev
e5a222c6fe nginx-0.1.16-RELEASE import
*) 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.
2005-01-25 12:27:35 +00:00
Igor Sysoev
02025fd6bd nginx-0.1.14-RELEASE import
*) 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.
2005-01-18 13:03:58 +00:00
Igor Sysoev
b1dfe478a0 nginx-0.1.13-RELEASE import
*) Feature: the server_names_hash and server_names_hash_threshold
       directives.

    *) Bugfix: the *.domain.tld names in the "server_name" directive did
       not work.

    *) Bugfix: the %request_length log parameter logged the incorrect
       length.
2004-12-21 12:30:30 +00:00
Igor Sysoev
1b73583ba2 nginx-0.1.5-RELEASE import
*) 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-11-11 14:07:14 +00:00
Igor Sysoev
ff8da91784 nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright 2004-09-29 16:00:49 +00:00
Igor Sysoev
d90282d8ba nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files 2004-09-28 08:34:51 +00:00
Igor Sysoev
dd888c4caa nginx-0.0.11-2004-09-21-09:38:28 import 2004-09-21 05:38:28 +00:00
Igor Sysoev
aab4d8c0c4 nginx-0.0.10-2004-09-06-22:45:00 import 2004-09-06 18:45:00 +00:00
Igor Sysoev
f38e046a0a nginx-0.0.7-2004-07-16-21:11:43 import 2004-07-16 17:11:43 +00:00
Igor Sysoev
4aa888820d nginx-0.0.7-2004-07-15-00:07:58 import 2004-07-14 20:07:58 +00:00
Igor Sysoev
7556945655 nginx-0.0.7-2004-07-08-19:17:47 import 2004-07-08 15:17:47 +00:00
Igor Sysoev
2f65722941 nginx-0.0.7-2004-06-16-19:32:11 import 2004-06-16 15:32:11 +00:00
Igor Sysoev
0ab91b9012 nginx-0.0.3-2004-06-06-23:49:18 import 2004-06-06 19:49:18 +00:00
Igor Sysoev
369145cef1 nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t 2004-05-28 15:49:23 +00:00
Igor Sysoev
3f4685f3de nginx-0.0.3-2004-04-26-00:13:21 import 2004-04-25 20:13:21 +00:00
Igor Sysoev
11dbe97ca4 nginx-0.0.3-2004-03-29-21:43:58 import 2004-03-29 17:43:58 +00:00
Igor Sysoev
da85f7f5fc nginx-0.0.3-2004-03-17-00:26:01 import 2004-03-16 21:26:01 +00:00
Igor Sysoev
10a543a810 nginx-0.0.2-2004-03-16-10:10:12 import 2004-03-16 07:10:12 +00:00
Igor Sysoev
67f88e9cc6 nginx-0.0.2-2004-03-12-19:57:08 import 2004-03-12 16:57:08 +00:00
Igor Sysoev
1cd1e2741a nginx-0.0.1-2003-12-19-15:45:27 import 2003-12-19 12:45:27 +00:00
Igor Sysoev
e89c4581f4 nginx-0.0.1-2003-12-19-11:15:11 import 2003-12-19 08:15:11 +00:00
Igor Sysoev
865c150cb4 nginx-0.0.1-2003-11-30-23:03:18 import 2003-11-30 20:03:18 +00:00
Igor Sysoev
c2bba092eb nginx-0.0.1-2003-11-28-20:41:47 import 2003-11-28 17:41:47 +00:00
Igor Sysoev
0e499db3ed nginx-0.0.1-2003-11-27-10:45:22 import 2003-11-27 07:45:22 +00:00
Igor Sysoev
160d774afc nginx-0.0.1-2003-11-19-19:26:41 import 2003-11-19 16:26:41 +00:00
Igor Sysoev
1b138ed141 nginx-0.0.1-2003-11-19-00:34:08 import 2003-11-18 21:34:08 +00:00
Igor Sysoev
d59a047a70 nginx-0.0.1-2003-11-11-00:09:22 import 2003-11-10 21:09:22 +00:00
Igor Sysoev
74e95c224a nginx-0.0.1-2003-11-09-23:03:38 import; separate building 2003-11-09 20:03:38 +00:00
Igor Sysoev
9cc1acef18 nginx-0.0.1-2003-11-05-01:12:39 import 2003-11-04 22:12:39 +00:00
Igor Sysoev
659774979f nginx-0.0.1-2003-11-03-01:56:18 import 2003-11-02 22:56:18 +00:00
Igor Sysoev
b5faed2dc8 nginx-0.0.1-2003-10-29-11:30:44 import 2003-10-29 08:30:44 +00:00
Igor Sysoev
10fc9ef775 nginx-0.0.1-2003-10-27-11:53:49 import 2003-10-27 08:53:49 +00:00
Igor Sysoev
dc9dd434aa nginx-0.0.1-2003-10-22-20:38:26 import 2003-10-22 16:38:26 +00:00
Igor Sysoev
b3e73d869e nginx-0.0.1-2003-10-10-19:10:50 import 2003-10-10 15:10:50 +00:00
Igor Sysoev
1342d9cc29 nginx-0.0.1-2003-10-09-11:00:45 import 2003-10-09 07:00:45 +00:00
Igor Sysoev
e677922487 nginx-0.0.1-2003-10-03-19:50:53 import 2003-10-03 15:50:53 +00:00
Igor Sysoev
2cdd7e9e5b nginx-0.0.1-2003-09-28-23:29:06 import 2003-09-28 19:29:06 +00:00
Igor Sysoev
1c10462e88 nginx-0.0.1-2003-06-03-19:42:58 import 2003-06-03 15:42:58 +00:00
Igor Sysoev
7578ec9df4 nginx-0.0.1-2003-06-02-19:24:30 import 2003-06-02 15:24:30 +00:00
Igor Sysoev
6253ca1b62 nginx-0.0.1-2003-05-27-16:18:54 import 2003-05-27 12:18:54 +00:00
Igor Sysoev
a98301160d nginx-0.0.1-2003-05-19-20:39:14 import 2003-05-19 16:39:14 +00:00
Igor Sysoev
6ddfbf0662 nginx-0.0.1-2003-05-15-19:42:53 import 2003-05-15 15:42:53 +00:00
Igor Sysoev
79a804880e nginx-0.0.1-2003-05-14-21:13:13 import 2003-05-14 17:13:13 +00:00
Igor Sysoev
d581fd58e1 nginx-0.0.1-2003-05-13-20:02:32 import 2003-05-13 16:02:32 +00:00
Igor Sysoev
6b863e353d nginx-0.0.1-2003-05-12-19:52:24 import 2003-05-12 15:52:24 +00:00
Igor Sysoev
1d8d9eee94 nginx-0.0.1-2003-04-28-19:06:39 import 2003-04-28 15:06:39 +00:00
Igor Sysoev
a09f08dbab nginx-0.0.1-2003-04-25-18:43:13 import 2003-04-25 14:43:13 +00:00
Igor Sysoev
fd67586ef6 nginx-0.0.1-2003-04-11-20:01:14 import 2003-04-11 16:01:14 +00:00
Igor Sysoev
e2a3154f0e nginx-0.0.1-2003-04-08-19:40:10 import 2003-04-08 15:40:10 +00:00
Igor Sysoev
dc479b4d98 nginx-0.0.1-2003-03-20-19:09:44 import 2003-03-20 16:09:44 +00:00
Igor Sysoev
b738757f35 nginx-0.0.1-2003-03-11-23:38:13 import 2003-03-11 20:38:13 +00:00
Igor Sysoev
3d062ad939 nginx-0.0.1-2003-03-05-09:37:42 import 2003-03-05 06:37:42 +00:00
Igor Sysoev
6a644c694d nginx-0.0.1-2003-03-04-09:33:48 import 2003-03-04 06:33:48 +00:00
Igor Sysoev
1e7ec9dcd2 nginx-0.0.1-2003-02-11-10:14:40 import 2003-02-11 07:14:40 +00:00
Igor Sysoev
7300977320 nginx-0.0.1-2003-02-06-20:21:13 import 2003-02-06 17:21:13 +00:00
Igor Sysoev
2a2d2b5094 nginx-0.0.1-2003-01-30-21:21:39 import 2003-01-30 18:21:39 +00:00
Igor Sysoev
1b8b119932 nginx-0.0.1-2003-01-29-20:02:48 import 2003-01-29 17:02:48 +00:00
Igor Sysoev
fe5cb6b9e9 nginx-0.0.1-2003-01-29-10:25:51 import 2003-01-29 07:25:51 +00:00
Igor Sysoev
a19a85e600 nginx-0.0.1-2003-01-28-18:56:37 import 2003-01-28 15:56:37 +00:00
Igor Sysoev
9b25d691d3 nginx-0.0.1-2003-01-27-00:08:14 import 2003-01-26 21:08:14 +00:00
Igor Sysoev
fcce8d529a nginx-0.0.1-2003-01-23-21:47:54 import 2003-01-23 18:47:54 +00:00
Igor Sysoev
ad22e01112 nginx-0.0.1-2003-01-15-10:02:27 import 2003-01-15 07:02:27 +00:00
Igor Sysoev
b2620634c5 nginx-0.0.1-2003-01-10-09:09:20 import 2003-01-10 06:09:20 +00:00
Igor Sysoev
4e9393a054 nginx-0.0.1-2003-01-09-08:36:00 import 2003-01-09 05:36:00 +00:00
Igor Sysoev
c1817846d2 nginx-0.0.1-2002-12-27-19:22:50 import 2002-12-27 16:22:50 +00:00
Igor Sysoev
6b5c0f70d7 nginx-0.0.1-2002-12-27-10:27:47 import 2002-12-27 07:27:47 +00:00
Igor Sysoev
207ed5a589 nginx-0.0.1-2002-12-26-19:26:23 import 2002-12-26 16:26:23 +00:00
Igor Sysoev
960ffa42cb nginx-0.0.1-2002-12-26-10:24:21 import 2002-12-26 07:24:21 +00:00
Igor Sysoev
8809257531 nginx-0.0.1-2002-12-19-10:08:55 import 2002-12-19 07:08:55 +00:00
Igor Sysoev
42feecbdb6 nginx-0.0.1-2002-12-15-09:25:09 import 2002-12-15 06:25:09 +00:00
Igor Sysoev
b0869056bb nginx-0.0.1-2002-12-10-21:05:12 import 2002-12-10 18:05:12 +00:00
Igor Sysoev
2d0d909b80 nginx-0.0.1-2002-12-03-18:45:38 import 2002-12-03 15:45:38 +00:00
Igor Sysoev
a0bb31f92c nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall 2002-12-02 16:09:40 +00:00
Igor Sysoev
2ba1ee0930 nginx-0.0.1-2002-10-04-21:58:04 import 2002-10-04 17:58:04 +00:00
Igor Sysoev
682bf8e9c0 nginx-0.0.1-2002-09-16-19:01:44 import 2002-09-16 15:01:44 +00:00
Igor Sysoev
1af7c82f7c nginx-0.0.1-2002-09-13-18:47:42 import 2002-09-13 14:47:42 +00:00
Igor Sysoev
3a40d48164 nginx-0.0.1-2002-09-12-18:42:29 import 2002-09-12 14:42:29 +00:00
Igor Sysoev
e0268b95c6 nginx-0.0.1-2002-09-11-19:18:33 import 2002-09-11 15:18:33 +00:00
Igor Sysoev
96f8377fd8 nginx-0.0.1-2002-09-07-14:14:25 import 2002-09-07 10:14:25 +00:00
Igor Sysoev
a58e3ca143 nginx-0.0.1-2002-09-02-18:48:24 import 2002-09-02 14:48:24 +00:00
Igor Sysoev
016b852702 nginx-0.0.1-2002-08-29-20:59:54 import 2002-08-29 16:59:54 +00:00
Igor Sysoev
0ad17c0903 nginx-0.0.1-2002-08-26-19:18:19 import 2002-08-26 15:18:19 +00:00
Igor Sysoev
4e5e117108 nginx-0.0.1-2002-08-22-19:24:03 import 2002-08-22 15:24:03 +00:00
Igor Sysoev
2b54238a5f nginx-0.0.1-2002-08-20-18:48:28 import 2002-08-20 14:48:28 +00:00
Igor Sysoev
e0af1b89dc nginx-0.0.1-2002-08-16-19:27:03 import 2002-08-16 15:27:03 +00:00
Igor Sysoev
0c331d9f66 nginx-0.0.1-2002-08-15-21:20:26 import 2002-08-15 17:20:26 +00:00
Igor Sysoev
6de5c2cb63 nginx-0.0.1-2002-08-06-20:39:45 import
The first code that uses "ngx_" prefix, the previous one used "gx_" prefix.
At that point the code is not yet usable.  The first draft ideas are dated
back to 23.10.2001.
2002-08-06 16:39:45 +00:00