comparison src/core/ngx_file.h @ 688:f31b19fe7f48 NGINX_1_3_7

nginx 1.3.7 *) Feature: OCSP stapling support. Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work. *) Feature: the "ssl_trusted_certificate" directive. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Bugfix: OpenSSL 0.9.7 compatibility.
author Igor Sysoev <http://sysoev.ru>
date Tue, 02 Oct 2012 00:00:00 +0400
parents d0f7a625f27c
children
comparison
equal deleted inserted replaced
687:a7305f494f1c 688:f31b19fe7f48
128 ngx_uint_t access); 128 ngx_uint_t access);
129 void ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len); 129 void ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len);
130 ngx_int_t ngx_create_path(ngx_file_t *file, ngx_path_t *path); 130 ngx_int_t ngx_create_path(ngx_file_t *file, ngx_path_t *path);
131 ngx_err_t ngx_create_full_path(u_char *dir, ngx_uint_t access); 131 ngx_err_t ngx_create_full_path(u_char *dir, ngx_uint_t access);
132 ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot); 132 ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot);
133 ngx_int_t ngx_create_pathes(ngx_cycle_t *cycle, ngx_uid_t user); 133 ngx_int_t ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user);
134 ngx_int_t ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to, 134 ngx_int_t ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to,
135 ngx_ext_rename_file_t *ext); 135 ngx_ext_rename_file_t *ext);
136 ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf); 136 ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf);
137 ngx_int_t ngx_walk_tree(ngx_tree_ctx_t *ctx, ngx_str_t *tree); 137 ngx_int_t ngx_walk_tree(ngx_tree_ctx_t *ctx, ngx_str_t *tree);
138 138