comparison auto/sources @ 348:e10168d6e371 NGINX_0_6_18

nginx 0.6.18 *) Change: now the ngx_http_userid_module adds start time microseconds to the cookie field contains a pid value. *) Change: now the full request line instead of URI only is written to error_log. *) Feature: variables support in the "proxy_pass" directive. *) Feature: the "resolver" and "resolver_timeout" directives. *) Feature: now the directive "add_header last-modified ''" deletes a "Last-Modified" response header line. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2007 00:00:00 +0300
parents 4276c2f1f434
children 583decdb82a4
comparison
equal deleted inserted replaced
347:d53199b68e17 348:e10168d6e371
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_hash.h \ 16 src/core/ngx_hash.h \
17 src/core/ngx_buf.h \ 17 src/core/ngx_buf.h \
18 src/core/ngx_queue.h \
18 src/core/ngx_string.h \ 19 src/core/ngx_string.h \
19 src/core/ngx_parse.h \ 20 src/core/ngx_parse.h \
20 src/core/ngx_inet.h \ 21 src/core/ngx_inet.h \
21 src/core/ngx_file.h \ 22 src/core/ngx_file.h \
22 src/core/ngx_crc.h \ 23 src/core/ngx_crc.h \
29 src/core/ngx_times.h \ 30 src/core/ngx_times.h \
30 src/core/ngx_shmtx.h \ 31 src/core/ngx_shmtx.h \
31 src/core/ngx_connection.h \ 32 src/core/ngx_connection.h \
32 src/core/ngx_cycle.h \ 33 src/core/ngx_cycle.h \
33 src/core/ngx_conf_file.h \ 34 src/core/ngx_conf_file.h \
35 src/core/ngx_resolver.h \
34 src/core/ngx_open_file_cache.h \ 36 src/core/ngx_open_file_cache.h \
35 src/core/ngx_garbage_collector.h" 37 src/core/ngx_garbage_collector.h"
36 38
37 39
38 CORE_SRCS="src/core/nginx.c \ 40 CORE_SRCS="src/core/nginx.c \
56 src/core/ngx_connection.c \ 58 src/core/ngx_connection.c \
57 src/core/ngx_cycle.c \ 59 src/core/ngx_cycle.c \
58 src/core/ngx_spinlock.c \ 60 src/core/ngx_spinlock.c \
59 src/core/ngx_cpuinfo.c \ 61 src/core/ngx_cpuinfo.c \
60 src/core/ngx_conf_file.c \ 62 src/core/ngx_conf_file.c \
63 src/core/ngx_resolver.c \
61 src/core/ngx_open_file_cache.c \ 64 src/core/ngx_open_file_cache.c \
62 src/core/ngx_garbage_collector.c" 65 src/core/ngx_garbage_collector.c"
63 66
64 67
65 REGEX_DEPS=src/core/ngx_regex.h 68 REGEX_DEPS=src/core/ngx_regex.h