]> git.kaiwu.me - nginx.git/commit
nginx-0.1.2-RELEASE import release-0.1.2
authorIgor Sysoev <igor@sysoev.ru>
Thu, 21 Oct 2004 15:34:38 +0000 (15:34 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 21 Oct 2004 15:34:38 +0000 (15:34 +0000)
commitc0edbcce58b03b89c70f1eb39cb44c74c4c7453a
tree1ce72a5b51d724a0c054e079c2b1507ca85a145d
parentac64333a44f39d5a658832517a106961f32f6aae
nginx-0.1.2-RELEASE import

    *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS
       options in configure.

    *) Feature: the server_name directive supports *.domain.tld.

    *) Bugfix: the portability improvements.

    *) Bugfix: if configuration file was set in command line, the
       reconfiguration was impossible; the bug had appeared in 0.1.1.

    *) Bugfix: proxy module may get caught in an endless loop when sendfile
       is not used.

    *) Bugfix: with sendfile the response was not recoded according to the
       charset module directives; the bug had appeared in 0.1.1.

    *) Bugfix: very seldom bug in the kqueue processing.

    *) Bugfix: the gzip module compressed the proxied responses that was
       already compressed.
106 files changed:
auto/cc/bcc [new file with mode: 0644]
auto/cc/conf [new file with mode: 0644]
auto/cc/gcc [new file with mode: 0644]
auto/cc/icc [new file with mode: 0644]
auto/cc/msvc [new file with mode: 0644]
auto/cc/name [new file with mode: 0644]
auto/cc/owc [new file with mode: 0644]
auto/configure
auto/endianess
auto/feature
auto/fmt/fmt
auto/fmt/ptrfmt
auto/headers
auto/inc [deleted file]
auto/include [new file with mode: 0644]
auto/init
auto/install
auto/lib/md5/conf
auto/lib/md5/make
auto/lib/openssl/conf
auto/lib/pcre/conf
auto/lib/pcre/make
auto/lib/test
auto/lib/zlib/conf
auto/lib/zlib/make
auto/make
auto/options
auto/os/conf
auto/os/freebsd
auto/os/linux
auto/os/solaris
auto/os/win32 [new file with mode: 0644]
auto/sources
auto/stubs [new file with mode: 0644]
auto/types/sizeof
auto/types/typedef
auto/types/uintptr_t
auto/unix
conf/nginx.conf
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_buf.c
src/core/ngx_buf.h
src/core/ngx_conf_file.c
src/core/ngx_config.h
src/core/ngx_connection.h
src/core/ngx_core.h
src/core/ngx_cycle.c
src/core/ngx_log.c
src/core/ngx_log.h
src/core/ngx_output_chain.c
src/core/ngx_string.c
src/core/ngx_string.h
src/core/ngx_times.c
src/core/ngx_times.h
src/event/modules/ngx_epoll_module.c
src/event/modules/ngx_kqueue_module.c
src/event/modules/ngx_rtsig_module.c
src/event/ngx_event.c
src/event/ngx_event.h
src/event/ngx_event_accept.c
src/event/ngx_event_connect.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_charset_filter.c
src/http/modules/ngx_http_chunked_filter.c
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_headers_filter.c
src/http/modules/ngx_http_range_filter.c
src/http/modules/ngx_http_status_handler.c
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.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_header_filter.c
src/http/ngx_http_log_handler.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_write_filter.c
src/os/unix/ngx_files.c
src/os/unix/ngx_files.h
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_os.h
src/os/unix/ngx_posix_config.h
src/os/unix/ngx_posix_init.c
src/os/unix/ngx_process.c
src/os/unix/ngx_process.h
src/os/unix/ngx_process_cycle.c
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_recv.c
src/os/unix/ngx_send.c
src/os/unix/ngx_setproctitle.c
src/os/unix/ngx_socket.c
src/os/unix/ngx_socket.h
src/os/unix/ngx_solaris_config.h
src/os/unix/ngx_thread.h
src/os/unix/ngx_time.h
src/os/unix/ngx_writev_chain.c
src/os/win32/ngx_win32_config.h