]> git.kaiwu.me - nginx.git/commit
nginx-0.3.17-RELEASE import release-0.3.17
authorIgor Sysoev <igor@sysoev.ru>
Sun, 18 Dec 2005 16:02:44 +0000 (16:02 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 18 Dec 2005 16:02:44 +0000 (16:02 +0000)
commit43f279dc9c57673ffdf6058590ee16f798fb0b24
tree70f1073e0a266f1888469712709df3817dc2df1b
parentd10f2fb86f787f8e5bffd5877f2a0cf72afb1d55
nginx-0.3.17-RELEASE import

    *) Change: now on Linux configure checks the presence of epoll and
       sendfile64() in kernel.

    *) Feature: the "map" directive supports domain names in the
       ".domain.tld" form.

    *) Bugfix: the timeouts were not used in SSL handshake; the bug had
       appeared in 0.2.4.

    *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.

    *) Bugfix: when the HTTPS protocol was used in the "proxy_pass"
       directive the port 80 was used by default.
auto/os/linux
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_hash.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_map_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http_config.c [new file with mode: 0644]
src/http/ngx_http_config.h
src/http/ngx_http_upstream.c