comparison auto/sources @ 56:3050baa54a26 NGINX_0_1_28

nginx 0.1.28 *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Apr 2005 00:00:00 +0400
parents 0d75d65c642f
children b55cbf18157e
comparison
equal deleted inserted replaced
55:729de7d75018 56:3050baa54a26
11 src/core/ngx_core.h \ 11 src/core/ngx_core.h \
12 src/core/ngx_log.h \ 12 src/core/ngx_log.h \
13 src/core/ngx_palloc.h \ 13 src/core/ngx_palloc.h \
14 src/core/ngx_array.h \ 14 src/core/ngx_array.h \
15 src/core/ngx_list.h \ 15 src/core/ngx_list.h \
16 src/core/ngx_table.h \ 16 src/core/ngx_hash.h \
17 src/core/ngx_buf.h \ 17 src/core/ngx_buf.h \
18 src/core/ngx_string.h \ 18 src/core/ngx_string.h \
19 src/core/ngx_parse.h \ 19 src/core/ngx_parse.h \
20 src/core/ngx_inet.h \ 20 src/core/ngx_inet.h \
21 src/core/ngx_file.h \ 21 src/core/ngx_file.h \
32 CORE_SRCS="src/core/nginx.c \ 32 CORE_SRCS="src/core/nginx.c \
33 src/core/ngx_log.c \ 33 src/core/ngx_log.c \
34 src/core/ngx_palloc.c \ 34 src/core/ngx_palloc.c \
35 src/core/ngx_array.c \ 35 src/core/ngx_array.c \
36 src/core/ngx_list.c \ 36 src/core/ngx_list.c \
37 src/core/ngx_hash.c \
37 src/core/ngx_buf.c \ 38 src/core/ngx_buf.c \
38 src/core/ngx_output_chain.c \ 39 src/core/ngx_output_chain.c \
39 src/core/ngx_string.c \ 40 src/core/ngx_string.c \
40 src/core/ngx_parse.c \ 41 src/core/ngx_parse.c \
41 src/core/ngx_inet.c \ 42 src/core/ngx_inet.c \
241 src/http/ngx_http_request.h \ 242 src/http/ngx_http_request.h \
242 src/http/ngx_http_config.h \ 243 src/http/ngx_http_config.h \
243 src/http/ngx_http_core_module.h \ 244 src/http/ngx_http_core_module.h \
244 src/http/ngx_http_cache.h \ 245 src/http/ngx_http_cache.h \
245 src/http/ngx_http_variables.h \ 246 src/http/ngx_http_variables.h \
247 src/http/ngx_http_script.h \
246 src/http/ngx_http_upstream.h \ 248 src/http/ngx_http_upstream.h \
247 src/http/ngx_http_busy_lock.h \ 249 src/http/ngx_http_busy_lock.h \
248 src/http/ngx_http_log_module.h" 250 src/http/ngx_http_log_module.h"
249 251
250 HTTP_SRCS="src/http/ngx_http.c \ 252 HTTP_SRCS="src/http/ngx_http.c \
256 src/http/ngx_http_write_filter_module.c \ 258 src/http/ngx_http_write_filter_module.c \
257 src/http/ngx_http_copy_filter_module.c \ 259 src/http/ngx_http_copy_filter_module.c \
258 src/http/ngx_http_log_module.c \ 260 src/http/ngx_http_log_module.c \
259 src/http/ngx_http_request_body.c \ 261 src/http/ngx_http_request_body.c \
260 src/http/ngx_http_variables.c \ 262 src/http/ngx_http_variables.c \
263 src/http/ngx_http_script.c \
261 src/http/ngx_http_upstream.c \ 264 src/http/ngx_http_upstream.c \
262 src/http/ngx_http_parse_time.c \ 265 src/http/ngx_http_parse_time.c \
263 src/http/modules/ngx_http_static_module.c \ 266 src/http/modules/ngx_http_static_module.c \
264 src/http/modules/ngx_http_index_module.c \ 267 src/http/modules/ngx_http_index_module.c \
265 src/http/modules/ngx_http_chunked_filter_module.c \ 268 src/http/modules/ngx_http_chunked_filter_module.c \
318 HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_module.h 321 HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_module.h
319 HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_module.c 322 HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_module.c
320 323
321 324
322 HTTP_PROXY_MODULE=ngx_http_proxy_module 325 HTTP_PROXY_MODULE=ngx_http_proxy_module
326 #HTTP_PROXY_SRCS=src/http/modules/ngx_http_proxy_module.c
327
323 HTTP_PROXY_INCS="src/http/modules/proxy" 328 HTTP_PROXY_INCS="src/http/modules/proxy"
324 HTTP_PROXY_DEPS=src/http/modules/proxy/ngx_http_proxy_handler.h 329 HTTP_PROXY_DEPS=src/http/modules/proxy/ngx_http_proxy_handler.h
325 HTTP_PROXY_SRCS="src/http/modules/proxy/ngx_http_proxy_handler.c \ 330 HTTP_PROXY_SRCS="src/http/modules/proxy/ngx_http_proxy_handler.c \
326 src/http/modules/proxy/ngx_http_proxy_upstream.c \ 331 src/http/modules/proxy/ngx_http_proxy_upstream.c \
327 src/http/modules/proxy/ngx_http_proxy_parse.c \ 332 src/http/modules/proxy/ngx_http_proxy_parse.c \