comparison auto/sources @ 591:8c0cdd81580e release-0.3.17

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.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Dec 2005 16:02:44 +0000
parents d4e858a5751a
children 425af804d968
comparison
equal deleted inserted replaced
590:f43eb5e99ba7 591:8c0cdd81580e
264 src/http/ngx_http_busy_lock.h \ 264 src/http/ngx_http_busy_lock.h \
265 src/http/modules/ngx_http_log_module.h" 265 src/http/modules/ngx_http_log_module.h"
266 266
267 HTTP_SRCS="src/http/ngx_http.c \ 267 HTTP_SRCS="src/http/ngx_http.c \
268 src/http/ngx_http_core_module.c \ 268 src/http/ngx_http_core_module.c \
269 src/http/ngx_http_config.c \
269 src/http/ngx_http_special_response.c \ 270 src/http/ngx_http_special_response.c \
270 src/http/ngx_http_request.c \ 271 src/http/ngx_http_request.c \
271 src/http/ngx_http_parse.c \ 272 src/http/ngx_http_parse.c \
272 src/http/ngx_http_header_filter_module.c \ 273 src/http/ngx_http_header_filter_module.c \
273 src/http/ngx_http_write_filter_module.c \ 274 src/http/ngx_http_write_filter_module.c \