]> git.kaiwu.me - nginx.git/commit
nginx-0.3.38-RELEASE import release-0.3.38
authorIgor Sysoev <igor@sysoev.ru>
Fri, 14 Apr 2006 09:53:38 +0000 (09:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 14 Apr 2006 09:53:38 +0000 (09:53 +0000)
commit8a2b2fb4fbd1801a5fb70d86384f2c6fd13c32c3
treec0f7531cdc57da852f65d2d02bf11888bba63fe6
parent2b1b55d025e0444978e1fcf4580217eb391860e0
nginx-0.3.38-RELEASE import

    *) Feature: the ngx_http_dav_module.

    *) Change: the ngx_http_perl_module optimizations.
       Thanks to Sergey Skvortsov.

    *) Feature: the ngx_http_perl_module supports the $r->request_body_file
       method.

    *) Feature: the "client_body_in_file_only" directive.

    *) Workaround: now on disk overflow nginx tries to write access logs
       once a second only.
       Thanks to Anton Yuzhaninov and Maxim Dounin.

    *) Bugfix: now the "limit_rate" directive more precisely limits rate if
       rate is more than 100 Kbyte/s.
       Thanks to ForJest.

    *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in
       login and password to pass authorization server.
       Thanks to Maxim Dounin.
32 files changed:
auto/cc/msvc
auto/make
auto/modules
auto/options
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_file.c
src/core/ngx_file.h
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_dav_module.c [new file with mode: 0644]
src/http/modules/ngx_http_log_module.c
src/http/modules/perl/nginx.xs
src/http/modules/perl/ngx_http_perl_module.c
src/http/modules/perl/ngx_http_perl_module.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_special_response.c
src/http/ngx_http_write_filter_module.c
src/imap/ngx_imap_auth_http_module.c
src/os/unix/ngx_errno.h
src/os/unix/ngx_files.c
src/os/unix/ngx_files.h
src/os/win32/ngx_errno.h
src/os/win32/ngx_files.h