Commit graph

473 commits

Author SHA1 Message Date
Igor Sysoev
1cccc1d211 release-0.1.10 tag 2004-11-26 09:33:59 +00:00
Igor Sysoev
1d63c635fc nginx-0.1.10-RELEASE import
*) Bugfix: if the request without arguments contains "//", "/./",
       "/../" or "%XX" then the lost character in the request line was
       lost; the bug had appeared in 0.1.9.

    *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did
       not work.
2004-11-26 09:33:59 +00:00
Igor Sysoev
338bb788ec release-0.1.9 tag 2004-11-25 16:17:31 +00:00
Igor Sysoev
318609b939 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
ad0dae3c6e release-0.1.8 tag 2004-11-20 19:52:20 +00:00
Igor Sysoev
f1540ebec3 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
b932140242 release-0.1.7 tag 2004-11-12 14:35:09 +00:00
Igor Sysoev
04ba4f3bf3 nginx-0.1.7-RELEASE import
*) 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-12 14:35:09 +00:00
Igor Sysoev
0c95aa029b release-0.1.6 tag 2004-11-11 20:58:09 +00:00
Igor Sysoev
f672c006bb nginx-0.1.6-RELEASE import
*) Bugfix: some location directive combinations with the regular
       expressions caused the wrong configuration choose.
2004-11-11 20:58:09 +00:00
Igor Sysoev
13d6fa9ad8 release-0.1.5 tag 2004-11-11 14:07:14 +00:00
Igor Sysoev
6a32494021 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
0f45506eff release-0.1.4 tag 2004-10-26 06:27:24 +00:00
Igor Sysoev
45faac7f15 nginx-0.1.4-RELEASE import
*) Bugfix: in the ngx_http_autoindex_module.
2004-10-26 06:27:24 +00:00
Igor Sysoev
5df7c51a1d release-0.1.3 tag 2004-10-25 15:29:23 +00:00
Igor Sysoev
e7104f4c65 nginx-0.1.3-RELEASE import
*) Feature: the ngx_http_autoindex_module and the autoindex directive.

    *) Feature: the proxy_set_x_url directive.

    *) Bugfix: proxy module may get caught in an endless loop when sendfile
       is not used.
2004-10-25 15:29:23 +00:00
Igor Sysoev
2b8fbc0858 release-0.1.2 tag 2004-10-21 15:34:38 +00:00
Igor Sysoev
0512177f17 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
fdcf4dce87 delete the auto/cc file to create the auto/cc directory 2004-10-11 15:07:03 +00:00
Igor Sysoev
8ca6bdc260 release-0.1.1 tag 2004-10-11 15:07:03 +00:00
Igor Sysoev
dba8f273a3 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
30c432b865 release-0.1.0 tag 2004-10-04 15:04:06 +00:00
Igor Sysoev
3aa65f2d32 nginx-0.1.0-RELEASE import
*) The first public version.
2004-10-04 15:04:06 +00:00
Igor Sysoev
9db53698dd nginx-0.1.0-2004-10-04-00:02:06 import 2004-10-03 20:02:06 +00:00
Igor Sysoev
9ff67973c9 nginx-0.1.0-2004-10-01-19:53:53 import 2004-10-01 15:53:53 +00:00
Igor Sysoev
3cca9a9bf2 nginx-0.1.0-2004-09-30-23:44:38 import 2004-09-30 19:44:38 +00:00
Igor Sysoev
fcfc4923c6 nginx-0.1.0-2004-09-30-19:30:54 import 2004-09-30 15:30:54 +00:00
Igor Sysoev
03fca6a8f7 nginx-0.1.0-2004-09-30-10:38:49 import 2004-09-30 06:38:49 +00:00
Igor Sysoev
5408eec6de 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
457fd12895 nginx-0.1.0-2004-09-29-00:09:22 import 2004-09-28 20:09:22 +00:00
Igor Sysoev
b7be4ed7dd nginx-0.1.0-2004-09-28-19:44:42 import 2004-09-28 15:44:42 +00:00
Igor Sysoev
db40327334 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
3240dbaf73 nginx-0.1.0-2004-09-27-20:03:21 import 2004-09-27 16:03:21 +00:00
Igor Sysoev
833c5b2a3f nginx-0.0.12-2004-09-26-23:01:48 import 2004-09-26 19:01:48 +00:00
Igor Sysoev
b40a41c3a2 nginx-0.0.12-2004-09-24-20:12:19 import 2004-09-24 16:12:19 +00:00
Igor Sysoev
490d269f57 nginx-0.0.12-2004-09-23-20:39:34 import 2004-09-23 16:39:34 +00:00
Igor Sysoev
dba6144d57 nginx-0.0.11-2004-09-23-10:32:00 import 2004-09-23 06:32:00 +00:00
Igor Sysoev
e7c85b7673 nginx-0.0.11-2004-09-22-20:18:21 import 2004-09-22 16:18:21 +00:00
Igor Sysoev
dd6b5576f9 nginx-0.0.11-2004-09-21-23:55:00 import 2004-09-21 19:55:00 +00:00
Igor Sysoev
01fef37c58 nginx-0.0.11-2004-09-21-19:47:05 import 2004-09-21 15:47:05 +00:00
Igor Sysoev
3c6c18e23b nginx-0.0.11-2004-09-21-09:38:28 import 2004-09-21 05:38:28 +00:00
Igor Sysoev
683cfff8e5 nginx-0.0.11-2004-09-20-19:17:02 import 2004-09-20 15:17:02 +00:00
Igor Sysoev
4d669ffa06 nginx-0.0.11-2004-09-19-22:27:00 import 2004-09-19 18:27:00 +00:00
Igor Sysoev
d746ae8048 nginx-0.0.11-2004-09-17-20:07:35 import 2004-09-17 16:07:35 +00:00
Igor Sysoev
5d6795dd3a nginx-0.0.11-2004-09-16-20:10:13 import 2004-09-16 16:10:13 +00:00
Igor Sysoev
e0035c0af6 nginx-0.0.10-2004-09-15-20:00:43 import 2004-09-15 16:00:43 +00:00
Igor Sysoev
860cb20eee nginx-0.0.10-2004-09-14-23:39:54 import 2004-09-14 19:39:54 +00:00
Igor Sysoev
d3d4cea41a nginx-0.0.10-2004-09-14-19:55:24 import 2004-09-14 15:55:24 +00:00
Igor Sysoev
5ab583059f nginx-0.0.10-2004-09-14-09:45:22 import 2004-09-14 05:45:22 +00:00
Igor Sysoev
618396f82d nginx-0.0.10-2004-09-13-20:18:09 import 2004-09-13 16:18:09 +00:00