comparison src/core/ngx_core.h @ 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 e10168d6e371
children 86dad910eeb6
comparison
equal deleted inserted replaced
405:2993e60bc4e0 406:79c5df00501e
38 #include <ngx_atomic.h> 38 #include <ngx_atomic.h>
39 #include <ngx_thread.h> 39 #include <ngx_thread.h>
40 #include <ngx_rbtree.h> 40 #include <ngx_rbtree.h>
41 #include <ngx_time.h> 41 #include <ngx_time.h>
42 #include <ngx_socket.h> 42 #include <ngx_socket.h>
43 #include <ngx_types.h> 43 #include <ngx_string.h>
44 #include <ngx_files.h>
44 #include <ngx_shmem.h> 45 #include <ngx_shmem.h>
45 #include <ngx_process.h> 46 #include <ngx_process.h>
46 #include <ngx_user.h> 47 #include <ngx_user.h>
47 #include <ngx_string.h>
48 #include <ngx_parse.h> 48 #include <ngx_parse.h>
49 #include <ngx_log.h> 49 #include <ngx_log.h>
50 #include <ngx_alloc.h> 50 #include <ngx_alloc.h>
51 #include <ngx_palloc.h> 51 #include <ngx_palloc.h>
52 #include <ngx_buf.h> 52 #include <ngx_buf.h>
53 #include <ngx_queue.h> 53 #include <ngx_queue.h>
54 #include <ngx_array.h> 54 #include <ngx_array.h>
55 #include <ngx_list.h> 55 #include <ngx_list.h>
56 #include <ngx_hash.h> 56 #include <ngx_hash.h>
57 #include <ngx_file.h> 57 #include <ngx_file.h>
58 #include <ngx_files.h>
59 #include <ngx_crc.h> 58 #include <ngx_crc.h>
60 #include <ngx_crc32.h> 59 #include <ngx_crc32.h>
61 #if (NGX_PCRE) 60 #if (NGX_PCRE)
62 #include <ngx_regex.h> 61 #include <ngx_regex.h>
63 #endif 62 #endif