nginx 0.3.13v0.3.13
commit2757dbf790ef5bd627512762cb17167838819f5f
authorIgor Sysoev <igor@sysoev.ru>
Sun, 4 Dec 2005 21:00:00 +0000 (5 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 4 Dec 2005 21:00:00 +0000 (5 00:00 +0300)
tree8014c454cffc4d954525547ce0ced027dcbb98c3
parent6bcf4ba69be862fd109348228c62de62f1ffa33d
nginx 0.3.13

    *) 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; bug appeared in 0.3.11.
57 files changed:
CHANGES
CHANGES.ru
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
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_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