]> git.kaiwu.me - nginx.git/commit
nginx-0.1.24-RELEASE import release-0.1.24
authorIgor Sysoev <igor@sysoev.ru>
Fri, 4 Mar 2005 14:06:57 +0000 (14:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 4 Mar 2005 14:06:57 +0000 (14:06 +0000)
commit8184d1b3a72c31e7e6492fc189d687ce85548279
tree34e977c47f852d35117464b3cd5e82253fb4fa04
parent7ad4a94eee3e17e073d6e8b638b7bd0a2209d2df
nginx-0.1.24-RELEASE import

    *) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING
       and DOCUMENT_URI variables.

    *) Bugfix: the ngx_http_autoindex_module may some times return the 404
       response for existent directory, if this directory was used in
       "alias" directive.

    *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large
       responses.

    *) Bugfix: the lack of the "Referer" header line was always accounted
       as valid referrer.
56 files changed:
auto/cc/owc
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_buf.c
src/core/ngx_buf.h
src/core/ngx_conf_file.c
src/core/ngx_config.h
src/core/ngx_file.c
src/core/ngx_file.h
src/core/ngx_garbage_collector.c
src/core/ngx_garbage_collector.h
src/core/ngx_log.c
src/core/ngx_log.h
src/core/ngx_output_chain.c
src/core/ngx_radix_tree.c
src/core/ngx_regex.c
src/core/ngx_regex.h
src/core/ngx_times.c
src/core/ngx_times.h
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_poll_module.c
src/event/modules/ngx_rtsig_module.c
src/event/ngx_event.c
src/http/modules/ngx_http_access_handler.c
src/http/modules/ngx_http_autoindex_handler.c
src/http/modules/ngx_http_charset_filter.c
src/http/modules/ngx_http_fastcgi_handler.c
src/http/modules/ngx_http_headers_filter.c
src/http/modules/ngx_http_index_handler.c
src/http/modules/ngx_http_range_filter.c
src/http/modules/ngx_http_rewrite_handler.c
src/http/modules/ngx_http_ssi_filter.c
src/http/modules/ngx_http_static_handler.c
src/http/modules/ngx_http_userid_filter.c
src/http/modules/proxy/ngx_http_proxy_upstream.c
src/http/ngx_http.c
src/http/ngx_http.h
src/http/ngx_http_config.h
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_log_handler.c
src/http/ngx_http_request.c
src/http/ngx_http_special_response.c
src/http/ngx_http_variables.c [new file with mode: 0644]
src/http/ngx_http_variables.h [new file with mode: 0644]
src/http/ngx_http_write_filter.c
src/os/unix/ngx_daemon.c
src/os/unix/ngx_posix_init.c
src/os/win32/ngx_files.c
src/os/win32/ngx_win32_config.h