comparison src/core/ngx_core.h @ 108:cf3d6edb3ad6 NGINX_0_3_1

nginx 0.3.1 *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; bug appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 10 Oct 2005 00:00:00 +0400
parents 45f7329b4bd0
children df17fbafec8f
comparison
equal deleted inserted replaced
107:495d867e35e8 108:cf3d6edb3ad6
33 #define NGX_DONE -4 33 #define NGX_DONE -4
34 #define NGX_DECLINED -5 34 #define NGX_DECLINED -5
35 #define NGX_ABORT -6 35 #define NGX_ABORT -6
36 36
37 37
38 #include <ngx_errno.h>
38 #include <ngx_atomic.h> 39 #include <ngx_atomic.h>
40 #include <ngx_thread.h>
39 #include <ngx_rbtree.h> 41 #include <ngx_rbtree.h>
40 #include <ngx_time.h> 42 #include <ngx_time.h>
41 #include <ngx_socket.h> 43 #include <ngx_socket.h>
42 #include <ngx_errno.h>
43 #include <ngx_types.h> 44 #include <ngx_types.h>
44 #include <ngx_shared.h> 45 #include <ngx_shared.h>
45 #include <ngx_process.h> 46 #include <ngx_process.h>
46 #include <ngx_thread.h>
47 #include <ngx_user.h> 47 #include <ngx_user.h>
48 #include <ngx_string.h> 48 #include <ngx_string.h>
49 #include <ngx_parse.h> 49 #include <ngx_parse.h>
50 #include <ngx_log.h> 50 #include <ngx_log.h>
51 #include <ngx_alloc.h> 51 #include <ngx_alloc.h>