]> git.kaiwu.me - nginx.git/commit
nginx-0.3.20-RELEASE import release-0.3.20
authorIgor Sysoev <igor@sysoev.ru>
Wed, 11 Jan 2006 15:26:57 +0000 (15:26 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 11 Jan 2006 15:26:57 +0000 (15:26 +0000)
commitdf3254aa49c80b350ff4fa2eb50baf3cafbed71c
tree15a72baf5205f698354f529e4ba2d5846b558c4a
parent04ebcd942969bc479b4cc680eab6bf01f488f12f
nginx-0.3.20-RELEASE import

    *) Bugfix: in SSI handling.

    *) Bugfix: the ngx_http_memcached_module did not support the keys in
       the "/usr?args" form.
35 files changed:
auto/modules
auto/sources
docs/text/LICENSE
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_connection.h
src/core/ngx_hash.c
src/core/ngx_hash.h
src/core/ngx_output_chain.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_not_modified_filter_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.h [new file with mode: 0644]
src/http/modules/ngx_http_static_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_write_filter_module.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_sendfile_chain.c
src/os/unix/ngx_solaris_sendfilev_chain.c
src/os/unix/ngx_writev_chain.c