]> git.kaiwu.me - nginx.git/commit
nginx-0.1.3-RELEASE import release-0.1.3
authorIgor Sysoev <igor@sysoev.ru>
Mon, 25 Oct 2004 15:29:23 +0000 (15:29 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 25 Oct 2004 15:29:23 +0000 (15:29 +0000)
commit723e6cc248470b95f62e338cd5e1a6514975f9cc
treedd9fb2b16d384f241c2303d3cbb6e25aeeb89ab0
parent4925ed843a96d9b2dbb41ef961cc37e9fa03539a
nginx-0.1.3-RELEASE import

    *) Feature: the ngx_http_autoindex_module and the autoindex directive.

    *) Feature: the proxy_set_x_url directive.

    *) Bugfix: proxy module may get caught in an endless loop when sendfile
       is not used.
30 files changed:
auto/configure
auto/modules
auto/options
auto/sources
auto/summary
auto/threads
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_file.h
src/core/ngx_garbage_collector.c
src/core/ngx_string.c
src/event/ngx_event_connect.h
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_autoindex_handler.c [new file with mode: 0644]
src/http/modules/ngx_http_index_handler.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_core_module.c
src/http/ngx_http_header_filter.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/os/unix/ngx_errno.c
src/os/unix/ngx_errno.h
src/os/unix/ngx_files.c
src/os/unix/ngx_files.h
src/os/unix/ngx_types.h
src/os/win32/ngx_files.c
src/os/win32/ngx_files.h
src/os/win32/ngx_types.h