comparison auto/cc/bcc @ 10:46833bd150cb NGINX_0_1_5

nginx 0.1.5 *) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 Nov 2004 00:00:00 +0300
parents 4b2dafa26fe2
children 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
9:77eee314ddbd 10:46833bd150cb
30 CFLAGS="$CFLAGS -w!" 30 CFLAGS="$CFLAGS -w!"
31 31
32 # disable logo 32 # disable logo
33 CFLAGS="$CFLAGS -q" 33 CFLAGS="$CFLAGS -q"
34 34
35
35 # precompiled headers 36 # precompiled headers
36 CORE_DEPS="$CORE_DEPS $OBJS/ngx_config.csm" 37 CORE_DEPS="$CORE_DEPS $OBJS/ngx_config.csm"
37 NGX_PCH="$OBJS/ngx_config.csm" 38 NGX_PCH="$OBJS/ngx_config.csm"
38 NGX_BUILD_PCH="-H=$OBJS/ngx_config.csm" 39 NGX_BUILD_PCH="-H=$OBJS/ngx_config.csm"
39 NGX_USE_PCH="-Hu -H=$OBJS/ngx_config.csm" 40 NGX_USE_PCH="-Hu -H=$OBJS/ngx_config.csm"
40 41
41 LINK="\$(CC)" 42
43 # Win32 GUI mode application
44 LINK="\$(CC) -laa"
45
46
47 # the resource file
48 NGX_RES="$OBJS/nginx.res"
49 NGX_RCC="brcc32 -fo$OBJS/nginx.res \$(CORE_INCS) $NGX_WIN32_RC"
50 # the pragma allows to link the resource file using bcc32 and
51 # to avoid the direct ilink32 calling and the c0w32.obj's WinMain/main problem
52 NGX_PRAGMA="#pragma resource \"$OBJS/nginx.res\""
53
42 54
43 ngx_include_opt="-I" 55 ngx_include_opt="-I"
44 ngx_objout="-o" 56 ngx_objout="-o"
45 ngx_binout="-e" 57 ngx_binout="-e"
46 ngx_objext="obj" 58 ngx_objext="obj"
47 ngx_binext=".exe" 59 ngx_binext=".exe"
48 ngx_dirsep='\\' 60
61 ngx_regex_dirsep='\\'
62 ngx_dirsep="\\"