]> git.kaiwu.me - nginx.git/commit
nginx-0.1.19-RELEASE import release-0.1.19
authorIgor Sysoev <igor@sysoev.ru>
Wed, 16 Feb 2005 13:40:36 +0000 (13:40 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 16 Feb 2005 13:40:36 +0000 (13:40 +0000)
commit1ebfead9da0596e8e84231f7ea8ba25a650a4d1e
tree15e18d104477e04ffb5fcb31b3fb43f20dcfe996
parent675cc5a855cec4acaae2937cb832c424e4d3bacf
nginx-0.1.19-RELEASE import

    *) Bugfix: now, if request contains the zero, then the 404 error is
       returned for the local requests.

    *) Bugfix: nginx could not be built on NetBSD 2.0.

    *) Bugfix: the timeout may occur while reading of the the client
       request body via SSL connections.
27 files changed:
auto/make
auto/modules
auto/options
auto/os/conf
auto/os/freebsd
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_radix_tree.c
src/core/ngx_radix_tree.h
src/core/ngx_times.c
src/event/modules/ngx_kqueue_module.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_autoindex_handler.c
src/http/modules/ngx_http_geo_module.c
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_index_handler.c
src/http/modules/ngx_http_ssi_filter.c
src/http/modules/ngx_http_static_handler.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_log_handler.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_write_filter.c
src/os/unix/ngx_linux_sendfile_chain.c