Yichun Zhang (agentzh)
3ae5c4d93e
updated the test suite to reflect recent changes.
2015-02-09 11:39:57 -08:00
Yichun Zhang (agentzh)
e82793361b
bumped version to 1.7.7.2 RC2.
2015-01-29 14:56:19 -08:00
Yichun Zhang (agentzh)
f46cfc667d
bumped version to 1.7.7.2rc1.
2015-01-21 14:53:39 -08:00
Yichun Zhang (agentzh)
03b25469c8
feature: we bundle the resty-cli project to include its "resty" tool instead of using our own.
2014-12-29 14:49:08 -08:00
Yichun Zhang (agentzh)
b70fdea626
formal release 1.7.7.1.
2014-12-06 17:32:25 -08:00
Yichun Zhang (agentzh)
8a5b1bb328
upgraded LuaJIT to 2.1-20141128.
2014-11-28 18:58:23 -08:00
Yichun Zhang (agentzh)
47bf7e9349
release 1.7.7.1 RC1.
2014-11-28 18:57:29 -08:00
Yichun Zhang (agentzh)
46a5fd3bba
upgraded the nginx core to 1.7.7.
2014-10-29 21:27:14 -07:00
Yichun Zhang (agentzh)
dde4c94fd0
bugfix: applied a patch to the nginx core to fix a memory invalid read regression introduced in nginx 1.7.5+'s resolver.
2014-09-30 16:05:19 -07:00
Yichun Zhang (agentzh)
e2a964d124
upgraded ngx_lua to 0.9.12.
2014-09-02 20:49:17 -07:00
Yichun Zhang (agentzh)
cf8c075e79
resty: more improvements.
...
* made ngx.exit() an alias of os.exit().
* made the exit status code right for the wrapper process.
* require at least ngx_lua 0.9.12 to prevent memory bugs in older
versions.
* suppressed a debugging output line.
2014-08-20 22:02:40 -07:00
Yichun Zhang (agentzh)
399bdecaef
feature: added new command-line utility, "resty", to run Lua code or Lua files (for OpenResty) directly from the command-line. it is installed into the "<prefix>/bin" directory. prodded by Vitaly Kosenko.
2014-08-20 14:58:58 -07:00
Yichun Zhang (agentzh)
5b6c063ae7
bumped version to 1.7.4.1rc1.
2014-08-16 14:45:41 -07:00
Yichun Zhang (agentzh)
e225c37731
upgraded the nginx core to 1.7.4.
2014-08-07 19:18:57 -07:00
Yichun Zhang (agentzh)
cc4a307f0e
upgraded the nginx core to 1.7.3.
2014-07-13 20:35:52 -07:00
Yichun Zhang (agentzh)
315279079f
bumped version to 1.7.2.1.
2014-07-12 19:57:20 -07:00
Yichun Zhang (agentzh)
da19bb5a49
bumped version to 1.7.2.1rc2.
2014-07-08 14:52:33 -07:00
Yichun Zhang (agentzh)
ee61517201
bumped version to 1.7.2.1rc1. also updated tests to reflect recent changes.
2014-06-30 21:39:08 -07:00
Yichun Zhang (agentzh)
b824a3cb59
upgraded the nginx core to 1.7.2.
2014-06-17 16:57:10 -07:00
Yichun Zhang (agentzh)
6e41bcd018
bumped version to 1.7.0.1 and also updated the test suite to reflect recent changes.
2014-06-07 13:51:02 -07:00
Yichun Zhang (agentzh)
b54113f517
upgraded ngx_lua to 0.9.8.
2014-05-31 21:47:26 -07:00
Yichun Zhang (agentzh)
91484d0e11
upgraded LuaJIT to v2.1-20140515-2.
2014-05-17 14:19:29 -07:00
Yichun Zhang (agentzh)
9c3a123035
upgraded nginx core to 1.7.0.
2014-05-03 12:59:19 -07:00
Yichun Zhang (agentzh)
2ee8fe558a
updated tests to reflect recent changes; also bumped version to 1.5.12.1.
2014-04-29 13:32:50 -07:00
Yichun Zhang (agentzh)
e3b7de9b23
upgraded LuaJIT to v2.1-20140423.
2014-04-23 15:57:36 -07:00
Yichun Zhang (agentzh)
c2fb3c9dac
bumped version to 1.5.12.1rc3.
2014-04-19 20:06:11 -07:00
Yichun Zhang (agentzh)
b6661ea47c
bumped LuaJIT version to v2.1-20140411.
2014-04-11 21:10:51 -07:00
Yichun Zhang (agentzh)
b0f1e786c1
upgraded the nginx core to 1.5.12.
2014-04-03 17:36:53 -07:00
Yichun Zhang (agentzh)
37ba2b1015
backported the patch to the nginx core for the latest SPDY security vulnerability (CVE-2014-0133).
2014-03-19 17:38:31 -07:00
Yichun Zhang (agentzh)
2ba03387fd
upgraded LuaJIT to v2.1-20140313.
2014-03-13 20:57:32 -07:00
Yichun Zhang (agentzh)
e36d505d80
upgraded the patches for nginx 1.5.11.
2014-03-08 15:02:35 -08:00
Yichun Zhang (agentzh)
227e4e0da2
upgraded nginx core to 1.5.9.
2014-01-27 22:11:50 -08:00
Yichun Zhang (agentzh)
84f46c7be5
bumped version to 1.5.8.1.
2014-01-10 18:09:13 -08:00
Yichun Zhang (agentzh)
1eb135cc6a
upraded the nginx core to 1.5.8.
2013-12-18 13:44:42 -08:00
Yichun Zhang (agentzh)
8cec47f755
upgraded the nginx core to 1.5.7.
2013-12-15 13:21:56 -08:00
Yichun Zhang (agentzh)
02614af5ed
bugfix: the include path for LuaJIT headers was still pointing to luajit-2.0, which should have been luajit-2.1 instead. thanks Tor Hveem for the report.
2013-12-14 18:44:59 -08:00
Yichun Zhang (agentzh)
c338e4d0e2
bumped version to 1.4.3.7.
2013-12-14 16:05:18 -08:00
Yichun Zhang (agentzh)
0528788543
feature: added new configure option --with-pcre-conf-opt=OPTIONS to the nginx core to allow custom PCRE ./configure build options. thanks Lance Li for the original patch in #39 .
2013-12-10 10:19:00 -08:00
Yichun Zhang (agentzh)
8b86c72ea2
applied the official patch patch.2013.space.txt for the Nginx core to fix the security issue CVE-2013-4547.
2013-11-20 21:05:36 -08:00
Yichun Zhang (agentzh)
383ed9a47d
bumped version to 1.4.3.4.
2013-11-12 19:54:50 -08:00
Yichun Zhang (agentzh)
bd81be02ee
bumped version to 1.4.3.3.
2013-11-06 13:14:12 -08:00
Yichun Zhang (agentzh)
fa917e6620
upgraded ngx_lua to 0.9.2 and ngx_srcache to 0.24.
2013-11-06 12:09:22 -08:00
Yichun Zhang (agentzh)
95d727fd8f
bumped version to 1.4.3.1; also updated tests to reflect recent changes.
2013-10-29 12:10:20 -07:00
Yichun Zhang (agentzh)
35e053cb6c
upgraded the nginx core to 1.4.3.
2013-10-17 16:15:42 -07:00
Yichun Zhang (agentzh)
ae74836236
mainline version 1.4.2.9.
2013-09-29 23:53:48 -07:00
Yichun Zhang (agentzh)
f0243eb2aa
upgraded lua-resty-redis to 0.16.
2013-09-22 23:22:42 -07:00
Yichun Zhang (agentzh)
76a803640a
bumped version to 1.4.2.8 and also updated tests accordingly.
2013-09-22 15:06:53 -07:00
Yichun Zhang (agentzh)
5fe07d1df5
upgraded ngx_lua to 0.8.10.
2013-09-22 14:54:37 -07:00
Yichun Zhang (agentzh)
2c23a0859e
bumped version to 1.4.2.7 and also updated the test suite accordingly.
2013-09-15 14:01:20 -07:00
Yichun Zhang (agentzh)
8012da1f61
upgraded ngx_lua to 0.8.9 and ngx_echo to 0.48.
2013-09-15 13:55:01 -07:00
Yichun Zhang (agentzh)
5c77ae9d4a
bumped version to 1.4.2.5.
2013-09-08 16:27:28 -07:00
Yichun Zhang (agentzh)
559f187c3c
upgraded ngx_set_misc to 0.22.
2013-09-08 16:08:51 -07:00
Yichun Zhang (agentzh)
e84b9d0175
upgraded ngx_echo to 0.47, ngx_drizzle to 0.1.6, ngx_lua to 0.8.7, and ngx_memc to 0.13.
2013-09-02 23:56:51 -07:00
Yichun Zhang (agentzh)
221130defc
updated patches for nginx 1.5.4.
2013-08-30 16:02:05 -07:00
Yichun Zhang (agentzh)
921fd6d675
checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3.
2013-08-30 12:41:13 -07:00
Yichun Zhang (agentzh)
c36f990f10
bumped version to 1.4.2.1; also updated tests to reflect recent changes.
2013-08-11 11:03:52 -07:00
Yichun Zhang (agentzh)
3d547529fd
upgraded the nginx core to 1.4.2.
2013-08-06 22:29:52 -07:00
Yichun Zhang (agentzh)
d0834f8cd9
bumped version to 1.4.1.3.
2013-08-06 20:22:44 -07:00
Yichun Zhang (agentzh)
110c8fe4ce
bumped version to 1.4.1.1.
2013-07-18 15:58:42 -07:00
agentzh (Yichun Zhang)
c312ba38b3
added patches for nginx 1.4.1.
2013-06-10 16:35:04 -07:00
agentzh (Yichun Zhang)
b9eb443da6
bumped version to 1.2.8.6.
2013-06-10 11:49:51 -07:00
agentzh (Yichun Zhang)
72da5ad7ba
upgraded LuaJIT to 2.0.2.
2013-06-07 22:23:45 -07:00
agentzh (Yichun Zhang)
ac3b864532
Revert "upgraded ngx_lua to 0.8.3rc1."
...
This reverts commit 6c14ea5c56
.
2013-06-07 16:25:46 -07:00
agentzh (Yichun Zhang)
6c14ea5c56
upgraded ngx_lua to 0.8.3rc1.
2013-05-30 16:26:09 -07:00
agentzh (Yichun Zhang)
b68ec13a71
bumped version to 1.2.8.5.
2013-05-23 16:19:34 -07:00
agentzh (Yichun Zhang)
d9a491a88c
upgraded ngx_lua to 0.8.2rc1.
2013-05-14 17:21:50 -07:00
agentzh (Yichun Zhang)
07fbdad118
applied the official patch for the nginx security vulnerability CVE-2013-2070.
2013-05-13 12:37:43 -07:00
agentzh (Yichun Zhang)
090060c907
updated tests to reflect recent changes; also bumped version number to 1.2.8.1.
2013-04-26 15:57:29 -07:00
agentzh (Yichun Zhang)
aadd93ff24
upgraded the nginx core to 1.2.8.
2013-04-20 22:41:46 -07:00
agentzh (Yichun Zhang)
a2ed0a0403
upgraded ngx_lua to 0.7.21 and ngx_encrypted_session to 0.03; also bumped bundle version to 1.2.7.6.
2013-04-16 16:21:43 -07:00
agentzh (Yichun Zhang)
8e57e2541b
bumped version to 1.2.7.5; updated tests to reflect recent changes.
2013-04-09 17:07:03 -07:00
agentzh (Yichun Zhang)
49d9d9b778
nginx-1.2.7-upstream_truncation.patch: worked around an issue in ngx_event_pipe_copy_input_filter because it does not set p->upstream_done when p->length <= 0 like ngx_http_proxy_copy_filter.
2013-04-08 16:50:48 -07:00
agentzh (Yichun Zhang)
e7053c9ca9
updated the dtrace patch to make the stap function ngx_chain_dump() print out info about the "last_buf" and "last_in_chain" flags in bufs.
2013-04-04 18:26:27 -07:00
agentzh (Yichun Zhang)
d54e2dcc69
upgraded ngx_echo to 0.45, ngx_drizzle to 0.1.5, ngx_lua to 0.7.19, and lua-resty-memcached to 0.11.
2013-03-27 12:49:22 -07:00
agentzh (Yichun Zhang)
7e359ff049
upgraded ngx_lua to 0.7.18, ngx_echo to 0.44, ngx_redis2 to 0.10, and lua-resty-upload to 0.08; also bumped version to 1.2.7.3.
2013-03-24 22:35:33 -07:00
agentzh (Yichun Zhang)
9f52ad4a45
applied the variables_in_redis_pass patch to ngx_redis 0.3.6 to allow use of nginx variables in the redis_pass directive.
2013-03-21 18:03:56 -07:00
agentzh (Yichun Zhang)
a925be09c9
bugfix: applied Lanshun Zhou's run_posted_requests_in_resolver patch to the Nginx core: http://mailman.nginx.org/pipermail/nginx-devel/2013-March/003476.html
2013-03-20 18:48:27 -07:00
agentzh (Yichun Zhang)
d91993fc38
upgraded ngx_lua to 0.7.18rc2.
2013-03-20 12:51:22 -07:00
agentzh (Yichun Zhang)
c9f5ca8566
upgraded ngx_lua to 0.7.17 and ngx_echo to 0.43. also applied the official hotfix #1 patch for LuaJIT 2.0.1.
2013-03-16 12:03:22 -07:00
agentzh (Yichun Zhang)
9e944b8c53
bumped version to 1.2.7.1 and upgraded ngx_lua to 0.7.16.
2013-02-22 22:45:21 -08:00
agentzh (Yichun Zhang)
db978031d2
upgraded the nginx core to 1.2.7.
2013-02-18 12:16:45 -08:00
agentzh (Yichun Zhang)
1ca5fb8597
bumped version to 1.2.6.6.
2013-02-17 19:04:41 -08:00
agentzh (Yichun Zhang)
8496c99def
upgraded ngx_lua to 0.7.15.
2013-02-12 22:00:41 -08:00
agentzh (Yichun Zhang)
dd4620afaf
bumped version to 1.2.6.5.
2013-02-08 11:57:25 -08:00
agentzh (Yichun Zhang)
a553009af0
upgraded ngx_srcache to 0.19.
2013-02-04 22:17:41 -08:00
agentzh (Yichun Zhang)
ed74e3d767
bumped version to 1.2.6.3.
2013-02-03 23:00:39 -08:00
agentzh (Yichun Zhang)
0a2dcd7c50
added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch.
2013-01-26 20:01:12 -08:00
agentzh (Yichun Zhang)
6d0cbed3f7
bumped version to 1.2.6.1; updated tests to reflect recent changes.
2013-01-04 23:02:12 -08:00
agentzh (Yichun Zhang)
1da1181ba1
upgraded ngx_lua to 0.7.12.
2012-12-29 21:31:42 -08:00
agentzh (Yichun Zhang)
a31b1d0118
upgraded ngx_lua to 0.7.10.
2012-12-25 21:53:06 -08:00
agentzh (Yichun Zhang)
f2b37bbcc7
upgraded the nginx core to 1.2.6.
2012-12-23 17:54:00 -08:00
agentzh (Yichun Zhang)
1b425e82b6
bumped version to 1.2.4.14.
2012-12-23 14:21:42 -08:00
agentzh (Yichun Zhang)
3f212924cf
upgraded lua-resty-upload to 0.05.
2012-12-12 15:55:00 -08:00
agentzh (Yichun Zhang)
bdc3c5e077
upgraded lua-resty-mysql to 0.12; also bumped version number to 1.2.4.13.
2012-12-11 11:36:20 -08:00
agentzh (Yichun Zhang)
5e881d7591
upgraded ngx_lua to 0.7.8.
2012-12-08 23:40:24 -08:00
agentzh (Yichun Zhang)
300b788e88
upgraded ngx_lua to 0.7.7; bumped version to 1.2.4.11.
2012-12-08 00:08:44 -08:00
agentzh (Yichun Zhang)
1f83898d01
applied slab_alloc_no_memory_as_info.patch to lower the log level of the error message "ngx_slab_alloc() failed: no memory" from "crit" to "info".
2012-12-05 20:54:05 -08:00
agentzh (Yichun Zhang)
31e4baf6ca
bumped version to 1.2.4.11rc3.
2012-12-05 15:22:20 -08:00
agentzh (Yichun Zhang)
2696c9f161
upgraded ngx_lua to 0.7.6rc2.
2012-12-01 17:30:31 -08:00
agentzh (Yichun Zhang)
2ad093b4fa
include the latest bugfixes for LuaJIT 2.0 from the git repository (up to git commit 2ad9834d).
2012-11-28 22:20:03 -08:00
agentzh (Yichun Zhang)
9e9a6616c1
bumped version to 1.2.4.9.
2012-11-20 15:11:59 -08:00
agentzh (Yichun Zhang)
35b5f534cf
upgraded ngx_lua to 0.7.5rc1.
2012-11-20 11:18:14 -08:00
agentzh (Yichun Zhang)
9bd2c1fbc5
checked in the patches for the nginx 1.2.5 core.
2012-11-14 18:46:34 -08:00
agentzh (Yichun Zhang)
d4e5d9967d
upgraded LuaJIT to 2.0.0 (final).
2012-11-12 12:11:43 -08:00
agentzh (Yichun Zhang)
67745bc16b
upgraded ngx_lua to 0.7.4; also bumped version of ngx_openresty to 1.2.4.7.
2012-11-11 17:24:34 -08:00
agentzh (Yichun Zhang)
eac1071088
upgraded luajit to 2.0.0rc3.
2012-11-08 19:15:49 -08:00
agentzh (Yichun Zhang)
86a935befc
upgraded luajit to 2.0.0rc2.
2012-11-06 12:21:49 -08:00
agentzh (Yichun Zhang)
8950d4655d
added terminal colors to the output of the util/mirror-tarballs script; also added the upstream_test_connect_kqueue patch for nginx 1.3.7.
2012-11-05 21:59:27 -08:00
agentzh (Yichun Zhang)
6ca011f192
upgraded luajit to 2.0.0-rc1.
2012-11-05 12:17:26 -08:00
agentzh (Yichun Zhang)
0602a38652
bumped version to 1.2.4.5; also updated tests to reflect recent changes.
2012-10-30 17:37:49 -07:00
agentzh (Yichun Zhang)
2c38f847b9
upgraded ngx_lua to 0.7.3.
2012-10-30 17:13:44 -07:00
agentzh (Yichun Zhang)
c0c25af648
applied the hotfix #1 for luajit 2.0.0 beta11.
2012-10-22 11:46:16 -07:00
agentzh (Yichun Zhang)
3482cb3e20
upgraded lua-resty-memcached to 0.09. also bumped version to 1.2.4.3.
2012-10-17 15:04:24 -07:00
agentzh (Yichun Zhang)
500a2053bc
upgraded luajit to 2.0.0beta11.
2012-10-16 18:52:27 -07:00
agentzh (Yichun Zhang)
8ead3bebb4
bumped version to 1.2.4.1; also updated the test suite to reflect recent changes.
2012-10-14 12:25:16 -07:00
agentzh (Yichun Zhang)
b19a7dfba7
upgraded ngx_lua to 0.7.1.
2012-10-13 20:04:20 -07:00
agentzh (Yichun Zhang)
1dd6b50740
upgraded patches for nginx 1.3.7.
2012-10-10 23:03:56 -07:00
agentzh (Yichun Zhang)
07a3959dd2
upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0.
2012-10-10 18:06:47 -07:00
agentzh (Yichun Zhang)
00621a168b
bumped version to 1.2.3.8.
2012-10-08 14:49:48 -07:00
agentzh (Yichun Zhang)
676d24e9d2
bumped version to 1.2.3.7 and updated the tests to reflect recent changes.
2012-10-06 12:11:49 -07:00
agentzh (Yichun Zhang)
ab224cbfaa
upgraded ngx_lua to 0.6.9.
2012-10-02 18:09:21 -07:00
agentzh (Yichun Zhang)
eaf795624e
bumped version to 1.2.3.5.
2012-10-01 11:24:42 -07:00
agentzh (Yichun Zhang)
8f25d8997e
upgraded ngx_lua to 0.6.8.
2012-09-28 20:34:28 -07:00
agentzh (Yichun Zhang)
72f9765050
upgraded ngx_lua to 0.6.7 and ngx_openresty to 1.2.3.3.
2012-09-26 22:11:35 -07:00
agentzh (Yichun Zhang)
e76578edfc
upgraded ngx_lua to 0.6.5.
2012-09-15 13:17:40 -07:00
agentzh (Yichun Zhang)
e5ba4d313a
checked in the patches for nginx 1.3.6.
2012-09-13 15:28:34 -07:00
agentzh (Yichun Zhang)
b201032d1e
upgraded lua-resty-dns to 0.07.
2012-08-24 15:01:21 -07:00
agentzh (Yichun Zhang)
61ae4da522
upgraded lua-resty-dns to 0.06 and ngx_lua to 0.6.2.
2012-08-22 15:28:09 -07:00
agentzh (Yichun Zhang)
ea820f5c9f
upgraded ngx_lua to 0.6.2rc1.
2012-08-22 11:50:04 -07:00
agentzh (Yichun Zhang)
6fe95fbbe4
upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1.
2012-08-15 16:42:06 -07:00
agentzh (章亦春)
e1c0786358
upgraded the dtrace patches for nginx 1.2.1 and 1.3.4. also bumped the version to 1.2.1.14.
2012-08-14 20:51:17 -07:00
agentzh (章亦春)
9e49dee28a
upgraded ngx_lua to 0.5.14.
2012-08-13 22:23:30 -07:00
agentzh (章亦春)
655bf32451
upgraded ngx_lua to 0.5.13, ngx_echo to 0.41, and lua-resty-dns to 0.05.
2012-08-12 11:41:38 -07:00
agentzh (章亦春)
65237ea02f
bumped version to 1.2.1.11.
2012-08-05 21:56:42 -07:00
agentzh (章亦春)
6a805a1e28
upgraded ngx_lua to 0.5.12.
2012-08-04 16:57:27 -07:00
agentzh (章亦春)
4a24efa64f
upgraded ngx_headers_more to 0.18 and ngx_drizzle to 0.1.2.
2012-08-02 15:46:47 -07:00
agentzh (章亦春)
4b236d13b0
bumped version to 1.2.1.9.
2012-07-30 12:57:58 -07:00
agentzh (章亦春)
b7ffa0d0e5
upgraded ngx_lua to 0.5.10.
2012-07-29 23:56:03 -07:00
agentzh (章亦春)
c21b63ea3f
now we apply the dtrace patch by default.
2012-07-26 10:59:33 -07:00
agentzh (章亦春)
14167b6890
upgraded lua-resty-mysql to 0.10.
2012-07-22 11:29:13 -07:00
agentzh (章亦春)
fdfd34ccfd
upgraded ngx_lua to 0.5.8rc1.
2012-07-19 11:58:48 -07:00
agentzh (章亦春)
4ae742cb70
upgraded ngx_lua to 0.5.7 and lua-resty-mysql to 0.09.
2012-07-14 12:34:18 -07:00
agentzh (章亦春)
77f94345d1
upgraded lua-resty-redis to 0.11.
2012-07-12 16:38:28 -07:00
agentzh (章亦春)
ebed2ed1c2
upgraded the standard lua interpreter to 5.1.5; also disabled the Lua 5.0 compatibility in this Lua implementation.
2012-07-04 19:58:13 -07:00
agentzh (章亦春)
4118c23f95
upgraded ngx_lua to 0.5.5 and lua-resty-redis to 0.10.
2012-07-04 13:51:43 -07:00
agentzh (章亦春)
28e127dd92
upgraded ngx_srcache to 0.14.
2012-06-27 20:52:22 -07:00
agentzh (章亦春)
21a9b100a1
upgraded ngx_echo to 0.40 and ngx_lua to 0.5.3.
2012-06-25 11:12:01 +08:00
agentzh (章亦春)
3373388062
bumped version to 1.2.1.3rc1.
2012-06-24 20:44:16 +08:00
agentzh (章亦春)
8e363e3493
we no longer bundle ngx_http_upstream_keepalive_module because it is already part of the nginx 1.2.1 core. released ngx_openresty devel version 1.2.1.1.
2012-06-22 23:07:17 +08:00
agentzh (章亦春)
2a871e5740
upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1.
2012-06-17 17:24:48 +08:00