]> git.kaiwu.me - nginx.git/commit
nginx-0.1.45-RELEASE import release-0.1.45
authorIgor Sysoev <igor@sysoev.ru>
Thu, 8 Sep 2005 14:36:09 +0000 (14:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 8 Sep 2005 14:36:09 +0000 (14:36 +0000)
commite573380f247f4840dd27b40e76c587196a84f106
tree2bf9b16bbd3f9213fcb05fe3962938f24bf02677
parent6f8cd96a9b0394589fbcfa75e9d26ef4f881d51b
nginx-0.1.45-RELEASE import

    *) Change: the "ssl_engine" directive was canceled in the
       ngx_http_ssl_module and now is introduced at global level.

    *) Bugfix: the responses with SSI subrequests did not transferred via
       SSL connection.

    *) Various bug fixes in the IMAP/POP3 proxy.
60 files changed:
auto/lib/openssl/conf
auto/make
auto/modules
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_connection.c
src/core/ngx_log.c
src/event/modules/ngx_aio_module.c
src/event/modules/ngx_devpoll_module.c
src/event/modules/ngx_epoll_module.c
src/event/modules/ngx_iocp_module.c
src/event/modules/ngx_kqueue_module.c
src/event/modules/ngx_poll_module.c
src/event/modules/ngx_rtsig_module.c
src/event/modules/ngx_select_module.c
src/event/ngx_event.c
src/event/ngx_event_connect.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_access_module.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_geo_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_index_module.c
src/http/modules/ngx_http_not_modified_filter_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h
src/http/modules/ngx_http_static_module.c
src/http/modules/ngx_http_stub_status_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/ngx_http.c
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_log_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_write_filter_module.c
src/imap/ngx_imap.c
src/imap/ngx_imap.h
src/imap/ngx_imap_auth_http_module.c
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_handler.c
src/imap/ngx_imap_proxy_module.c
src/imap/ngx_imap_ssl_module.c
src/os/unix/ngx_posix_init.c
src/os/win32/ngx_win32_init.c