nginx 0.8.21v0.8.21
commite6df855ee6b43a41ebad16643c29665980c1274a
authorIgor Sysoev <igor@sysoev.ru>
Sun, 25 Oct 2009 21:00:00 +0000 (26 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 25 Oct 2009 21:00:00 +0000 (26 00:00 +0300)
treee114fca41178da27dc6e3802751d1e290abb0582
parenta6bc93f1dae2569c6076a6fa64f3f9256abbc3cb
nginx 0.8.21

    *) Feature: now the "-V" switch shows TLS SNI support.

    *) Feature: the "listen" directive of the HTTP module supports unix
       domain sockets.
       Thanks to Hongli Lai.

    *) Feature: the "default_server" parameter of the "listen" directive.

    *) Feature: now a "default" parameter is not required to set listen
       socket options.

    *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms;

    *) Bugfix: socket leak; the bug had appeared in 0.8.11.
19 files changed:
CHANGES
CHANGES.ru
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_cycle.c
src/core/ngx_inet.c
src/core/ngx_inet.h
src/event/ngx_event_accept.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_parse_time.c
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c
src/os/unix/ngx_process_cycle.c