nginx 1.1.4v1.1.4
commitaf6e33ecc6d40abd2911d774018ee7538737d561
authorIgor Sysoev <igor@sysoev.ru>
Mon, 19 Sep 2011 20:00:00 +0000 (20 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 19 Sep 2011 20:00:00 +0000 (20 00:00 +0400)
tree2b3effcc3781c00b66e25b5fc5cdeb97f4af962a
parentea7dc32028b6eef431bf391a8f8c898d79089c84
nginx 1.1.4

    *) Feature: the ngx_http_upstream_keepalive module.

    *) Feature: the "proxy_http_version" directive.

    *) Feature: the "fastcgi_keep_conn" directive.

    *) Feature: the "worker_aio_requests" directive.

    *) Bugfix: if nginx was built --with-file-aio it could not be run on
       Linux kernel which did not support AIO.

    *) Bugfix: in Linux AIO error processing.
       Thanks to Hagai Avrahami.

    *) Bugfix: reduced memory consumption for long-lived requests.

    *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
       "co64" atom.
41 files changed:
CHANGES
CHANGES.ru
auto/modules
auto/options
auto/sources
html/ngx_core_module.html
src/core/nginx.h
src/core/ngx_buf.c
src/core/ngx_buf.h
src/core/ngx_cycle.c
src/core/ngx_output_chain.c
src/core/ngx_palloc.c
src/core/ngx_string.c
src/event/modules/ngx_epoll_module.c
src/event/ngx_event.c
src/event/ngx_event_pipe.c
src/event/ngx_event_pipe.h
src/event/ngx_event_timer.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_mp4_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_upstream_keepalive_module.c [new file with mode: 0644]
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_parse.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/os/unix/ngx_errno.c
src/os/unix/ngx_file_aio_read.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_aio_read.c
src/os/unix/ngx_process.c
src/os/unix/ngx_process_cycle.c