]> git.kaiwu.me - nginx.git/commit
nginx-0.3.16-RELEASE import release-0.3.16
authorIgor Sysoev <igor@sysoev.ru>
Fri, 16 Dec 2005 15:07:08 +0000 (15:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 16 Dec 2005 15:07:08 +0000 (15:07 +0000)
commit2402502c2f35b831ee89369a532b1ff4e4e19947
tree37fb834956f497f8b2d2862c6c3514e1a25bfb37
parent74297c285ef173784cac505fd406267ac7c8d3c7
nginx-0.3.16-RELEASE import

    *) Feature: the ngx_http_map_module.

    *) Feature: the "types_hash_max_size" and "types_hash_bucket_size"
       directives.

    *) Feature: the "ssi_value_length" directive.

    *) Feature: the "worker_rlimit_core" directive.

    *) Workaround: the connection number in logs was always 1 if nginx was
       built by the icc 8.1 or 9.0 compilers with optimization for
       Pentium 4.

    *) Bugfix: the "config timefmt" SSI command set incorrect time format.

    *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the
       SSL connections; the bug had appeared in 0.3.13.
       Thanks to Rob Mueller.

    *) Bugfix: segmentation fault may occurred in at SSL shutdown; the bug
       had appeared in 0.3.13.
41 files changed:
auto/cc/gcc
auto/cc/icc
auto/modules
auto/options
auto/os/conf
auto/sources
conf/mime.types
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_config.h
src/core/ngx_cycle.h
src/core/ngx_hash.c
src/core/ngx_hash.h
src/core/ngx_log.c
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/core/ngx_string.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_geo_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_map_module.c [new file with mode: 0644]
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c
src/imap/ngx_imap_proxy_module.c
src/os/unix/ngx_alloc.c
src/os/unix/ngx_alloc.h
src/os/unix/ngx_gcc_atomic_x86.h
src/os/unix/ngx_linux_sendfile_chain.c
src/os/unix/ngx_posix_init.c
src/os/unix/ngx_process_cycle.c
src/os/win32/ngx_alloc.c
src/os/win32/ngx_alloc.h
src/os/win32/ngx_win32_init.c