comparison auto/sources @ 406:79c5df00501e NGINX_0_7_15

nginx 0.7.15 *) Feature: the ngx_http_random_index_module. *) Feature: the "directio" directive has been optimized for file requests starting from arbitrary position. *) Feature: the "directio" directive turns off sendfile if it is necessary. *) Feature: now nginx allows underscores in a client request header line names.
author Igor Sysoev <http://sysoev.ru>
date Mon, 08 Sep 2008 00:00:00 +0400
parents 05981f639d21
children b246022ef454
comparison
equal deleted inserted replaced
405:2993e60bc4e0 406:79c5df00501e
129 129
130 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix" 130 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix"
131 131
132 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ 132 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \
133 src/os/unix/ngx_time.h \ 133 src/os/unix/ngx_time.h \
134 src/os/unix/ngx_types.h \
135 src/os/unix/ngx_errno.h \ 134 src/os/unix/ngx_errno.h \
136 src/os/unix/ngx_alloc.h \ 135 src/os/unix/ngx_alloc.h \
137 src/os/unix/ngx_files.h \ 136 src/os/unix/ngx_files.h \
138 src/os/unix/ngx_channel.h \ 137 src/os/unix/ngx_channel.h \
139 src/os/unix/ngx_shmem.h \ 138 src/os/unix/ngx_shmem.h \
206 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32" 205 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32"
207 206
208 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \ 207 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \
209 src/os/win32/ngx_win32_config.h \ 208 src/os/win32/ngx_win32_config.h \
210 src/os/win32/ngx_time.h \ 209 src/os/win32/ngx_time.h \
211 src/os/win32/ngx_types.h \
212 src/os/win32/ngx_errno.h \ 210 src/os/win32/ngx_errno.h \
213 src/os/win32/ngx_alloc.h \ 211 src/os/win32/ngx_alloc.h \
214 src/os/win32/ngx_files.h \ 212 src/os/win32/ngx_files.h \
215 src/os/win32/ngx_shmem.h \ 213 src/os/win32/ngx_shmem.h \
216 src/os/win32/ngx_process.h \ 214 src/os/win32/ngx_process.h \
366 364
367 HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module 365 HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module
368 HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_module.c 366 HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_module.c
369 367
370 368
369 HTTP_RANDOM_INDEX_MODULE=ngx_http_random_index_module
370 HTTP_RANDOM_INDEX_SRCS=src/http/modules/ngx_http_random_index_module.c
371
372
371 HTTP_STATUS_MODULE=ngx_http_status_module 373 HTTP_STATUS_MODULE=ngx_http_status_module
372 HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_module.c 374 HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_module.c
373 375
374 376
375 HTTP_GEO_MODULE=ngx_http_geo_module 377 HTTP_GEO_MODULE=ngx_http_geo_module