nginx 0.1.9v0.1.9
commite595033257da44472c9558896e79e80ceb9a245a
authorIgor Sysoev <igor@sysoev.ru>
Wed, 24 Nov 2004 21:00:00 +0000 (25 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Wed, 24 Nov 2004 21:00:00 +0000 (25 00:00 +0300)
tree13e2389458985032060275fb70560d95a79ddd30
parent382b3a6e6c01f8db86a8e5eb1392babcf3f82a8d
nginx 0.1.9

    *) Bugfix: the proxied request was sent without arguments if the
       request contains "//", "/./", "/../" or "%XX".

    *) Bugfix: the large compressed responses may be transferred not
       completely.

    *) Bugfix: the files bigger than 2G was not transferred on Linux that
       does not support sendfile64().

    *) Bugfix: while the build configuration on Linux the
       --with-poll_module parameter was required; bug appeared in 0.1.8.
95 files changed:
CHANGES
CHANGES.ru
auto/cc/bcc
auto/cc/conf
auto/cc/icc
auto/cc/msvc
auto/cc/owc
auto/endianess
auto/feature
auto/func [deleted file]
auto/init
auto/install
auto/lib/md5/conf
auto/lib/md5/make
auto/lib/openssl/conf
auto/lib/openssl/make
auto/lib/pcre/conf
auto/lib/pcre/make
auto/lib/zlib/conf
auto/lib/zlib/make
auto/make
auto/modules
auto/options
auto/os/conf
auto/os/freebsd
auto/os/linux
auto/os/solaris
auto/os/win32
auto/summary
auto/threads
auto/unix
configure
src/core/nginx.c
src/core/nginx.h
src/core/ngx_buf.c
src/core/ngx_config.h
src/core/ngx_connection.h
src/core/ngx_output_chain.c
src/core/ngx_times.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_kqueue_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.h
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/event/ngx_event_pipe.c
src/event/ngx_event_posted.c
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_index_handler.c
src/http/modules/proxy/ngx_http_proxy_cache.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_upstream.c
src/http/ngx_http_cache.c
src/http/ngx_http_cache.h
src/http/ngx_http_core_module.c
src/http/ngx_http_file_cache.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/os/unix/ngx_aio_read.c
src/os/unix/ngx_aio_write.c
src/os/unix/ngx_alloc.c
src/os/unix/ngx_alloc.h
src/os/unix/ngx_channel.c
src/os/unix/ngx_errno.c
src/os/unix/ngx_errno.h
src/os/unix/ngx_files.c
src/os/unix/ngx_freebsd_config.h
src/os/unix/ngx_freebsd_init.c
src/os/unix/ngx_freebsd_rfork_thread.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_linux_init.c
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_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_shared.c
src/os/unix/ngx_socket.c
src/os/unix/ngx_socket.h
src/os/unix/ngx_solaris_config.h
src/os/unix/ngx_solaris_init.c
src/os/unix/ngx_thread.h
src/os/unix/ngx_time.c
src/os/unix/ngx_time.h
src/os/unix/ngx_writev_chain.c