]> git.kaiwu.me - nginx.git/commit
nginx-0.3.27-RELEASE import release-0.3.27
authorIgor Sysoev <igor@sysoev.ru>
Wed, 8 Feb 2006 15:33:12 +0000 (15:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 8 Feb 2006 15:33:12 +0000 (15:33 +0000)
commitffe714403d604b385c89daa7fe5a83860a672a54
tree24ce46a2354a79212f91fdbc3d6045ea340c3f12
parent2446d5d6adf67d81883024ffb20ec21d146c0450
nginx-0.3.27-RELEASE import

    *) Change: the "variables_hash_max_size" and
       "variables_hash_bucket_size" directives.

    *) Feature: the $body_bytes_sent variable can be used not only in the
       "log_format" directive.

    *) Feature: the $ssl_protocol and $ssl_cipher variables.

    *) Feature: the cache line size detection for widespread CPUs at start
       time.

    *) Feature: now the "accept_mutex" directive is supported using
       fcntl(2) on platforms different from i386, amd64, sparc64, and ppc.

    *) Feature: the "lock_file" directive and the --with-lock-path=PATH
       autoconfiguration directive.

    *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
       then the requests with the body was not transferred.
40 files changed:
auto/configure
auto/options
auto/sources
conf/nginx.conf
docs/xml/nginx/changes.xml
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_core.h
src/core/ngx_cpuinfo.c [new file with mode: 0644]
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_shmtx.c [new file with mode: 0644]
src/core/ngx_shmtx.h [new file with mode: 0644]
src/core/ngx_spinlock.c
src/event/ngx_event.c
src/event/ngx_event.h
src/event/ngx_event_accept.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_referer_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/http/ngx_http_variables.h
src/os/unix/ngx_atomic.h
src/os/unix/ngx_files.c
src/os/unix/ngx_files.h
src/os/unix/ngx_gcc_atomic_amd64.h
src/os/unix/ngx_gcc_atomic_ppc.h
src/os/unix/ngx_gcc_atomic_sparc64.h
src/os/unix/ngx_gcc_atomic_x86.h
src/os/unix/ngx_posix_init.c
src/os/unix/ngx_sunpro_atomic_sparc64.h
src/os/win32/ngx_atomic.h