comparison auto/sources @ 332:3a91bfeffaba NGINX_0_6_10

nginx 0.6.10 *) Feature: the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors" directives. *) Bugfix: socket leak; bug appeared in 0.6.7. *) Bugfix: a charset set by the "charset" directive was not appended to the "Content-Type" header set by $r->send_http_header(). *) Bugfix: a segmentation fault might occur in worker process if /dev/poll method was used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Sep 2007 00:00:00 +0400
parents 2ceaee987f37
children 1c519aff5c0c
comparison
equal deleted inserted replaced
331:b69d5e83bf82 332:3a91bfeffaba
27 src/core/ngx_times.h \ 27 src/core/ngx_times.h \
28 src/core/ngx_shmtx.h \ 28 src/core/ngx_shmtx.h \
29 src/core/ngx_connection.h \ 29 src/core/ngx_connection.h \
30 src/core/ngx_cycle.h \ 30 src/core/ngx_cycle.h \
31 src/core/ngx_conf_file.h \ 31 src/core/ngx_conf_file.h \
32 src/core/ngx_open_file_cache.h \
32 src/core/ngx_garbage_collector.h" 33 src/core/ngx_garbage_collector.h"
33 34
34 35
35 CORE_SRCS="src/core/nginx.c \ 36 CORE_SRCS="src/core/nginx.c \
36 src/core/ngx_log.c \ 37 src/core/ngx_log.c \
53 src/core/ngx_connection.c \ 54 src/core/ngx_connection.c \
54 src/core/ngx_cycle.c \ 55 src/core/ngx_cycle.c \
55 src/core/ngx_spinlock.c \ 56 src/core/ngx_spinlock.c \
56 src/core/ngx_cpuinfo.c \ 57 src/core/ngx_cpuinfo.c \
57 src/core/ngx_conf_file.c \ 58 src/core/ngx_conf_file.c \
59 src/core/ngx_open_file_cache.c \
58 src/core/ngx_garbage_collector.c" 60 src/core/ngx_garbage_collector.c"
59 61
60 62
61 REGEX_DEPS=src/core/ngx_regex.h 63 REGEX_DEPS=src/core/ngx_regex.h
62 REGEX_SRCS=src/core/ngx_regex.c 64 REGEX_SRCS=src/core/ngx_regex.c