]> git.kaiwu.me - nginx.git/commit
nginx-0.3.24-RELEASE import release-0.3.24
authorIgor Sysoev <igor@sysoev.ru>
Wed, 1 Feb 2006 18:22:15 +0000 (18:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 1 Feb 2006 18:22:15 +0000 (18:22 +0000)
commit9e58019dc287493e02543d614c975cc14295a71e
tree328bccfba6e86794eafc546a7cb7ec8aff007b7f
parente8038c0d1a044f2046d5f7adeb1586d17a5bd81a
nginx-0.3.24-RELEASE import

    *) Workaround: for bug in FreeBSD kqueue.

    *) Bugfix: now a response generated by the "post_action" directive is
       not transferred to a client.

    *) Bugfix: the memory leaks were occurring if many log files were used.

    *) Bugfix: the first "proxy_redirect" directive was working inside one
       location.

    *) Bugfix: on 64-bit platforms segmentation fault may occurred on start
       if the many names were used in the "server_name" directives; the bug
       had appeared in 0.3.18.
25 files changed:
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_array.c
src/core/ngx_conf_file.c
src/core/ngx_config.h
src/core/ngx_connection.c
src/core/ngx_core.h
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/event/ngx_event.c
src/event/ngx_event_busy_lock.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_recv.c
src/os/unix/ngx_shared.c [deleted file]
src/os/unix/ngx_shmem.c [new file with mode: 0644]
src/os/unix/ngx_shmem.h [moved from src/os/unix/ngx_shared.h with 52% similarity]
src/os/win32/ngx_shared.h [deleted file]
src/os/win32/ngx_shmem.c [new file with mode: 0644]
src/os/win32/ngx_shmem.h [new file with mode: 0644]