comparison auto/unix @ 26:45fe5b98a9de NGINX_0_1_13

nginx 0.1.13 *) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
author Igor Sysoev <http://sysoev.ru>
date Tue, 21 Dec 2004 00:00:00 +0300
parents 8b6db3bda591
children 7ca9bdc82b3f
comparison
equal deleted inserted replaced
25:21488c53e135 26:45fe5b98a9de
27 27
28 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef 28 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
29 29
30 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef 30 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef
31 . auto/types/sizeof 31 . auto/types/sizeof
32 ngx_param=SIG_ATOMIC_T_SIZE; ngx_value=$ngx_size; . auto/types/value 32 ngx_param=NGX_SIG_ATOMIC_T_SIZE; ngx_value=$ngx_size; . auto/types/value
33 33
34 ngx_type="socklen_t"; ngx_types="uint32_t"; . auto/types/typedef 34 ngx_type="socklen_t"; ngx_types="uint32_t"; . auto/types/typedef
35 35
36 ngx_type="in_addr_t"; ngx_types="uint32_t"; . auto/types/typedef 36 ngx_type="in_addr_t"; ngx_types="uint32_t"; . auto/types/typedef
37 37
42 . auto/types/uintptr_t 42 . auto/types/uintptr_t
43 43
44 . auto/endianess 44 . auto/endianess
45 45
46 ngx_type="size_t"; . auto/types/sizeof 46 ngx_type="size_t"; . auto/types/sizeof
47 ngx_param=MAX_SIZE_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value 47 ngx_param=NGX_MAX_SIZE_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
48 ngx_param=NGX_SIZE_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
48 49
49 ngx_type="off_t"; . auto/types/sizeof 50 ngx_type="off_t"; . auto/types/sizeof
50 ngx_param=MAX_OFF_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value 51 ngx_param=NGX_MAX_OFF_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
52 ngx_param=NGX_OFF_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
51 53
52 ngx_type="time_t"; . auto/types/sizeof 54 ngx_type="time_t"; . auto/types/sizeof
53 ngx_param=TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value 55 ngx_param=NGX_TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value
54 ngx_param=TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value 56 ngx_param=NGX_TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
55 57
56 58
57 # syscalls, libc calls and some features 59 # syscalls, libc calls and some features
58 60
59 61