Skip to content

Commit 6f34fff

Browse files
author
hanyugang
committed
Merge remote-tracking branch 'remotes/origin/develop'
* remotes/origin/develop: Update Readme update Readme build lua jit. make it build successfully fix the config. fix the stdint.h file includeing add doc file upgrade echo-nginx-module to 0.60+ upgrade ngx-lua-module 0.10.9rc5 update config.bat * Module: upgrade lua-cjson to 2.1.0.5 upgrade lua-redis-parser to 0.13 upgrade redis2-nginx-module to 0.14 upgrade drizzle-nginx-module to 0.1.10 upgrade ngx-lua-module to 0.10.8 upgrade memc-nginx-module to 0.18 upgrade LuaJIT to 2.1-20170405 * nginx upgrade to 1.11.13 * nginx upgrade to 1.11.11
2 parents 5d96f0f + f4bafd6 commit 6f34fff

File tree

892 files changed

+32858
-4479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

892 files changed

+32858
-4479
lines changed

Readme-en.md

Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,37 @@
22
[ languages: [中文](Readme.md), [English](Readme-en.md) ]
33

44
### lastest release ###
5-
version:1.11.9.1001
5+
version:1.13.0.1001
66

7-
32 bit: http://pan.baidu.com/s/1pLczj3H
7+
32 bit: http://pan.baidu.com/s/1qYNk6h2
88

9-
64 bit: http://pan.baidu.com/s/1ciVqkY
9+
64 bit: http://pan.baidu.com/s/1gf89Mr5
1010

11-
>Publish Time: 2017-02-06
11+
>Publish Time: 2017-05-31
1212
1313
>Changelog:
14+
> Moules:
15+
- upgrade lua-cjson to 2.1.0.5
16+
- upgrade lua-redis-parser to 0.13
17+
- upgrade redis2-nginx-module to 0.14
18+
- upgrade drizzle-nginx-module to 0.1.10
19+
- upgrade ngx-lua-module 0.10.9rc5
20+
- upgrade memc-nginx-module to 0.18
21+
- upgrade LuaJIT to 2.1-20170405
22+
23+
> Libs:
24+
- upgrade lua-resty-core to 0.1.11
25+
- upgrade lua-resty-limit-traffic to 0.03
26+
- upgrade lua-resty-mysql to 0.19
27+
- upgrade lua-resty-lock to 0.06
28+
- upgrade lua-resty-lrucache to 0.06
29+
30+
- upgrade resty-cli to 0.17
31+
32+
> Nginx core:
33+
- upgrade nginx core to 1.13.0
34+
1435

15-
>Nginx core:
16-
- update nginx core to 1.11.9
17-
- update pcre to 8.40
18-
- update zlib to version 1.2.11
1936

2037

2138
### IOCP version (develop) ###
@@ -553,4 +570,20 @@ version:1.11.7.1002
553570
>Changelog:
554571
555572
>Nginx core:
556-
- add more export functions, now 82 functions exported in total
573+
- add more export functions, now 82 functions exported in total
574+
575+
576+
version:1.11.9.1001
577+
578+
32 bit: http://pan.baidu.com/s/1pLczj3H
579+
580+
64 bit: http://pan.baidu.com/s/1ciVqkY
581+
582+
>Publish Time: 2017-02-06
583+
584+
>Changelog:
585+
586+
>Nginx core:
587+
- update nginx core to 1.11.9
588+
- update pcre to 8.40
589+
- update zlib to version 1.2.11

Readme.md

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,36 @@
22
[ 语言: [English](Readme-en.md), [中文](Readme.md)]
33

44
### 最新版本 ###
5+
版本号:1.13.0.1001
56

6-
版本号:1.11.9.1001
7+
32 位下载地址: http://pan.baidu.com/s/1qYNk6h2
8+
9+
64 位下载地址: http://pan.baidu.com/s/1gf89Mr5
710

8-
32 位下载地址: http://pan.baidu.com/s/1pLczj3H
11+
> 发布时间: 2017-05-31
912
10-
64 位下载地址: http://pan.baidu.com/s/1ciVqkY
13+
> 修改日志:
14+
> 模块:
15+
- 更新 lua-cjson 到 2.1.0.5
16+
- 更新 lua-redis-parser 到 0.13
17+
- 更新 redis2-nginx-module 到 0.14
18+
- 更新 drizzle-nginx-module 到 0.1.10
19+
- 更新 ngx-lua-module 到 0.10.9rc5
20+
- 更新 memc-nginx-module 到 0.18
21+
- 更新 LuaJIT 到 2.1-20170405
1122

12-
>发布时间: 2017-02-06
23+
> 库:
24+
- 更新 lua-resty-core 到 0.1.11
25+
- 更新 lua-resty-limit-traffic 到 0.03
26+
- 更新 lua-resty-mysql 到 0.19
27+
- 更新 lua-resty-lock 到 0.06
28+
- 更新 lua-resty-lrucache 到 0.06
1329

14-
>修改日志:
30+
- 更新 resty-cli 到 0.17
31+
32+
> Nginx 核心:
33+
- 更新 nginx core 到 1.13.0
1534

16-
>Nginx:
17-
- 更新 nginx core 到版本 1.11.9
18-
- 更新 pcre 到版本 8.40
19-
- 更新 zlib 到版本 1.2.11
2035

2136

2237

@@ -557,4 +572,20 @@ Version:1.9.7.1001
557572
>修改日志:
558573
559574
>Nginx:
560-
- 添加更多的导出函数,使ngx目录下面的库文件可以正确引用,目前一共有82个函数被导出
575+
- 添加更多的导出函数,使ngx目录下面的库文件可以正确引用,目前一共有82个函数被导出
576+
577+
578+
版本号:1.11.9.1001
579+
580+
32 位下载地址: http://pan.baidu.com/s/1pLczj3H
581+
582+
64 位下载地址: http://pan.baidu.com/s/1ciVqkY
583+
584+
>发布时间: 2017-02-06
585+
586+
>修改日志:
587+
588+
>Nginx:
589+
- 更新 nginx core 到版本 1.11.9
590+
- 更新 pcre 到版本 8.40
591+
- 更新 zlib 到版本 1.2.11

src/LuaJIT/COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
===============================================================================
22
LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
33

4-
Copyright (C) 2005-2016 Mike Pall. All rights reserved.
4+
Copyright (C) 2005-2017 Mike Pall. All rights reserved.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

src/LuaJIT/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# For MSVC, please follow the instructions given in src/msvcbuild.bat.
1111
# For MinGW and Cygwin, cd to src and run make with the Makefile there.
1212
#
13-
# Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h
13+
# Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
1414
##############################################################################
1515

1616
MAJVER= 2
@@ -86,8 +86,9 @@ FILE_MAN= luajit.1
8686
FILE_PC= luajit.pc
8787
FILES_INC= lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h
8888
FILES_JITLIB= bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua \
89-
dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua \
90-
dis_mips.lua dis_mipsel.lua vmdef.lua
89+
dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua \
90+
dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua \
91+
dis_mips64.lua dis_mips64el.lua vmdef.lua
9192

9293
ifeq (,$(findstring Windows,$(OS)))
9394
HOST_SYS:= $(shell uname -s)

src/LuaJIT/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
55

66
Project Homepage: http://luajit.org/
77

8-
LuaJIT is Copyright (C) 2005-2016 Mike Pall.
8+
LuaJIT is Copyright (C) 2005-2017 Mike Pall.
99
LuaJIT is free software, released under the MIT license.
1010
See full Copyright Notice in the COPYRIGHT file or in luajit.h.
1111

src/LuaJIT/doc/bluequad-print.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2016 Mike Pall.
1+
/* Copyright (C) 2004-2017 Mike Pall.
22
*
33
* You are welcome to use the general ideas of this design for your own sites.
44
* But please do not steal the stylesheet, the layout or the color scheme.

src/LuaJIT/doc/bluequad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2016 Mike Pall.
1+
/* Copyright (C) 2004-2017 Mike Pall.
22
*
33
* You are welcome to use the general ideas of this design for your own sites.
44
* But please do not steal the stylesheet, the layout or the color scheme.

src/LuaJIT/doc/changes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>LuaJIT Change History</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -807,7 +807,7 @@ <h2 id="LuaJIT-2.0.0-beta1">LuaJIT 2.0.0-beta1 &mdash; 2009-10-31</h2>
807807
</div>
808808
<div id="foot">
809809
<hr class="hide">
810-
Copyright &copy; 2005-2016 Mike Pall
810+
Copyright &copy; 2005-2017 Mike Pall
811811
<span class="noprint">
812812
&middot;
813813
<a href="contact.html">Contact</a>

src/LuaJIT/doc/contact.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Contact</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -61,8 +61,15 @@ <h1>Contact</h1>
6161
</div>
6262
<div id="main">
6363
<p>
64+
If you want to report bugs, propose fixes or suggest enhancements,
65+
please use the
66+
<a href="https://github.com/LuaJIT/LuaJIT/issues">GitHub issue tracker</a>.
67+
</p>
68+
<p>
6469
Please send general questions to the
6570
<a href="http://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
71+
</p>
72+
<p>
6673
You can also send any questions you have directly to me:
6774
</p>
6875

@@ -86,15 +93,15 @@ <h1>Contact</h1>
8693
<h2>Copyright</h2>
8794
<p>
8895
All documentation is
89-
Copyright &copy; 2005-2016 Mike Pall.
96+
Copyright &copy; 2005-2017 Mike Pall.
9097
</p>
9198

9299

93100
<br class="flush">
94101
</div>
95102
<div id="foot">
96103
<hr class="hide">
97-
Copyright &copy; 2005-2016 Mike Pall
104+
Copyright &copy; 2005-2017 Mike Pall
98105
<span class="noprint">
99106
&middot;
100107
<a href="contact.html">Contact</a>

src/LuaJIT/doc/ext_c_api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Lua/C API Extensions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -179,7 +179,7 @@ <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</
179179
</div>
180180
<div id="foot">
181181
<hr class="hide">
182-
Copyright &copy; 2005-2016 Mike Pall
182+
Copyright &copy; 2005-2017 Mike Pall
183183
<span class="noprint">
184184
&middot;
185185
<a href="contact.html">Contact</a>

0 commit comments

Comments
 (0)