-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge changes between nginx-1.0.11 and nginx-1.0.12
http://rb.corp.taobao.com/r/23810/ git-svn-id: http://code.taobao.org/svn/tengine/trunk@28 8a6cbc4f-5610-49f6-9325-3f9afe71ff98
- Loading branch information
shudu
committed
Feb 17, 2012
1 parent
a4a1038
commit 7736248
Showing
324 changed files
with
804 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# aCC: HP ANSI C B3910B A.03.55.02 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# Borland C 5.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# Compaq C V6.5-207 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
LINK="\$(CC)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# MSVC 6.0 SP2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
if [ "$NGX_PLATFORM" != win32 ]; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# Open Watcom C 1.0, 1.2, 1.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
# Sun C 5.7 Patch 117837-04 2005/05/11 Sun Studio 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
cat << END >> $NGX_AUTO_CONFIG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
echo $ngx_n "checking for system endianess ...$ngx_c" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
echo $ngx_n "checking for $ngx_feature ...$ngx_c" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
cat << END >> $NGX_AUTO_CONFIG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
cat << END >> $NGX_AUTO_HEADERS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
ngx_include="unistd.h"; . auto/include | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
echo $ngx_n "checking for $ngx_include ...$ngx_c" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
NGX_MAKEFILE=$NGX_OBJS/Makefile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
if [ $USE_PCRE = YES -o $PCRE != NONE ]; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
ngx_feature="GeoIP library" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,6 @@ | ||
|
||
# Copyright (C) Igor Sysoev | ||
# Copyright (C) Nginx, Inc. | ||
|
||
|
||
ngx_feature="Google perftools" | ||
|
Oops, something went wrong.