nginx 0.5.13v0.5.13
commite1250a5f77ced8ef150a80678b73041a4ac14a4e
authorIgor Sysoev <igor@sysoev.ru>
Sun, 18 Feb 2007 21:00:00 +0000 (19 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 18 Feb 2007 21:00:00 +0000 (19 00:00 +0300)
treedde15e68bbf29912688277041940f35892fe8664
parentc5f193ead7348e2424a3241832155c41482d5c83
nginx 0.5.13

    *) Feature: the COPY and MOVE methods.

    *) Bugfix: the ngx_http_realip_module set garbage for requests passed
       via keep-alive connection.

    *) Bugfix: nginx did not work on big-endian 64-bit Linux.
       Thanks to Andrei Nigmatulin.

    *) Bugfix: now when IMAP/POP3 proxy receives too long command it closes
       the connection right away, but not after timeout.

    *) Bugfix: if the "epoll" method was used and a client closed a
       connection prematurely, then nginx closed the connection after a
       send timeout only.

    *) Bugfix: nginx could not be built on platforms different from i386,
       amd64, sparc and ppc; bug appeared in 0.5.8.
26 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_inet.c
src/core/ngx_shmtx.h
src/core/ngx_string.c
src/core/ngx_string.h
src/http/modules/ngx_http_addition_filter_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_headers_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_realip_module.c
src/http/modules/ngx_http_referer_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/imap/ngx_imap_auth_http_module.c
src/imap/ngx_imap_handler.c
src/os/unix/ngx_socket.c