nginx 0.3.17v0.3.17
commit844b5dcf2a7ddc60986cf0e9be5e8dc119b7287a
authorIgor Sysoev <igor@sysoev.ru>
Sat, 17 Dec 2005 21:00:00 +0000 (18 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sat, 17 Dec 2005 21:00:00 +0000 (18 00:00 +0300)
treefc0d512ce829a25d02b91220aa9b390bf50f3f27
parent1681d9d03344e51860b219c1c31f0976c23e8a06
nginx 0.3.17

    *) 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; bug 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.
12 files changed:
CHANGES
CHANGES.ru
auto/os/linux
auto/sources
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