comparison src/http/ngx_http_core_module.h @ 508:4b0d7f0bf22b NGINX_0_8_6

nginx 0.8.6 *) Feature: the ngx_http_geoip_module. *) Bugfix: XSLT filter may fail with message "not well formed XML document" for valid XML document. Thanks to Kuramoto Eiji. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a regular expression are always tested in case insensitive mode; *) Bugfix: now nginx/Windows ignores trailing dots in URI. Thanks to Hugo Leisink. *) Bugfix: name of file specified in --conf-path was not honored during installation; the bug had appeared in 0.6.6. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Jul 2009 00:00:00 +0400
parents f39b9e29530d
children 86dad910eeb6
comparison
equal deleted inserted replaced
507:0001f4fa0501 508:4b0d7f0bf22b
436 ngx_http_phase_handler_t *ph); 436 ngx_http_phase_handler_t *ph);
437 437
438 438
439 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash); 439 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);
440 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r); 440 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);
441 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r); 441 void ngx_http_set_exten(ngx_http_request_t *r);
442 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, 442 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
443 size_t *root_length, size_t reserved); 443 size_t *root_length, size_t reserved);
444 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); 444 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
445 #if (NGX_HTTP_GZIP) 445 #if (NGX_HTTP_GZIP)
446 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r); 446 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r);