comparison auto/sources @ 160:73e8476f9142 NGINX_0_3_27

nginx 0.3.27 *) Change: the "variables_hash_max_size" and "variables_hash_bucket_size" directives. *) Feature: the $body_bytes_sent variable can be used not only in the "log_format" directive. *) Feature: the $ssl_protocol and $ssl_cipher variables. *) Feature: the cache line size detection for widespread CPUs at start time. *) Feature: now the "accept_mutex" directive is supported using fcntl(2) on platforms different from i386, amd64, sparc64, and ppc. *) Feature: the "lock_file" directive and the --with-lock-path=PATH autoconfiguration directive. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive then the requests with the body was not transferred.
author Igor Sysoev <http://sysoev.ru>
date Wed, 08 Feb 2006 00:00:00 +0300
parents bb61aa162c6b
children 87699398f955
comparison
equal deleted inserted replaced
159:25c27e983933 160:73e8476f9142
21 src/core/ngx_file.h \ 21 src/core/ngx_file.h \
22 src/core/ngx_crc.h \ 22 src/core/ngx_crc.h \
23 src/core/ngx_rbtree.h \ 23 src/core/ngx_rbtree.h \
24 src/core/ngx_radix_tree.h \ 24 src/core/ngx_radix_tree.h \
25 src/core/ngx_times.h \ 25 src/core/ngx_times.h \
26 src/core/ngx_shmtx.h \
26 src/core/ngx_connection.h \ 27 src/core/ngx_connection.h \
27 src/core/ngx_cycle.h \ 28 src/core/ngx_cycle.h \
28 src/core/ngx_conf_file.h \ 29 src/core/ngx_conf_file.h \
29 src/core/ngx_garbage_collector.h" 30 src/core/ngx_garbage_collector.h"
30 31
42 src/core/ngx_inet.c \ 43 src/core/ngx_inet.c \
43 src/core/ngx_file.c \ 44 src/core/ngx_file.c \
44 src/core/ngx_rbtree.c \ 45 src/core/ngx_rbtree.c \
45 src/core/ngx_radix_tree.c \ 46 src/core/ngx_radix_tree.c \
46 src/core/ngx_times.c \ 47 src/core/ngx_times.c \
48 src/core/ngx_shmtx.c \
47 src/core/ngx_connection.c \ 49 src/core/ngx_connection.c \
48 src/core/ngx_cycle.c \ 50 src/core/ngx_cycle.c \
49 src/core/ngx_spinlock.c \ 51 src/core/ngx_spinlock.c \
52 src/core/ngx_cpuinfo.c \
50 src/core/ngx_conf_file.c \ 53 src/core/ngx_conf_file.c \
51 src/core/ngx_garbage_collector.c" 54 src/core/ngx_garbage_collector.c"
52 55
53 56
54 REGEX_DEPS=src/core/ngx_regex.h 57 REGEX_DEPS=src/core/ngx_regex.h