]> git.kaiwu.me - nginx.git/commit
nginx-0.3.13-RELEASE import release-0.3.13
authorIgor Sysoev <igor@sysoev.ru>
Mon, 5 Dec 2005 13:18:09 +0000 (13:18 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 5 Dec 2005 13:18:09 +0000 (13:18 +0000)
commitd3283ff9224a41a1a24c2d89f671811c0747480a
treee122c436f72f587622e8ec0e75632434045e330d
parent0624ed3d7eaa1995d9e5ec4292bd1eccda09cafc
nginx-0.3.13-RELEASE import

    *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS.

    *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and
       /dev/poll methods.

    *) Bugfix: in SSI handling.

    *) Bugfix: now Solaris sendfilev() is not used to transfer the client
       request body to FastCGI-server via the unix domain socket.

    *) Bugfix: the "auth_basic" directive did not disable the
       authorization; the bug had appeared in 0.3.11.
57 files changed:
auto/cc/gcc
auto/cc/msvc
auto/cc/owc
auto/endianess
auto/feature
auto/fmt/fmt [deleted file]
auto/fmt/ptrfmt [deleted file]
auto/fmt/xfmt [deleted file]
auto/lib/openssl/conf
auto/lib/openssl/make
auto/os/conf
auto/os/linux
auto/types/sizeof
auto/types/typedef
auto/unix
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_connection.h
src/core/ngx_hash.c
src/core/ngx_palloc.c
src/core/ngx_rbtree.h
src/core/ngx_resolver.c [new file with mode: 0644]
src/core/ngx_string.c
src/core/ngx_string.h
src/event/modules/ngx_kqueue_module.c
src/event/ngx_event_connect.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_geo_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_referer_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_static_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/http/ngx_http_variables.h
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/imap/ngx_imap_ssl_module.c
src/imap/ngx_imap_ssl_module.h
src/os/unix/ngx_recv.c