]> git.kaiwu.me - nginx.git/commit
nginx-0.1.36-RELEASE import release-0.1.36
authorIgor Sysoev <igor@sysoev.ru>
Wed, 15 Jun 2005 18:33:41 +0000 (18:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 15 Jun 2005 18:33:41 +0000 (18:33 +0000)
commitb145b067e296fd0c72d764e36db7a97102045b2c
tree1604c71100a9ea0dc0be0f848ed7ed9dc7108843
parente08f105e27475ea77f5ceb39fc76d9cb2ba078d1
nginx-0.1.36-RELEASE import

    *) Change: if the request header has duplicate the "Host",
       "Connection", "Content-Length", or "Authorization" lines, then nginx
       now returns the 400 error.

    *) Change: the "post_accept_timeout" directive was canceled.

    *) Feature: the "default", "af=", "bl=", "deferred", and "bind"
       parameters of the "listen" directive.

    *) Feature: the FreeBSD accept filters support.

    *) Feature: the Linux TCP_DEFER_ACCEPT support.

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

    *) Bugfix: the new log file can be rotated by the -USR1 signal only if
       the reconfiguration by the -HUP signal was made twice.
23 files changed:
auto/cc/icc
auto/lib/pcre/conf
auto/lib/pcre/make
conf/nginx.conf
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_cycle.c
src/core/ngx_string.c
src/core/ngx_string.h
src/event/ngx_event_accept.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/imap/ngx_imap_core_module.c
src/os/unix/ngx_freebsd_config.h
src/os/unix/ngx_process_cycle.c