]> git.kaiwu.me - nginx.git/commit
nginx-0.3.6-RELEASE import release-0.3.6
authorIgor Sysoev <igor@sysoev.ru>
Mon, 24 Oct 2005 15:09:41 +0000 (15:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 24 Oct 2005 15:09:41 +0000 (15:09 +0000)
commit9ac946bcc9f8f3735af8eb253c1e89f177db5827
tree0d42898bfbe5931131d4544699b18c9d697d2cef
parent51d8bcc28b729a8a3056a0c98e2c44e466351141
nginx-0.3.6-RELEASE import

    *) Change: now the IMAP/POP3 proxy do not send the empty login to
       authorization server.

    *) Feature: the "log_format" supports the variables in the $name form.

    *) Bugfix: if at least in one server was no the "listen" directive,
       then nginx did not listen on the 80 port; the bug had appeared in
       0.3.3.

    *) Bugfix: if the URI part is omitted in "proxy_pass" directive, the
       the 80 port was always used.
22 files changed:
auto/sources
auto/threads
conf/nginx.conf
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_inet.c
src/core/ngx_output_chain.c
src/http/modules/ngx_http_log_module.c [moved from src/http/ngx_http_log_module.c with 90% similarity]
src/http/modules/ngx_http_log_module.h [moved from src/http/ngx_http_log_module.h with 100% similarity]
src/http/modules/ngx_http_ssi_filter_module.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_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c
src/imap/ngx_imap_handler.c