]> git.kaiwu.me - nginx.git/commit
nginx-0.1.1-RELEASE import release-0.1.1
authorIgor Sysoev <igor@sysoev.ru>
Mon, 11 Oct 2004 15:07:03 +0000 (15:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 11 Oct 2004 15:07:03 +0000 (15:07 +0000)
commit924bd79e317e9a137c0d1b9d349185758a628ec4
treef877c8b19e53e7d0a7683e3dd9aeb713146c4a8f
parentaef13d7f6660f4f8d2c50c95b8e182e62c115f88
nginx-0.1.1-RELEASE import

    *) Feature: the gzip_types directive.

    *) Feature: the tcp_nodelay directive.

    *) Feature: the send_lowat directive is working not only on OSes that
       support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.

    *) Feature: the setproctitle() emulation for Linux and Solaris.

    *) Bugfix: the "Location" header rewrite bug fixed while the proxying.

    *) Bugfix: the ngx_http_chunked_module module may get caught in an
       endless loop.

    *) Bugfix: the /dev/poll module bugs fixed.

    *) Bugfix: the responses were corrupted when the temporary files were
       used while the proxying.

    *) Bugfix: the unescaped requests were passed to the backend.

    *) Bugfix: while the build configuration on Linux 2.4 the
       --with-poll_module parameter was required.
58 files changed:
auto/init
auto/install
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_buf.c
src/core/ngx_conf_file.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_cycle.c
src/core/ngx_output_chain.c
src/core/ngx_palloc.c
src/core/ngx_string.c
src/core/ngx_string.h
src/event/modules/ngx_devpoll_module.c
src/event/modules/ngx_rtsig_module.c
src/event/ngx_event.c
src/event/ngx_event.h
src/event/ngx_event_openssl.c
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_chunked_filter.c
src/http/modules/ngx_http_gzip_filter.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_parse.c
src/http/modules/proxy/ngx_http_proxy_upstream.c
src/http/ngx_http_copy_filter.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_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/imap/ngx_imap_proxy.c
src/os/unix/ngx_errno.c
src/os/unix/ngx_freebsd.h
src/os/unix/ngx_freebsd_config.h
src/os/unix/ngx_freebsd_init.c
src/os/unix/ngx_linux.h
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_linux_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_process_cycle.h
src/os/unix/ngx_setproctitle.c [new file with mode: 0644]
src/os/unix/ngx_socket.c
src/os/unix/ngx_solaris.h
src/os/unix/ngx_solaris_config.h
src/os/unix/ngx_solaris_init.c
src/os/unix/ngx_solaris_sendfilev_chain.c
src/os/win32/ngx_process.c
src/os/win32/ngx_process.h
src/os/win32/ngx_process_cycle.c
src/os/win32/ngx_process_cycle.h