nginx 0.7.8v0.7.8
commit09d55c740999b969abdc91d46dbe5fce8b1ba3d5
authorIgor Sysoev <igor@sysoev.ru>
Sun, 3 Aug 2008 20:00:00 +0000 (4 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 3 Aug 2008 20:00:00 +0000 (4 00:00 +0400)
treef4e517379e41252071b525a8f9242f0823b38dda
parent4f452de80566603a9fcbc0f150a3d4549248c3d4
nginx 0.7.8

    *) Feature: the ngx_http_xslt_module.

    *) Feature: the "$arg_..." variables.

    *) Feature: Solaris directio support.
       Thanks to Ivan Debnar.

    *) Bugfix: now if FastCGI server sends a "Location" header line without
       status line, then nginx uses 302 status code.
       Thanks to Maxim Dounin.
32 files changed:
auto/feature
auto/lib/conf
auto/lib/libxslt/conf [new file with mode: 0644]
auto/lib/pcre/conf
auto/modules
auto/options
auto/os/features
auto/sources
src/core/nginx.h
src/core/ngx_hash.c
src/core/ngx_hash.h
src/core/ngx_string.c
src/core/ngx_string.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_map_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_sub_filter_module.c
src/http/modules/ngx_http_xslt_filter_module.c [new file with mode: 0644]
src/http/modules/perl/nginx.pm
src/http/modules/perl/nginx.xs
src/http/ngx_http.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_script.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/os/unix/ngx_atomic.h
src/os/unix/ngx_files.h