]> git.kaiwu.me - nginx.git/commit
nginx-0.4.0-RELEASE import release-0.4.0
authorIgor Sysoev <igor@sysoev.ru>
Wed, 30 Aug 2006 10:39:17 +0000 (10:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 30 Aug 2006 10:39:17 +0000 (10:39 +0000)
commitda173abde0afa26b02c778d6475462ed487594c5
tree25362ec56c889a2284e6feb341d5b87f13b5beab
parent9cdd8a1cbcf70527db51eeab707a5bc05babdcf3
nginx-0.4.0-RELEASE import

    *) Change in internal API: the HTTP modules initialization was moved
       from the init module phase to the HTTP postconfiguration phase.

    *) Change: now the request body is not read beforehand for the
       ngx_http_perl_module: it's required to start the reading using the
       $r->has_request_body method.

    *) Feature: the ngx_http_perl_module supports the DECLINED return code.

    *) Feature: the ngx_http_dav_module supports the incoming "Date" header
       line for the PUT method.

    *) Feature: the "ssi" directive is available inside the "if" block.

    *) Bugfix: a segmentation fault occurred if there was an "index"
       directive with variables and the first index name was without
       variables; the bug had appeared in 0.1.29.
51 files changed:
auto/cc/gcc
auto/cc/icc
auto/lib/perl/conf
auto/lib/perl/make
auto/make
docs/GNUmakefile [new file with mode: 0644]
docs/xml/nginx/changes.xml
misc/GNUmakefile [new file with mode: 0644]
misc/README [new file with mode: 0644]
src/core/nginx.h
src/http/modules/ngx_http_access_module.c
src/http/modules/ngx_http_addition_filter_module.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/ngx_http_index_module.c
src/http/modules/ngx_http_not_modified_filter_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_realip_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_static_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/perl/Makefile.PL
src/http/modules/perl/nginx.pm
src/http/modules/perl/nginx.xs
src/http/modules/perl/ngx_http_perl_module.c
src/http/modules/perl/ngx_http_perl_module.h
src/http/ngx_http.c
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_write_filter_module.c
src/os/unix/ngx_files.c
src/os/unix/ngx_files.h
src/os/win32/nginx_icon16.xpm [new file with mode: 0644]
src/os/win32/nginx_icon32.xpm [new file with mode: 0644]
src/os/win32/nginx_tray.xpm [new file with mode: 0644]
src/os/win32/ngx_files.c
src/os/win32/ngx_files.h