]> git.kaiwu.me - nginx.git/commit
nginx-0.3.53-RELEASE import release-0.3.53
authorIgor Sysoev <igor@sysoev.ru>
Fri, 7 Jul 2006 16:33:19 +0000 (16:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 7 Jul 2006 16:33:19 +0000 (16:33 +0000)
commit1765f475445a054994611d2053cc181fb3504615
treea816e7cada7b3bec35e866ee9b22f78bda6c5af8
parentb798d507122449c1baa85b1de47eec31cc0487a6
nginx-0.3.53-RELEASE import

    *) Change: the "add_header" directive adds the string to 204, 301, and
       302 responses.

    *) Feature: the "server" directive in the "upstream" context supports
       the "weight" parameter.

    *) Feature: the "server_name" directive supports the "*" wildcard.

    *) Feature: nginx supports the request body size more than 2G.

    *) Bugfix: if a client was successfully authorized using "satisfy_any
       on", then anyway the message "access forbidden by rule" was written
       in the log.

    *) Bugfix: the "PUT" method may erroneously not create a file and
       return the 409 code.

    *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx
       continued proxying anyway.
40 files changed:
docs/html/50x.html
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_inet.c
src/core/ngx_inet.h
src/core/ngx_parse.c
src/core/ngx_parse.h
src/event/modules/ngx_devpoll_module.c
src/event/modules/ngx_epoll_module.c
src/event/ngx_event.c
src/event/ngx_event_connect.c
src/http/modules/ngx_http_access_module.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_realip_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/perl/ngx_http_perl_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_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/imap/ngx_imap.h
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_proxy_module.c
src/os/unix/ngx_errno.h
src/os/win32/ngx_errno.h