Commit Graph

152 Commits

Author SHA1 Message Date
Igor Sysoev
3259e85b7a nginx-0.1.15-RELEASE import
*) 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-19 13:10:56 +00:00
Igor Sysoev
42b12b34fa nginx-0.1.11-RELEASE import
*) Feature: the worker_priority directive.

    *) Change: both tcp_nopush and tcp_nodelay directives affect the
       transferred response.

    *) Bugfix: nginx did not call initgroups().
       Thanks to Andrew Sitnikov and Andrei Nigmatulin.

    *) Change: now the ngx_http_autoindex_module shows the file size in the
       bytes.

    *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the
       broken symlink was in a directory.

    *) Bugfix: the files bigger than 4G could not be transferred using
       sendfile.

    *) Bugfix: if the backend was resolved to several backends and there
       was an error while the response waiting then process may got caught
       in an endless loop.

    *) Bugfix: the worker process may exit with the "unknown cycle" message
       when the /dev/poll method was used.

    *) Bugfix: "close() channel failed" errors.

    *) Bugfix: the autodetection of the "nobody" and "nogroup" groups.

    *) Bugfix: the send_lowat directive did not work on Linux.

    *) Bugfix: the segmentation fault occurred if there was no events
       section in configuration.

    *) Bugfix: nginx could not be built on OpenBSD.

    *) Bugfix: the double slashes in "://" in the URI were converted to
       ":/".
2004-12-02 18:40:46 +00:00
Igor Sysoev
f69060481e nginx-0.1.9-RELEASE import
*) 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-25 16:17:31 +00:00
Igor Sysoev
d43bee8ee9 nginx-0.1.8-RELEASE import
*) 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-20 19:52:20 +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
c0edbcce58 nginx-0.1.2-RELEASE import
*) 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-10-21 15:34:38 +00:00
Igor Sysoev
924bd79e31 nginx-0.1.1-RELEASE import
*) Feature: the gzip_types directive.

    *) Feature: the tcp_nodelay directive.

    *) Feature: the send_lowat directive is working not only on OSes that
       support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.

    *) Feature: the setproctitle() emulation for Linux and Solaris.

    *) Bugfix: the "Location" header rewrite bug fixed while the proxying.

    *) Bugfix: the ngx_http_chunked_module module may get caught in an
       endless loop.

    *) Bugfix: the /dev/poll module bugs fixed.

    *) Bugfix: the responses were corrupted when the temporary files were
       used while the proxying.

    *) Bugfix: the unescaped requests were passed to the backend.

    *) Bugfix: while the build configuration on Linux 2.4 the
       --with-poll_module parameter was required.
2004-10-11 15:07:03 +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
85080d09ad nginx-0.0.11-2004-09-22-20:18:21 import 2004-09-22 16:18:21 +00:00
Igor Sysoev
dc3b2a7875 nginx-0.0.10-2004-09-14-23:39:54 import 2004-09-14 19:39:54 +00:00
Igor Sysoev
c78c41cefc nginx-0.0.7-2004-07-07-10:15:04 import 2004-07-07 06:15:04 +00:00
Igor Sysoev
f1be53b48a nginx-0.0.7-2004-07-05-19:08:23 import 2004-07-05 15:08:23 +00:00
Igor Sysoev
32fcd5cf64 nginx-0.0.7-2004-07-05-10:55:54 import 2004-07-05 06:55:54 +00:00
Igor Sysoev
98c1cf18c1 nginx-0.0.7-2004-07-02-19:54:34 import 2004-07-02 15:54:34 +00:00
Igor Sysoev
c02473048c nginx-0.0.7-2004-06-27-22:01:57 import 2004-06-27 18:01:57 +00:00
Igor Sysoev
c83f683553 nginx-0.0.7-2004-06-24-11:53:37 import 2004-06-24 07:53:37 +00:00
Igor Sysoev
f7290501f2 nginx-0.0.7-2004-06-18-20:22:16 import 2004-06-18 16:22:16 +00:00
Igor Sysoev
415b1ce1b9 nginx-0.0.7-2004-06-17-21:18:53 import 2004-06-17 17:18:53 +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
d09f7a1e9a nginx-0.0.7-2004-06-15-21:47:16 import 2004-06-15 17:47:16 +00:00
Igor Sysoev
87350f269d nginx-0.0.7-2004-06-15-11:55:11 import 2004-06-15 07:55:11 +00:00
Igor Sysoev
d962b61c06 nginx-0.0.4-2004-06-11-10:15:08 import 2004-06-11 06:15:08 +00:00
Igor Sysoev
0ed19ccad1 nginx-0.0.4-2004-06-10-22:36:57 import 2004-06-10 18:36:57 +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
6e1bbd7896 nginx-0.0.3-2004-06-04-18:57:33 import 2004-06-04 14:57:33 +00:00
Igor Sysoev
67f450d7bc nginx-0.0.3-2004-06-01-10:04:46 import 2004-06-01 06:04:46 +00:00
Igor Sysoev
5aeeb2dc46 nginx-0.0.3-2004-05-04-21:56:58 import 2004-05-04 17:56:58 +00:00
Igor Sysoev
16abdfeda0 nginx-0.0.3-2004-04-29-20:34:26 import 2004-04-29 16:34:26 +00:00
Igor Sysoev
a040f00167 nginx-0.0.3-2004-04-23-20:50:51 import 2004-04-23 16:50:51 +00:00
Igor Sysoev
732a271963 nginx-0.0.3-2004-04-21-22:54:33 import 2004-04-21 18:54:33 +00:00
Igor Sysoev
43f131923f nginx-0.0.3-2004-04-12-20:38:09 import 2004-04-12 16:38:09 +00:00
Igor Sysoev
407b0deeaf nginx-0.0.3-2004-04-09-20:03:04 import 2004-04-09 16:03:04 +00:00
Igor Sysoev
fff32326ca nginx-0.0.3-2004-04-08-19:58:25 import 2004-04-08 15:58:25 +00:00
Igor Sysoev
9a864bd8f8 nginx-0.0.3-2004-04-05-00:32:09 import 2004-04-04 20:32:09 +00:00
Igor Sysoev
c972a3fe27 nginx-0.0.3-2004-04-02-19:13:20 import 2004-04-02 15:13:20 +00:00
Igor Sysoev
debb39eaed nginx-0.0.3-2004-04-02-09:14:40 import 2004-04-02 05:14:40 +00:00
Igor Sysoev
dbb2776570 nginx-0.0.3-2004-04-01-20:20:53 import 2004-04-01 16:20:53 +00:00
Igor Sysoev
709405b755 nginx-0.0.3-2004-03-31-19:26:46 import 2004-03-31 15:26:46 +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
3646a1669d nginx-0.0.2-2004-03-14-23:46:25 import 2004-03-14 20:46:25 +00:00
Igor Sysoev
ea17edc917 nginx-0.0.2-2004-03-03-00:14:37 import 2004-03-02 21:14:37 +00:00
Igor Sysoev
d94049b632 nginx-0.0.2-2004-03-01-00:03:02 import 2004-02-29 21:03:02 +00:00
Igor Sysoev
898446c8ba nginx-0.0.2-2004-02-26-20:10:01 import 2004-02-26 17:10:01 +00:00
Igor Sysoev
f2334416e7 nginx-0.0.2-2004-02-25-23:16:15 import 2004-02-25 20:16:15 +00:00
Igor Sysoev
9139cd2351 nginx-0.0.2-2004-02-17-20:53:12 import 2004-02-17 17:53:12 +00:00
Igor Sysoev
54498db7a2 nginx-0.0.2-2004-02-11-20:08:49 import 2004-02-11 17:08:49 +00:00
Igor Sysoev
e9b2cb1b9d nginx-0.0.2-2004-02-09-23:47:18 import 2004-02-09 20:47:18 +00:00
Igor Sysoev
7af6b16936 nginx-0.0.2-2004-02-09-10:46:43 import 2004-02-09 07:46:43 +00:00
Igor Sysoev
af57922780 nginx-0.0.2-2004-02-03-23:27:11 import 2004-02-03 20:27:11 +00:00
Igor Sysoev
25b36fedf7 nginx-0.0.2-2004-02-03-19:43:54 import 2004-02-03 16:43:54 +00:00
Igor Sysoev
a4b16df728 nginx-0.0.2-2004-02-03-00:19:52 import 2004-02-02 21:19:52 +00:00
Igor Sysoev
10318a2e4f nginx-0.0.1-2004-01-30-00:45:01 import 2004-01-29 21:45:01 +00:00
Igor Sysoev
c599198d83 nginx-0.0.1-2004-01-16-09:15:48 import 2004-01-16 06:15:48 +00:00
Igor Sysoev
0911f77083 nginx-0.0.1-2004-01-14-21:19:42 import 2004-01-14 18:19:42 +00:00
Igor Sysoev
3c3ca17358 nginx-0.0.1-2004-01-05-23:55:48 import 2004-01-05 20:55:48 +00:00
Igor Sysoev
3b30a901b4 nginx-0.0.1-2003-12-25-23:26:58 import 2003-12-25 20:26:58 +00:00
Igor Sysoev
2b58fbf045 nginx-0.0.1-2003-12-09-18:08:11 import 2003-12-09 15:08:11 +00:00
Igor Sysoev
f5003d8a66 nginx-0.0.1-2003-12-04-17:53:00 import 2003-12-04 14:53:00 +00:00
Igor Sysoev
0a280a3fc0 nginx-0.0.1-2003-10-12-20:49:16 import 2003-10-12 16:49:16 +00:00
Igor Sysoev
9d639520aa nginx-0.0.1-2003-07-07-10:11:50 import 2003-07-07 06:11:50 +00:00
Igor Sysoev
340b03b201 nginx-0.0.1-2003-07-04-19:10:33 import 2003-07-04 15:10:33 +00:00
Igor Sysoev
be3c2b69a4 nginx-0.0.1-2003-07-04-10:03:52 import 2003-07-04 06:03:52 +00:00
Igor Sysoev
96c56c9ab6 nginx-0.0.1-2003-07-02-18:41:17 import 2003-07-02 14:41:17 +00:00
Igor Sysoev
6abfde6557 nginx-0.0.1-2003-07-01-19:00:03 import 2003-07-01 15:00:03 +00:00
Igor Sysoev
be2cfc3d28 nginx-0.0.1-2003-06-15-22:32:13 import 2003-06-15 18:32:13 +00:00
Igor Sysoev
239baac646 nginx-0.0.1-2003-06-11-19:28:34 import 2003-06-11 15:28:34 +00:00
Igor Sysoev
e4a2526e5c nginx-0.0.1-2003-06-06-18:59:20 import 2003-06-06 14:59:20 +00:00
Igor Sysoev
1393325df8 nginx-0.0.1-2003-05-29-17:02:09 import 2003-05-29 13:02:09 +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
fa73aac774 nginx-0.0.1-2003-05-21-17:28:21 import 2003-05-21 13:28:21 +00:00
Igor Sysoev
1c13c662f0 nginx-0.0.1-2003-05-20-19:37:55 import 2003-05-20 15:37:55 +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
bb4ec5c172 nginx-0.0.1-2003-05-16-19:27:48 import 2003-05-16 15:27:48 +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
6a644c694d nginx-0.0.1-2003-03-04-09:33:48 import 2003-03-04 06:33:48 +00:00
Igor Sysoev
ff148df8f6 nginx-0.0.1-2003-02-26-23:21:43 import 2003-02-26 20:21:43 +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
86de4cbef5 nginx-0.0.1-2003-01-30-10:28:09 import 2003-01-30 07:28:09 +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
4e9393a054 nginx-0.0.1-2003-01-09-08:36:00 import 2003-01-09 05:36:00 +00:00
Igor Sysoev
3a17f24836 nginx-0.0.1-2002-12-24-20:30:59 import 2002-12-24 17:30:59 +00:00
Igor Sysoev
0d2bda5374 nginx-0.0.1-2002-12-24-10:09:57 import 2002-12-24 07:09:57 +00:00
Igor Sysoev
295bb6335d nginx-0.0.1-2002-12-23-21:22:18 import 2002-12-23 18:22:18 +00:00
Igor Sysoev
a6717c4e59 nginx-0.0.1-2002-12-23-09:29:22 import 2002-12-23 06:29:22 +00:00
Igor Sysoev
93e50544d8 nginx-0.0.1-2002-12-20-09:54:55 import 2002-12-20 06:54:55 +00:00
Igor Sysoev
fcd21fe0a2 nginx-0.0.1-2002-12-19-20:49:51 import 2002-12-19 17:49:51 +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
5eef618ed6 nginx-0.0.1-2002-12-16-00:08:04 import 2002-12-15 21:08:04 +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
2ba1ee0930 nginx-0.0.1-2002-10-04-21:58:04 import 2002-10-04 17:58:04 +00:00
Igor Sysoev
31f8818eb1 nginx-0.0.1-2002-09-27-19:05:29 import 2002-09-27 15:05:29 +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
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