]> git.kaiwu.me - nginx.git/commit
nginx-0.1.9-RELEASE import release-0.1.9
authorIgor Sysoev <igor@sysoev.ru>
Thu, 25 Nov 2004 16:17:31 +0000 (16:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 25 Nov 2004 16:17:31 +0000 (16:17 +0000)
commitf69060481edeaca075669b50e34ca8ec821c2401
tree6fa6907cc2fdfe0ac6bcdf7f63e76a7f8b41f33f
parent865a7de474a13c5f1202f97fac31565f33a5e1a1
nginx-0.1.9-RELEASE import

    *) 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; the bug had appeared in
       0.1.8.
97 files changed:
auto/cc/bcc
auto/cc/conf
auto/cc/icc
auto/cc/msvc
auto/cc/owc
auto/configure
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
docs/xml/nginx/changes.xml
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
src/os/win32/ngx_os.h
src/os/win32/ngx_time.h
src/os/win32/ngx_win32_config.h