]> git.kaiwu.me - nginx.git/commit
nginx-0.1.28-RELEASE import release-0.1.28
authorIgor Sysoev <igor@sysoev.ru>
Fri, 8 Apr 2005 15:18:55 +0000 (15:18 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 8 Apr 2005 15:18:55 +0000 (15:18 +0000)
commit02f742b45eb8792053d3880641f45651d645e351
tree1d5893bcc89c8f879712aa80f9a98a42f397e2c0
parent87ff72436d289ae7b72a23138262e6d156490927
nginx-0.1.28-RELEASE import

    *) Bugfix: nginx hogs CPU while proxying the huge files.

    *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
35 files changed:
auto/sources
conf/mime.types
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_buf.c
src/core/ngx_buf.h
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_core.h
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_hash.c [new file with mode: 0644]
src/core/ngx_hash.h [new file with mode: 0644]
src/core/ngx_output_chain.c
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/core/ngx_table.h [deleted file]
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c [new file with mode: 0644]
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/proxy/ngx_http_proxy_handler.c
src/http/ngx_http.c
src/http/ngx_http.h
src/http/ngx_http_core_module.h
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_script.c
src/http/ngx_http_script.h
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_write_filter_module.c
src/os/unix/ngx_setproctitle.c