]> git.kaiwu.me - nginx.git/commit
nginx-0.1.14-RELEASE import release-0.1.14
authorIgor Sysoev <igor@sysoev.ru>
Tue, 18 Jan 2005 13:03:58 +0000 (13:03 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 18 Jan 2005 13:03:58 +0000 (13:03 +0000)
commit02025fd6bdfa997f521c3b26a08aeba366308e84
tree44db6ebb4e310f97f4550b7d7d69932636764304
parent543d02a4427e1833f8f9bdb60e3ff5e9fe2eb21b
nginx-0.1.14-RELEASE import

    *) 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; the bug had 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.
73 files changed:
auto/cc/icc
auto/configure
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
docs/text/LICENSE
docs/xml/nginx/changes.xml
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_acceptex.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_script.c
src/http/ngx_http_script.h
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/imap/ngx_imap_handler.c
src/imap/ngx_imap_proxy.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
src/os/win32/ngx_win32_config.h