comparison src/core/ngx_palloc.h @ 464:c8cfb6c462ef NGINX_0_7_44

nginx 0.7.44 *) Feature: the ngx_http_proxy_module preliminary cache support. *) Feature: the --with-pcre option in the configure. *) Feature: the "try_files" directive is now allowed on the server block level. *) Bugfix: the "try_files" directive handled incorrectly a query string in a fallback parameter. *) Bugfix: the "try_files" directive might test incorrectly directories. *) Bugfix: if there is the single server for given address:port pair, then captures in regular expressions in a "server_name" directive did not work.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Mar 2009 00:00:00 +0300
parents fd759445d8a8
children 116d5de7cbb6
comparison
equal deleted inserted replaced
463:51cb914e6d3a 464:c8cfb6c462ef
80 void *ngx_pmemalign(ngx_pool_t *pool, size_t size, size_t alignment); 80 void *ngx_pmemalign(ngx_pool_t *pool, size_t size, size_t alignment);
81 ngx_int_t ngx_pfree(ngx_pool_t *pool, void *p); 81 ngx_int_t ngx_pfree(ngx_pool_t *pool, void *p);
82 82
83 83
84 ngx_pool_cleanup_t *ngx_pool_cleanup_add(ngx_pool_t *p, size_t size); 84 ngx_pool_cleanup_t *ngx_pool_cleanup_add(ngx_pool_t *p, size_t size);
85 void ngx_pool_run_cleanup_file(ngx_pool_t *p, ngx_fd_t fd);
85 void ngx_pool_cleanup_file(void *data); 86 void ngx_pool_cleanup_file(void *data);
86 void ngx_pool_delete_file(void *data); 87 void ngx_pool_delete_file(void *data);
87 88
88 89
89 #endif /* _NGX_PALLOC_H_INCLUDED_ */ 90 #endif /* _NGX_PALLOC_H_INCLUDED_ */