]> git.kaiwu.me - nginx.git/commit
nginx-0.1.38-RELEASE import release-0.1.38
authorIgor Sysoev <igor@sysoev.ru>
Fri, 8 Jul 2005 14:34:20 +0000 (14:34 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 8 Jul 2005 14:34:20 +0000 (14:34 +0000)
commit5192b3651f2f44fb5769828a2a4060989c7e9c5f
treed1ef9dfd855e836c6f05b496be88dc835537d03f
parent549c6c644976dc694765d77110ebd2504ff7ce2b
nginx-0.1.38-RELEASE import

    *) Feature: the "limit_rate" directive is supported in in proxy and
       FastCGI mode.

    *) Feature: the "X-Accel-Limit-Rate" response header line is supported
       in proxy and FastCGI mode.

    *) Feature: the "break" directive.

    *) Feature: the "log_not_found" directive.

    *) Bugfix: the response status code was not changed when request was
       redirected by the ""X-Accel-Redirect" header line.

    *) Bugfix: the variables set by the "set" directive could not be used
       in SSI.

    *) Bugfix: the segmentation fault may occurred if the SSI page has more
       than one remote subrequest.

    *) Bugfix: nginx treated the backend response as invalid if the status
       line in the header was transferred in two packets; the bug had
       appeared in 0.1.29.

    *) Feature: the "ssi_types" directive.

    *) Feature: the "autoindex_exact_size" directive.

    *) Bugfix: the ngx_http_autoindex_module did not support the long file
       names in UTF-8.

    *) Feature: the IMAP/POP3 proxy.
37 files changed:
conf/nginx.conf
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_connection.h
src/core/ngx_palloc.c
src/core/ngx_string.c
src/core/ngx_string.h
src/event/modules/ngx_rtsig_module.c
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_proxy_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/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
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_script.c
src/http/ngx_http_script.h
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c
src/http/ngx_http_write_filter_module.c
src/imap/ngx_imap.h
src/imap/ngx_imap_auth_http_module.c
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_handler.c
src/imap/ngx_imap_parse.c
src/imap/ngx_imap_proxy_module.c
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_user.c