nginx 1.0.1v1.0.1
commitbefba845aa2d6efd03e5581fcb4a7e75ea0d8f79
authorIgor Sysoev <igor@sysoev.ru>
Mon, 2 May 2011 20:00:00 +0000 (3 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 2 May 2011 20:00:00 +0000 (3 00:00 +0400)
tree7286cc490e1c745fb0b44c72a8e350997f2fb297
parentda96a891008625eb49466f3f859de1b09aeb09c7
nginx 1.0.1

    *) Change: now the "split_clients" directive uses MurmurHash2 algorithm
       because of better distribution.
       Thanks to Oleg Mamontov.

    *) Change: now long strings starting with zero are not considered as
       false values.
       Thanks to Maxim Dounin.

    *) Change: now nginx uses a default listen backlog value 511 on Linux.

    *) Feature: the $upstream_... variables may be used in the SSI and perl
       modules.

    *) Bugfix: now nginx limits better disk cache size.
       Thanks to Oleg Mamontov.

    *) Bugfix: a segmentation fault might occur while parsing incorrect
       IPv4 address; the bug had appeared in 0.9.3.
       Thanks to Maxim Dounin.

    *) Bugfix: nginx could not be built by gcc 4.6 without --with-debug
       option.

    *) Bugfix: nginx could not be built on Solaris 9 and earlier; the bug
       had appeared in 0.9.3.
       Thanks to Dagobert Michelsen.

    *) Bugfix: $request_time variable had invalid values if subrequests
       were used; the bug had appeared in 0.8.47.
       Thanks to Igor A. Valcov.
27 files changed:
CHANGES
CHANGES.ru
auto/lib/conf
auto/lib/md5/conf
auto/sources
auto/summary
auto/unix
src/core/nginx.h
src/core/ngx_core.h
src/core/ngx_inet.c
src/core/ngx_md5.c [new file with mode: 0644]
src/core/ngx_md5.h
src/core/ngx_murmurhash.c [new file with mode: 0644]
src/core/ngx_murmurhash.h [new file with mode: 0644]
src/core/ngx_open_file_cache.c
src/core/ngx_open_file_cache.h
src/core/ngx_resolver.c
src/event/modules/ngx_epoll_module.c
src/http/modules/ngx_http_split_clients_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_cache.h
src/http/ngx_http_core_module.c
src/http/ngx_http_file_cache.c
src/http/ngx_http_script.c
src/http/ngx_http_upstream.c
src/os/unix/ngx_files.h
src/os/unix/ngx_linux_config.h