nginx 0.1.1v0.1.1
commit5d9463272fe32c9a1deb6fb79ed6f4a7bd7df9a8
authorIgor Sysoev <igor@sysoev.ru>
Sun, 10 Oct 2004 20:00:00 +0000 (11 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 10 Oct 2004 20:00:00 +0000 (11 00:00 +0400)
tree30fd74fb848991b0fd72839ebdabe87b2c7c8792
parent19617a860d03d50f0a8a70fad54009ee8a4f0785
nginx 0.1.1

    *) 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.
54 files changed:
CHANGES [new file with mode: 0644]
CHANGES.ru [new file with mode: 0644]
auto/init
auto/install
auto/sources
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/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