]> git.kaiwu.me - nginx.git/commit
nginx-0.1.33-RELEASE import release-0.1.33
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 May 2005 12:07:45 +0000 (12:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 May 2005 12:07:45 +0000 (12:07 +0000)
commit4959ec482e14884e6c132ed0533c6d62bcc89405
tree1993d130e544b3672fb4e612f805aaa8af140566
parentdebb8a42db100ed27e92cd8126b93844c8f9b3a8
nginx-0.1.33-RELEASE import

    *) Bugfix: nginx could not be built with the --without-pcre parameter;
       the bug had appeared in 0.1.29.

    *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one
       level cause the bus fault on start up.

    *) Bugfix: the HTTP protocol was specified in the HTTPS redirects.

    *) Bugfix: if the "rewrite" directive used the captures inside the "if"
       directive, then the 500 error code was returned.
28 files changed:
auto/cc/ccc
auto/cc/conf
auto/cc/name
auto/os/conf
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_config.h
src/core/ngx_connection.h
src/core/ngx_cycle.c
src/core/ngx_file.c
src/core/ngx_file.h
src/core/ngx_garbage_collector.c
src/core/ngx_inet.c
src/core/ngx_log.c
src/core/ngx_output_chain.c
src/core/ngx_string.c
src/core/ngx_times.c
src/core/ngx_unix_domain.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_script.c
src/http/ngx_http_script.h
src/os/unix/ngx_errno.h
src/os/unix/ngx_time.c
src/os/unix/ngx_time.h