nginx 0.1.14v0.1.14
commit6b2925098ac2704b100ed6fb15f841afaaa8170b
authorIgor Sysoev <igor@sysoev.ru>
Mon, 17 Jan 2005 21:00:00 +0000 (18 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 17 Jan 2005 21:00:00 +0000 (18 00:00 +0300)
treeefdb5de0c8e25f85ca142604fc698249ab6ddfe3
parent9d723e9c7a9807400d9235cad44b5341459f7c76
nginx 0.1.14

    *) Feature: the autoconfiguration directives:
       --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
       --http-fastcgi-temp-path=PATH

    *) Change: the directory name for the temporary files with the client
       request body is specified by directive client_body_temp_path, by
       default it is <prefix>/client_body_temp.

    *) Feature: the ngx_http_fastcgi_module and the directives:
       fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
       fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
       fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
       fastcgi_busy_buffers_size, fastcgi_temp_path,
       fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
       fastcgi_next_upstream, and fastcgi_x_powered_by.

    *) Bugfix: the "[alert] zero size buf" error; bug appeared in 0.1.3.

    *) Change: the URI must be specified after the host name in the
       proxy_pass directive.

    *) Change: the %3F symbol in the URI was considered as the argument
       string start.

    *) Feature: the unix domain sockets support in the
       ngx_http_proxy_module.

    *) Feature: the ssl_engine and ssl_ciphers directives.
       Thanks to Sergey Skvortsov for SSL-accelerator.
68 files changed:
CHANGES
CHANGES.ru
LICENSE
auto/cc/icc
auto/lib/openssl/conf
auto/lib/openssl/make
auto/lib/zlib/make
auto/modules
auto/options
auto/os/conf
auto/sources
auto/summary
auto/unix
configure
src/core/nginx.c
src/core/nginx.h
src/core/ngx_buf.h
src/core/ngx_conf_file.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_core.h
src/core/ngx_cycle.c
src/core/ngx_file.c
src/core/ngx_file.h
src/core/ngx_inet.c
src/core/ngx_inet.h
src/core/ngx_output_chain.c
src/core/ngx_regex.c
src/core/ngx_string.c
src/core/ngx_string.h
src/core/ngx_unix_domain.c [new file with mode: 0644]
src/core/ngx_unix_domain.h [new file with mode: 0644]
src/event/ngx_event_accept.c
src/event/ngx_event_connect.c
src/event/ngx_event_connect.h
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_access_handler.c
src/http/modules/ngx_http_fastcgi_handler.c [new file with mode: 0644]
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h
src/http/modules/ngx_http_userid_filter.c
src/http/modules/proxy/ngx_http_proxy_handler.c
src/http/modules/proxy/ngx_http_proxy_handler.h
src/http/modules/proxy/ngx_http_proxy_header.c
src/http/modules/proxy/ngx_http_proxy_upstream.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_log_handler.c
src/http/ngx_http_log_handler.h
src/http/ngx_http_parse.c
src/http/ngx_http_parse_time.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c [new file with mode: 0644]
src/http/ngx_http_upstream.h [new file with mode: 0644]
src/http/ngx_http_write_filter.c
src/os/unix/ngx_freebsd_config.h
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_linux_sendfile_chain.c
src/os/unix/ngx_posix_config.h
src/os/unix/ngx_process_cycle.c
src/os/unix/ngx_solaris_config.h