]> git.kaiwu.me - nginx.git/commit
nginx-0.1.35-RELEASE import release-0.1.35
authorIgor Sysoev <igor@sysoev.ru>
Tue, 7 Jun 2005 15:56:31 +0000 (15:56 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 7 Jun 2005 15:56:31 +0000 (15:56 +0000)
commit7b190b41b0d9885e523f3efd9efcbf94b6abe961
tree4a5e4edda3e4a287a4343e341df38b9c7495ee82
parent3c8b02a267b310fb0926ee3c63196f976720e113
nginx-0.1.35-RELEASE import

    *) Feature: the "working_directory" directive.

    *) Feature: the "port_in_redirect" directive.

    *) Bugfix: the segmentation fault was occurred if the backend response
       header was in several packets; the bug had appeared in 0.1.29.

    *) Bugfix: if more than 10 servers were configured or some server did
       not use the "listen" directive, then the segmentation fault was
       occurred on the start.

    *) Bugfix: the segmentation fault might occur if the response was
       bigger than the temporary file.

    *) Bugfix: nginx returned the 400 response on requests like
       "GET http://www.domain.com/uri HTTP/1.0"; the bug had appeared in
       0.1.28.
28 files changed:
auto/cc/gcc
auto/cc/icc
auto/modules
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_cycle.h
src/core/ngx_string.c
src/core/ngx_string.h
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http.c
src/http/ngx_http_config.h
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_parse.c
src/http/ngx_http_request.c
src/imap/ngx_imap.c
src/imap/ngx_imap.h
src/imap/ngx_imap_auth_http_module.c [new file with mode: 0644]
src/imap/ngx_imap_core_module.c [new file with mode: 0644]
src/imap/ngx_imap_handler.c
src/imap/ngx_imap_proxy_module.c [moved from src/imap/ngx_imap_proxy.c with 77% similarity]
src/os/unix/ngx_process_cycle.c