comparison src/http/ngx_http_script.h @ 596:6c96fdd2dfc3 NGINX_0_8_50

nginx 0.8.50 *) Feature: the "secure_link", "secure_link_md5", and "secure_link_expires" directives of the ngx_http_secure_link_module. *) Feature: the -q switch. Thanks to Gena Makhomed. *) Bugfix: worker processes may got caught in an endless loop during reconfiguration, if a caching was used; the bug had appeared in 0.8.48. *) Bugfix: in the "gzip_disable" directive. Thanks to Derrick Petzold. *) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload signals to a process run in other session.
author Igor Sysoev <http://sysoev.ru>
date Thu, 02 Sep 2010 00:00:00 +0400
parents b6a5942a4e6a
children be70f83b184f
comparison
equal deleted inserted replaced
595:57dcc025db4f 596:6c96fdd2dfc3
205 void ngx_http_script_flush_complex_value(ngx_http_request_t *r, 205 void ngx_http_script_flush_complex_value(ngx_http_request_t *r,
206 ngx_http_complex_value_t *val); 206 ngx_http_complex_value_t *val);
207 ngx_int_t ngx_http_complex_value(ngx_http_request_t *r, 207 ngx_int_t ngx_http_complex_value(ngx_http_request_t *r,
208 ngx_http_complex_value_t *val, ngx_str_t *value); 208 ngx_http_complex_value_t *val, ngx_str_t *value);
209 ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv); 209 ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv);
210 char * ngx_http_set_comlex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd,
211 void *conf);
212
210 213
211 ngx_int_t ngx_http_test_predicates(ngx_http_request_t *r, 214 ngx_int_t ngx_http_test_predicates(ngx_http_request_t *r,
212 ngx_array_t *predicates); 215 ngx_array_t *predicates);
213 char *ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, 216 char *ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd,
214 void *conf); 217 void *conf);