30 | my $cs_code = $1;
31 | my $un_code = $2;
32 | my $un_name = $3;
33 |
34 | # Produce UTF-8 sequence from character code;
35 |
36 | my $un_utf8 = join('',
37 | map { sprintf("%02X", $_) }
38 | unpack("U0C*", pack("U", hex($un_code)))
39 | );
40 |
41 | print " $cs_code $un_utf8 ; $un_name\n";
42 |
43 | } else {
44 | warn "Unrecognized line: '$_'";
45 | }
46 | }
47 |
48 | ###############################################################################
49 |
--------------------------------------------------------------------------------
/nginx-1.15.9/contrib/unicode2nginx/win-utf:
--------------------------------------------------------------------------------
1 | charset_map windows-1251 utf-8 {
2 |
3 | 80 D082 ; #CYRILLIC CAPITAL LETTER DJE
4 | 81 D083 ; #CYRILLIC CAPITAL LETTER GJE
5 | 82 E2809A ; #SINGLE LOW-9 QUOTATION MARK
6 | 83 D193 ; #CYRILLIC SMALL LETTER GJE
7 | 84 E2809E ; #DOUBLE LOW-9 QUOTATION MARK
8 | 85 E280A6 ; #HORIZONTAL ELLIPSIS
9 | 86 E280A0 ; #DAGGER
10 | 87 E280A1 ; #DOUBLE DAGGER
11 | 88 E282AC ; #EURO SIGN
12 | 89 E280B0 ; #PER MILLE SIGN
13 | 8A D089 ; #CYRILLIC CAPITAL LETTER LJE
14 | 8B E280B9 ; #SINGLE LEFT-POINTING ANGLE QUOTATION MARK
15 | 8C D08A ; #CYRILLIC CAPITAL LETTER NJE
16 | 8D D08C ; #CYRILLIC CAPITAL LETTER KJE
17 | 8E D08B ; #CYRILLIC CAPITAL LETTER TSHE
18 | 8F D08F ; #CYRILLIC CAPITAL LETTER DZHE
19 | 90 D192 ; #CYRILLIC SMALL LETTER DJE
20 | 91 E28098 ; #LEFT SINGLE QUOTATION MARK
21 | 92 E28099 ; #RIGHT SINGLE QUOTATION MARK
22 | 93 E2809C ; #LEFT DOUBLE QUOTATION MARK
23 | 94 E2809D ; #RIGHT DOUBLE QUOTATION MARK
24 | 95 E280A2 ; #BULLET
25 | 96 E28093 ; #EN DASH
26 | 97 E28094 ; #EM DASH
27 | 99 E284A2 ; #TRADE MARK SIGN
28 | 9A D199 ; #CYRILLIC SMALL LETTER LJE
29 | 9B E280BA ; #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
30 | 9C D19A ; #CYRILLIC SMALL LETTER NJE
31 | 9D D19C ; #CYRILLIC SMALL LETTER KJE
32 | 9E D19B ; #CYRILLIC SMALL LETTER TSHE
33 | 9F D19F ; #CYRILLIC SMALL LETTER DZHE
34 | A0 C2A0 ; #NO-BREAK SPACE
35 | A1 D08E ; #CYRILLIC CAPITAL LETTER SHORT U
36 | A2 D19E ; #CYRILLIC SMALL LETTER SHORT U
37 | A3 D088 ; #CYRILLIC CAPITAL LETTER JE
38 | A4 C2A4 ; #CURRENCY SIGN
39 | A5 D290 ; #CYRILLIC CAPITAL LETTER GHE WITH UPTURN
40 | A6 C2A6 ; #BROKEN BAR
41 | A7 C2A7 ; #SECTION SIGN
42 | A8 D081 ; #CYRILLIC CAPITAL LETTER IO
43 | A9 C2A9 ; #COPYRIGHT SIGN
44 | AA D084 ; #CYRILLIC CAPITAL LETTER UKRAINIAN IE
45 | AB C2AB ; #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
46 | AC C2AC ; #NOT SIGN
47 | AD C2AD ; #SOFT HYPHEN
48 | AE C2AE ; #REGISTERED SIGN
49 | AF D087 ; #CYRILLIC CAPITAL LETTER YI
50 | B0 C2B0 ; #DEGREE SIGN
51 | B1 C2B1 ; #PLUS-MINUS SIGN
52 | B2 D086 ; #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
53 | B3 D196 ; #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
54 | B4 D291 ; #CYRILLIC SMALL LETTER GHE WITH UPTURN
55 | B5 C2B5 ; #MICRO SIGN
56 | B6 C2B6 ; #PILCROW SIGN
57 | B7 C2B7 ; #MIDDLE DOT
58 | B8 D191 ; #CYRILLIC SMALL LETTER IO
59 | B9 E28496 ; #NUMERO SIGN
60 | BA D194 ; #CYRILLIC SMALL LETTER UKRAINIAN IE
61 | BB C2BB ; #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
62 | BC D198 ; #CYRILLIC SMALL LETTER JE
63 | BD D085 ; #CYRILLIC CAPITAL LETTER DZE
64 | BE D195 ; #CYRILLIC SMALL LETTER DZE
65 | BF D197 ; #CYRILLIC SMALL LETTER YI
66 | C0 D090 ; #CYRILLIC CAPITAL LETTER A
67 | C1 D091 ; #CYRILLIC CAPITAL LETTER BE
68 | C2 D092 ; #CYRILLIC CAPITAL LETTER VE
69 | C3 D093 ; #CYRILLIC CAPITAL LETTER GHE
70 | C4 D094 ; #CYRILLIC CAPITAL LETTER DE
71 | C5 D095 ; #CYRILLIC CAPITAL LETTER IE
72 | C6 D096 ; #CYRILLIC CAPITAL LETTER ZHE
73 | C7 D097 ; #CYRILLIC CAPITAL LETTER ZE
74 | C8 D098 ; #CYRILLIC CAPITAL LETTER I
75 | C9 D099 ; #CYRILLIC CAPITAL LETTER SHORT I
76 | CA D09A ; #CYRILLIC CAPITAL LETTER KA
77 | CB D09B ; #CYRILLIC CAPITAL LETTER EL
78 | CC D09C ; #CYRILLIC CAPITAL LETTER EM
79 | CD D09D ; #CYRILLIC CAPITAL LETTER EN
80 | CE D09E ; #CYRILLIC CAPITAL LETTER O
81 | CF D09F ; #CYRILLIC CAPITAL LETTER PE
82 | D0 D0A0 ; #CYRILLIC CAPITAL LETTER ER
83 | D1 D0A1 ; #CYRILLIC CAPITAL LETTER ES
84 | D2 D0A2 ; #CYRILLIC CAPITAL LETTER TE
85 | D3 D0A3 ; #CYRILLIC CAPITAL LETTER U
86 | D4 D0A4 ; #CYRILLIC CAPITAL LETTER EF
87 | D5 D0A5 ; #CYRILLIC CAPITAL LETTER HA
88 | D6 D0A6 ; #CYRILLIC CAPITAL LETTER TSE
89 | D7 D0A7 ; #CYRILLIC CAPITAL LETTER CHE
90 | D8 D0A8 ; #CYRILLIC CAPITAL LETTER SHA
91 | D9 D0A9 ; #CYRILLIC CAPITAL LETTER SHCHA
92 | DA D0AA ; #CYRILLIC CAPITAL LETTER HARD SIGN
93 | DB D0AB ; #CYRILLIC CAPITAL LETTER YERU
94 | DC D0AC ; #CYRILLIC CAPITAL LETTER SOFT SIGN
95 | DD D0AD ; #CYRILLIC CAPITAL LETTER E
96 | DE D0AE ; #CYRILLIC CAPITAL LETTER YU
97 | DF D0AF ; #CYRILLIC CAPITAL LETTER YA
98 | E0 D0B0 ; #CYRILLIC SMALL LETTER A
99 | E1 D0B1 ; #CYRILLIC SMALL LETTER BE
100 | E2 D0B2 ; #CYRILLIC SMALL LETTER VE
101 | E3 D0B3 ; #CYRILLIC SMALL LETTER GHE
102 | E4 D0B4 ; #CYRILLIC SMALL LETTER DE
103 | E5 D0B5 ; #CYRILLIC SMALL LETTER IE
104 | E6 D0B6 ; #CYRILLIC SMALL LETTER ZHE
105 | E7 D0B7 ; #CYRILLIC SMALL LETTER ZE
106 | E8 D0B8 ; #CYRILLIC SMALL LETTER I
107 | E9 D0B9 ; #CYRILLIC SMALL LETTER SHORT I
108 | EA D0BA ; #CYRILLIC SMALL LETTER KA
109 | EB D0BB ; #CYRILLIC SMALL LETTER EL
110 | EC D0BC ; #CYRILLIC SMALL LETTER EM
111 | ED D0BD ; #CYRILLIC SMALL LETTER EN
112 | EE D0BE ; #CYRILLIC SMALL LETTER O
113 | EF D0BF ; #CYRILLIC SMALL LETTER PE
114 | F0 D180 ; #CYRILLIC SMALL LETTER ER
115 | F1 D181 ; #CYRILLIC SMALL LETTER ES
116 | F2 D182 ; #CYRILLIC SMALL LETTER TE
117 | F3 D183 ; #CYRILLIC SMALL LETTER U
118 | F4 D184 ; #CYRILLIC SMALL LETTER EF
119 | F5 D185 ; #CYRILLIC SMALL LETTER HA
120 | F6 D186 ; #CYRILLIC SMALL LETTER TSE
121 | F7 D187 ; #CYRILLIC SMALL LETTER CHE
122 | F8 D188 ; #CYRILLIC SMALL LETTER SHA
123 | F9 D189 ; #CYRILLIC SMALL LETTER SHCHA
124 | FA D18A ; #CYRILLIC SMALL LETTER HARD SIGN
125 | FB D18B ; #CYRILLIC SMALL LETTER YERU
126 | FC D18C ; #CYRILLIC SMALL LETTER SOFT SIGN
127 | FD D18D ; #CYRILLIC SMALL LETTER E
128 | FE D18E ; #CYRILLIC SMALL LETTER YU
129 | FF D18F ; #CYRILLIC SMALL LETTER YA
130 | }
131 |
--------------------------------------------------------------------------------
/nginx-1.15.9/contrib/vim/ftdetect/nginx.vim:
--------------------------------------------------------------------------------
1 | au BufRead,BufNewFile *.nginx set ft=nginx
2 | au BufRead,BufNewFile */etc/nginx/* set ft=nginx
3 | au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx
4 | au BufRead,BufNewFile nginx.conf set ft=nginx
5 |
--------------------------------------------------------------------------------
/nginx-1.15.9/contrib/vim/ftplugin/nginx.vim:
--------------------------------------------------------------------------------
1 | setlocal commentstring=#\ %s
2 |
--------------------------------------------------------------------------------
/nginx-1.15.9/contrib/vim/indent/nginx.vim:
--------------------------------------------------------------------------------
1 | if exists("b:did_indent")
2 | finish
3 | endif
4 | let b:did_indent = 1
5 |
6 | setlocal indentexpr=
7 |
8 | " cindent actually works for nginx' simple file structure
9 | setlocal cindent
10 | " Just make sure that the comments are not reset as defs would be.
11 | setlocal cinkeys-=0#
12 |
--------------------------------------------------------------------------------
/nginx-1.15.9/docs/LICENSE:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2002-2019 Igor Sysoev
3 | * Copyright (C) 2011-2019 Nginx, Inc.
4 | * All rights reserved.
5 | *
6 | * Redistribution and use in source and binary forms, with or without
7 | * modification, are permitted provided that the following conditions
8 | * are met:
9 | * 1. Redistributions of source code must retain the above copyright
10 | * notice, this list of conditions and the following disclaimer.
11 | * 2. Redistributions in binary form must reproduce the above copyright
12 | * notice, this list of conditions and the following disclaimer in the
13 | * documentation and/or other materials provided with the distribution.
14 | *
15 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 | * SUCH DAMAGE.
26 | */
27 |
--------------------------------------------------------------------------------
/nginx-1.15.9/docs/OpenSSL.LICENSE:
--------------------------------------------------------------------------------
1 |
2 | LICENSE ISSUES
3 | ==============
4 |
5 | The OpenSSL toolkit stays under a double license, i.e. both the conditions of
6 | the OpenSSL License and the original SSLeay license apply to the toolkit.
7 | See below for the actual license texts.
8 |
9 | OpenSSL License
10 | ---------------
11 |
12 | /* ====================================================================
13 | * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
14 | *
15 | * Redistribution and use in source and binary forms, with or without
16 | * modification, are permitted provided that the following conditions
17 | * are met:
18 | *
19 | * 1. Redistributions of source code must retain the above copyright
20 | * notice, this list of conditions and the following disclaimer.
21 | *
22 | * 2. Redistributions in binary form must reproduce the above copyright
23 | * notice, this list of conditions and the following disclaimer in
24 | * the documentation and/or other materials provided with the
25 | * distribution.
26 | *
27 | * 3. All advertising materials mentioning features or use of this
28 | * software must display the following acknowledgment:
29 | * "This product includes software developed by the OpenSSL Project
30 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
31 | *
32 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
33 | * endorse or promote products derived from this software without
34 | * prior written permission. For written permission, please contact
35 | * openssl-core@openssl.org.
36 | *
37 | * 5. Products derived from this software may not be called "OpenSSL"
38 | * nor may "OpenSSL" appear in their names without prior written
39 | * permission of the OpenSSL Project.
40 | *
41 | * 6. Redistributions of any form whatsoever must retain the following
42 | * acknowledgment:
43 | * "This product includes software developed by the OpenSSL Project
44 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
45 | *
46 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
47 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
48 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
49 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
50 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
51 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
52 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
53 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
55 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
56 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
57 | * OF THE POSSIBILITY OF SUCH DAMAGE.
58 | * ====================================================================
59 | *
60 | * This product includes cryptographic software written by Eric Young
61 | * (eay@cryptsoft.com). This product includes software written by Tim
62 | * Hudson (tjh@cryptsoft.com).
63 | *
64 | */
65 |
66 | Original SSLeay License
67 | -----------------------
68 |
69 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
70 | * All rights reserved.
71 | *
72 | * This package is an SSL implementation written
73 | * by Eric Young (eay@cryptsoft.com).
74 | * The implementation was written so as to conform with Netscapes SSL.
75 | *
76 | * This library is free for commercial and non-commercial use as long as
77 | * the following conditions are aheared to. The following conditions
78 | * apply to all code found in this distribution, be it the RC4, RSA,
79 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation
80 | * included with this distribution is covered by the same copyright terms
81 | * except that the holder is Tim Hudson (tjh@cryptsoft.com).
82 | *
83 | * Copyright remains Eric Young's, and as such any Copyright notices in
84 | * the code are not to be removed.
85 | * If this package is used in a product, Eric Young should be given attribution
86 | * as the author of the parts of the library used.
87 | * This can be in the form of a textual message at program startup or
88 | * in documentation (online or textual) provided with the package.
89 | *
90 | * Redistribution and use in source and binary forms, with or without
91 | * modification, are permitted provided that the following conditions
92 | * are met:
93 | * 1. Redistributions of source code must retain the copyright
94 | * notice, this list of conditions and the following disclaimer.
95 | * 2. Redistributions in binary form must reproduce the above copyright
96 | * notice, this list of conditions and the following disclaimer in the
97 | * documentation and/or other materials provided with the distribution.
98 | * 3. All advertising materials mentioning features or use of this software
99 | * must display the following acknowledgement:
100 | * "This product includes cryptographic software written by
101 | * Eric Young (eay@cryptsoft.com)"
102 | * The word 'cryptographic' can be left out if the rouines from the library
103 | * being used are not cryptographic related :-).
104 | * 4. If you include any Windows specific code (or a derivative thereof) from
105 | * the apps directory (application code) you must include an acknowledgement:
106 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
107 | *
108 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
109 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
110 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
111 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
112 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
113 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
114 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
115 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
116 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
117 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
118 | * SUCH DAMAGE.
119 | *
120 | * The licence and distribution terms for any publically available version or
121 | * derivative of this code cannot be changed. i.e. this code cannot simply be
122 | * copied and put under another distribution licence
123 | * [including the GNU Public Licence.]
124 | */
125 |
126 |
--------------------------------------------------------------------------------
/nginx-1.15.9/docs/PCRE.LICENCE:
--------------------------------------------------------------------------------
1 | PCRE LICENCE
2 | ------------
3 |
4 | PCRE is a library of functions to support regular expressions whose syntax
5 | and semantics are as close as possible to those of the Perl 5 language.
6 |
7 | Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
8 | specified below. The documentation for PCRE, supplied in the "doc"
9 | directory, is distributed under the same terms as the software itself. The data
10 | in the testdata directory is not copyrighted and is in the public domain.
11 |
12 | The basic library functions are written in C and are freestanding. Also
13 | included in the distribution is a set of C++ wrapper functions, and a
14 | just-in-time compiler that can be used to optimize pattern matching. These
15 | are both optional features that can be omitted when the library is built.
16 |
17 |
18 | THE BASIC LIBRARY FUNCTIONS
19 | ---------------------------
20 |
21 | Written by: Philip Hazel
22 | Email local part: ph10
23 | Email domain: cam.ac.uk
24 |
25 | University of Cambridge Computing Service,
26 | Cambridge, England.
27 |
28 | Copyright (c) 1997-2018 University of Cambridge
29 | All rights reserved.
30 |
31 |
32 | PCRE JUST-IN-TIME COMPILATION SUPPORT
33 | -------------------------------------
34 |
35 | Written by: Zoltan Herczeg
36 | Email local part: hzmester
37 | Emain domain: freemail.hu
38 |
39 | Copyright(c) 2010-2018 Zoltan Herczeg
40 | All rights reserved.
41 |
42 |
43 | STACK-LESS JUST-IN-TIME COMPILER
44 | --------------------------------
45 |
46 | Written by: Zoltan Herczeg
47 | Email local part: hzmester
48 | Emain domain: freemail.hu
49 |
50 | Copyright(c) 2009-2018 Zoltan Herczeg
51 | All rights reserved.
52 |
53 |
54 | THE C++ WRAPPER FUNCTIONS
55 | -------------------------
56 |
57 | Contributed by: Google Inc.
58 |
59 | Copyright (c) 2007-2012, Google Inc.
60 | All rights reserved.
61 |
62 |
63 | THE "BSD" LICENCE
64 | -----------------
65 |
66 | Redistribution and use in source and binary forms, with or without
67 | modification, are permitted provided that the following conditions are met:
68 |
69 | * Redistributions of source code must retain the above copyright notice,
70 | this list of conditions and the following disclaimer.
71 |
72 | * Redistributions in binary form must reproduce the above copyright
73 | notice, this list of conditions and the following disclaimer in the
74 | documentation and/or other materials provided with the distribution.
75 |
76 | * Neither the name of the University of Cambridge nor the name of Google
77 | Inc. nor the names of their contributors may be used to endorse or
78 | promote products derived from this software without specific prior
79 | written permission.
80 |
81 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
82 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
83 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
84 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
85 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
86 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
87 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
88 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
89 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
90 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
91 | POSSIBILITY OF SUCH DAMAGE.
92 |
93 | End
94 |
--------------------------------------------------------------------------------
/nginx-1.15.9/docs/README:
--------------------------------------------------------------------------------
1 |
2 | Documentation is available at http://nginx.org
3 |
4 |
--------------------------------------------------------------------------------
/nginx-1.15.9/docs/zlib.LICENSE:
--------------------------------------------------------------------------------
1 | (C) 1995-2017 Jean-loup Gailly and Mark Adler
2 |
3 | This software is provided 'as-is', without any express or implied
4 | warranty. In no event will the authors be held liable for any damages
5 | arising from the use of this software.
6 |
7 | Permission is granted to anyone to use this software for any purpose,
8 | including commercial applications, and to alter it and redistribute it
9 | freely, subject to the following restrictions:
10 |
11 | 1. The origin of this software must not be misrepresented; you must not
12 | claim that you wrote the original software. If you use this software
13 | in a product, an acknowledgment in the product documentation would be
14 | appreciated but is not required.
15 | 2. Altered source versions must be plainly marked as such, and must not be
16 | misrepresented as being the original software.
17 | 3. This notice may not be removed or altered from any source distribution.
18 |
19 | Jean-loup Gailly Mark Adler
20 | jloup@gzip.org madler@alumni.caltech.edu
21 |
--------------------------------------------------------------------------------
/nginx-1.15.9/html/50x.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Error
5 |
12 |
13 |
14 | An error occurred.
15 | Sorry, the page you are looking for is currently unavailable.
16 | Please try again later.
17 | If you are the system administrator of this resource then you should check
18 | the error log for details.
19 | Faithfully yours, nginx.
20 |
21 |
22 |
--------------------------------------------------------------------------------
/nginx-1.15.9/html/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Welcome to nginx!
5 |
12 |
13 |
14 | Welcome to nginx!
15 | If you see this page, the nginx web server is successfully installed and
16 | working. Further configuration is required.
17 |
18 | For online documentation and support please refer to
19 | nginx.org.
20 | Commercial support is available at
21 | nginx.com.
22 |
23 | Thank you for using nginx.
24 |
25 |
26 |
--------------------------------------------------------------------------------
/nginx-1.15.9/logs/nginx.pid:
--------------------------------------------------------------------------------
1 | 6872
2 |
--------------------------------------------------------------------------------
/nginx-1.15.9/nginx.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/nginx-1.15.9/nginx.exe
--------------------------------------------------------------------------------
/source/仿真图/Last Loaded 交通灯.DBK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/仿真图/Last Loaded 交通灯.DBK
--------------------------------------------------------------------------------
/source/仿真图/交通灯.DSN:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/仿真图/交通灯.DSN
--------------------------------------------------------------------------------
/source/仿真图/交通灯.PWI:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/仿真图/交通灯.PWI
--------------------------------------------------------------------------------
/source/程序/STARTUP.OBJ:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/程序/STARTUP.OBJ
--------------------------------------------------------------------------------
/source/程序/jtd.LST:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/程序/jtd.LST
--------------------------------------------------------------------------------
/source/程序/jtd.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/程序/jtd.c
--------------------------------------------------------------------------------
/source/程序/jtd.lnp:
--------------------------------------------------------------------------------
1 | "STARTUP.obj",
2 | "jtd.obj"
3 | TO "jtd"
4 |
--------------------------------------------------------------------------------
/source/程序/jtd.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/source/程序/jtd.plg
--------------------------------------------------------------------------------
/test/1.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/1.c
--------------------------------------------------------------------------------
/test/STARTUP.OBJ:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/STARTUP.OBJ
--------------------------------------------------------------------------------
/test/test:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/test
--------------------------------------------------------------------------------
/test/test.LST:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/test.LST
--------------------------------------------------------------------------------
/test/test.OBJ:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/test.OBJ
--------------------------------------------------------------------------------
/test/test.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/test.c
--------------------------------------------------------------------------------
/test/test.c.orig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/test.c.orig
--------------------------------------------------------------------------------
/test/test.hex:
--------------------------------------------------------------------------------
1 | :03000000020026D5
2 | :0C002600787FE4F6D8FD75810D02006DB6
3 | :1001D30068656C6C6F20776F726C642100C0F9A442
4 | :0701E300B0999282F88090B0
5 | :0C023400020C000A020A0014020800007C
6 | :0A018F00F583E493F5807F017E0004
7 | :10019900E4FDFCC3ED9FEC9E5015E4FBFA0BBB009C
8 | :0F01A900010AEB647C4A70F50DBD00010C80E487
9 | :0101B8002224
10 | :040241007F23DFFE3A
11 | :010245002296
12 | :10021300D2AF758901D2A9758C4CE4F58AD28CC210
13 | :020223008D222A
14 | :1001EA00758920759850E4F587758BFD758DFDD25C
15 | :0601FA008ED2AFD2AC2250
16 | :0F0225008F99750800750901E509450870FA22DF
17 | :100200001200B2FF600C120225740129F9E43AFAD7
18 | :0302100080EE225B
19 | :100003001201EA12015A2092FA1202417BFF7A018D
20 | :0D00130079D3120200750C00750D1480E603
21 | :10015A00D291AE0CAF0D7C007D0A1200CB74E02D5B
22 | :10016A00F58274013C12018FC291D290AE0CAF0D90
23 | :10017A007C007D0A1200CB74E02FF58274013E12D6
24 | :05018A00018FC290226C
25 | :10012000758C4CE4F58AC3E50B9414E50A940050F1
26 | :1001300009050BE50B7022050A22E4F50AF50BD33D
27 | :10014000E50D9400E50C94004009E50D150D7009CE
28 | :0A015000150C22750C00750D0A2233
29 | :030023000201B91E
30 | :1001B90030980BC2988599807508007509013099A6
31 | :0A01C90008C299750800750900329C
32 | :10003200020003E493A3F8E493A34003F68001F2E1
33 | :1000420008DFF48029E493A3F85407240CC8C333CF
34 | :10005200C4540F4420C8834004F456800146F6DF9E
35 | :10006200E4800B0102040810204080900234E47EF8
36 | :10007200019360BCA3FF543F30E509541FFEE49393
37 | :10008200A360010ECF54C025E060A840B8E493A35A
38 | :10009200FAE493A3F8E493A3C8C582C8CAC583CA85
39 | :1000A200F0A3C8C582C8CAC583CADFE9DEE780BE3D
40 | :0102400000BD
41 | :1000B200BB010689828A83E0225002E722BBFE024C
42 | :0900C200E32289828A83E493227F
43 | :1000CB00BC000BBE0029EF8DF084FFADF022E4CC19
44 | :1000DB00F875F008EF2FFFEE33FEEC33FCEE9DECE2
45 | :1000EB00984005FCEE9DFE0FD5F0E9E4CEFD22ED28
46 | :1000FB00F8F5F0EE8420D21CFEADF075F008EF2F72
47 | :10010B00FFED33FD4007985006D5F0F222C398FD62
48 | :05011B000FD5F0EA22FF
49 | :00000001FF
50 |
--------------------------------------------------------------------------------
/test/test.lnp:
--------------------------------------------------------------------------------
1 | "STARTUP.obj",
2 | "test.obj"
3 | TO "test"
4 |
--------------------------------------------------------------------------------
/test/test.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mark4z/C51/cc6287b7aedfb5532a21367b55f8c8fbef26accf/test/test.plg
--------------------------------------------------------------------------------