comparison src/os/unix/ngx_process_cycle.h @ 500:ed3d382670c7 NGINX_0_7_62

nginx 0.7.62 *) Security: a segmentation fault might occur in worker process while specially crafted request handling. Thanks to Chris Ries. *) Feature: the $upstream_cache_status variable. *) Bugfix: an expired cached response might stick in the "UPDATING" state. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov. *) Bugfix: in handling FastCGI headers split in records. *) 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. *) Bugfix: a 500 error code was returned for invalid login/password while HTTP Basic authentication on Windows.
author Igor Sysoev <http://sysoev.ru>
date Mon, 14 Sep 2009 00:00:00 +0400
parents 392c16f2d858
children 89dc5654117c
comparison
equal deleted inserted replaced
499:f2c782e5161f 500:ed3d382670c7
37 extern ngx_uint_t ngx_threaded; 37 extern ngx_uint_t ngx_threaded;
38 extern ngx_uint_t ngx_exiting; 38 extern ngx_uint_t ngx_exiting;
39 39
40 extern sig_atomic_t ngx_reap; 40 extern sig_atomic_t ngx_reap;
41 extern sig_atomic_t ngx_sigio; 41 extern sig_atomic_t ngx_sigio;
42 extern sig_atomic_t ngx_sigalrm;
42 extern sig_atomic_t ngx_quit; 43 extern sig_atomic_t ngx_quit;
43 extern sig_atomic_t ngx_debug_quit; 44 extern sig_atomic_t ngx_debug_quit;
44 extern sig_atomic_t ngx_terminate; 45 extern sig_atomic_t ngx_terminate;
45 extern sig_atomic_t ngx_noaccept; 46 extern sig_atomic_t ngx_noaccept;
46 extern sig_atomic_t ngx_reconfigure; 47 extern sig_atomic_t ngx_reconfigure;