nginx 0.1.38v0.1.38
commitbe4777ab728a2cd95c88bf24105dc7d1d8d88f7f
authorIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jul 2005 20:00:00 +0000 (8 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Thu, 7 Jul 2005 20:00:00 +0000 (8 00:00 +0400)
tree240ea60a633ce2ab1b6a9bb9ddbf06386a8e5814
parentbe85d22c5b9f7ea91be7eb77679e9e6727fc47b1
nginx 0.1.38

    *) 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; bug 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.
39 files changed:
CHANGES
CHANGES.ru
conf/nginx.conf
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.c [new file with mode: 0644]
src/imap/ngx_imap.h [new file with mode: 0644]
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 [new file with mode: 0644]
src/imap/ngx_imap_parse.c [new file with mode: 0644]
src/imap/ngx_imap_proxy_module.c [new file with mode: 0644]
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_user.c