]> git.kaiwu.me - nginx.git/commit
nginx-0.3.42-RELEASE import release-0.3.42
authorIgor Sysoev <igor@sysoev.ru>
Wed, 26 Apr 2006 09:52:47 +0000 (09:52 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 26 Apr 2006 09:52:47 +0000 (09:52 +0000)
commit7f7846d8208c9179b7632eddc4a3165b3b10afbb
treed3255703d466de2d0e9199cad9186b227798d7cc
parent5026d3799b88b715bfe12c836d4263e861822cad
nginx-0.3.42-RELEASE import

    *) Feature: the "bind" option of the "listen" directive in IMAP/POP3
       proxy.

    *) Bugfix: if the same capture in the "rewrite" directive was used more
       then once.

    *) Bugfix: the $sent_http_content_type, $sent_http_content_length,
       $sent_http_last_modified, $sent_http_connection,
       $sent_http_keep_alive, and $sent_http_transfer_encoding variables
       were not written to access log.

    *) Bugfix: the $sent_http_cache_control returned value of the single
       "Cache-Control" response header line.
22 files changed:
auto/modules
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.h
src/event/ngx_event.c
src/event/ngx_event_accept.c
src/event/ngx_event_acceptex.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_script.c
src/http/ngx_http_script.h
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/imap/ngx_imap.c
src/imap/ngx_imap.h
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_handler.c