comparison src/core/ngx_core.h @ 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 3a91bfeffaba
children
comparison
equal deleted inserted replaced
347:d53199b68e17 348:e10168d6e371
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_array.h> 54 #include <ngx_array.h>
54 #include <ngx_list.h> 55 #include <ngx_list.h>
55 #include <ngx_hash.h> 56 #include <ngx_hash.h>
56 #include <ngx_file.h> 57 #include <ngx_file.h>
57 #include <ngx_files.h> 58 #include <ngx_files.h>
69 #if (NGX_OPENSSL) 70 #if (NGX_OPENSSL)
70 #include <ngx_event_openssl.h> 71 #include <ngx_event_openssl.h>
71 #endif 72 #endif
72 #include <ngx_process_cycle.h> 73 #include <ngx_process_cycle.h>
73 #include <ngx_conf_file.h> 74 #include <ngx_conf_file.h>
75 #include <ngx_resolver.h>
74 #include <ngx_open_file_cache.h> 76 #include <ngx_open_file_cache.h>
75 #include <ngx_os.h> 77 #include <ngx_os.h>
76 #include <ngx_connection.h> 78 #include <ngx_connection.h>
77 79
78 80