mirror of
https://github.com/nginx/nginx.git
synced 2024-12-14 20:28:59 +08:00
aa741f8727
Previous interface of ngx_open_dir() assumed that passed directory name has a room for NGX_DIR_MASK at the end (NGX_DIR_MASK_LEN bytes). While all direct users of ngx_dir_open() followed this interface, this also implied similar requirements for indirect uses - in particular, via ngx_walk_tree(). Currently none of ngx_walk_tree() uses provides appropriate space, and fixing this does not look like a right way to go. Instead, ngx_dir_open() interface was changed to not require any additional space and use appropriate allocations instead. |
||
---|---|---|
.. | ||
modules | ||
v2 | ||
ngx_http_cache.h | ||
ngx_http_config.h | ||
ngx_http_copy_filter_module.c | ||
ngx_http_core_module.c | ||
ngx_http_core_module.h | ||
ngx_http_file_cache.c | ||
ngx_http_header_filter_module.c | ||
ngx_http_parse.c | ||
ngx_http_postpone_filter_module.c | ||
ngx_http_request_body.c | ||
ngx_http_request.c | ||
ngx_http_request.h | ||
ngx_http_script.c | ||
ngx_http_script.h | ||
ngx_http_special_response.c | ||
ngx_http_upstream_round_robin.c | ||
ngx_http_upstream_round_robin.h | ||
ngx_http_upstream.c | ||
ngx_http_upstream.h | ||
ngx_http_variables.c | ||
ngx_http_variables.h | ||
ngx_http_write_filter_module.c | ||
ngx_http.c | ||
ngx_http.h |