nginx 0.5.35v0.5.35
commitf5bb508a26e49c6f5dd0c4d74bcabeff8c6775c5
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jan 2008 21:00:00 +0000 (8 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 7 Jan 2008 21:00:00 +0000 (8 00:00 +0300)
tree54548203127f850de86623e28bab448a9fce3255
parentf477878c53a1d896aac05967224d59c4495ffe1a
nginx 0.5.35

    *) Change: now the ngx_http_userid_module adds start time microseconds
       to the cookie field contains a pid value.

    *) Change: now the uname(2) is used on Linux instead of procfs.
       Thanks to Ilya Novikov.

    *) Feature: the "If-Range" request header line support.
       Thanks to Alexander V. Inyukhin.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: large_client_header_buffers did not freed before going to
       keep-alive state.
       Thanks to Olexander Shtepa.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the $status variable was equal to 0 if a proxied server
       returned response in HTTP/0.9 version.

    *) Bugfix: if the "?" character was in a "error_page" directive, then
       it was escaped in a proxied request; bug appeared in 0.5.32.
18 files changed:
CHANGES
CHANGES.ru
LICENSE
src/core/nginx.h
src/core/ngx_slab.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_not_modified_filter_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/http/ngx_http_write_filter_module.c
src/os/unix/ngx_linux_config.h
src/os/unix/ngx_linux_init.c