Yichun Zhang (agentzh)
b0b9544aa5
upgraded lua-resty-limit-traffic to 0.04.
2017-08-08 12:07:39 -07:00
Yichun Zhang (agentzh)
3e69abf93c
upgraded ngx_echo to 0.61rc1.
2017-08-05 15:41:49 -07:00
Yichun Zhang (agentzh)
c408e5f68f
upgraded ngx_lua to 0.10.9rc9.
2017-08-04 17:43:17 -07:00
spacewander
2223edb87d
misc: added templates for issue and pull request.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-07-25 14:57:32 -07:00
spacewander
adcff66454
feature: applied a patch to the nginx core to make the nginx variable $proxy_add_x_forwarded_for accessible on Lua land.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-07-16 10:51:28 -07:00
Yichun Zhang (agentzh)
68fdc6754b
COPYRIGHT: added licenses of openssl, zlib, and pcre.
2017-07-12 16:02:02 -07:00
Yichun Zhang (agentzh)
645530f76e
upgraded resty-cli to 0.18rc6.
2017-07-12 15:30:03 -07:00
Yichun Zhang (agentzh)
24a6779879
upgraded lua-resty-dns to 0.19rc1.
2017-07-12 15:29:01 -07:00
Yichun Zhang (agentzh)
9fcae3552f
upgraded lua-resty-core to 0.1.12rc8.
2017-07-12 15:27:31 -07:00
Yichun Zhang (agentzh)
47907fa3a9
upgraded ngx_lua to 0.10.9rc8.
2017-07-12 15:26:09 -07:00
Yichun Zhang (agentzh)
f9a2702f5a
merged openresty 1.11.2.4.
2017-07-11 13:25:01 -07:00
Yichun Zhang (agentzh)
58f39e963f
bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529).
2017-07-11 13:24:06 -07:00
Yichun Zhang (agentzh)
19c6e1fb5c
bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529).
2017-07-11 10:31:25 -07:00
Yichun Zhang (agentzh)
11284ae527
doc: mentions the mercurial dep.
2017-07-06 12:10:37 -07:00
Yichun Zhang (agentzh)
cf01381428
plus: install the COPYRIGHT file as well.
2017-07-02 20:10:44 -07:00
Yichun Zhang (agentzh)
7447076d56
re-formated the COPYRIGHT file.
2017-07-02 20:10:26 -07:00
Yichun Zhang (agentzh)
4f54490595
upgraded lua-resty-limit-traffic to 0.04rc1.
2017-06-30 22:50:34 -07:00
Yichun Zhang (agentzh)
3b500d7c96
upgraded ngx_lua to 0.10.9rc7 and lua-resty-core to 0.1.12rc7.
2017-06-30 22:48:37 -07:00
Datong Sun
3b74625ad3
feature: added the balancer_status_code patch to the nginx core to allow returning arbitrary HTTP status codes inside upstream balancers.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-06-28 10:48:48 -07:00
Yichun Zhang (agentzh)
b1400169a7
minor fixes in dist-check.
2017-06-26 22:14:20 -07:00
Yichun Zhang (agentzh)
bc2068420c
feature: we now search LuaJIT bytecode files .ljbc before Lua source files *.lua in the default Lua module search paths.
2017-06-26 22:03:02 -07:00
Yichun Zhang (agentzh)
b81a5cea66
bugfix: ./configure: the --without-http_lua_upstream option alone incorrectly disabled all the Lua stuff.
2017-06-26 14:17:43 -07:00
Yichun Zhang (agentzh)
add30287e1
change: applied a patch to the nginx core to turn nginx to openresty in the builtin special response pages' footer.
...
Thanks Datong Sun for the patch.
2017-06-23 14:33:08 -07:00
Yichun Zhang (agentzh)
ce30f58339
upgraded ngx_lua to 0.10.9rc6.
2017-06-17 19:09:40 -07:00
Datong Sun
6e74463f66
optimize: privileged agent: reduced the number of ngx_connection_t allocated inside the privileged worker to avoid excessive memory consumption when worker_connections is set very high.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-06-17 15:05:57 -07:00
Yichun Zhang (agentzh)
79520a30f8
upgraded lua-resty-core to v0.1.12rc6.
2017-06-09 13:25:42 -07:00
Yichun Zhang (agentzh)
5426551809
upgraded lua-resty-mysql to 0.20rc1.
2017-05-30 15:01:52 -07:00
Yichun Zhang (agentzh)
bcb9b3b698
upgraded ngx_upstream_lua to 0.07rc1; upgraded lua-resty-string to 0.10rc1; upgraded lua-resty-lock to 0.07rc1; upgraded lua-resty-core to 0.1.12rc5.
2017-05-27 18:11:21 -07:00
Yichun Zhang (agentzh)
9afb06f5eb
upgraded resty-cli to 0.18rc5.
2017-05-19 13:33:18 -07:00
Yichun Zhang (agentzh)
d94772353a
upgraded LuaJIT to v2.1-20170517.
2017-05-17 18:14:29 -07:00
Yichun Zhang (agentzh)
d7da4d6037
upgraded ngx_lua to 0.10.9rc5.
2017-05-15 00:14:22 -07:00
Datong Sun
4950ec7f62
feature: applied the delayed-posted-events patch to the nginx core for adding "delayed posted events" which run in the next event cycle with 0 delay.
...
this nginx core feature is needed by the ngx.sleep(0) feature in
ngx_lua, for example.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-05-14 22:29:31 -07:00
Yichun Zhang (agentzh)
706dee9b7f
bumped version to 1.11.2.4 rc0.3.
2017-05-14 21:28:04 -07:00
Yichun Zhang (agentzh)
5373add959
upgraded resty-cli to 0.18rc4.
2017-05-14 17:10:27 -07:00
Yichun Zhang (agentzh)
a5baad4b83
upgraded lua-resty-core to 0.1.12rc4.
2017-05-14 17:09:04 -07:00
Yichun Zhang (agentzh)
0ed12d446c
upgraded ngx_lua to 0.10.9rc4.
2017-05-14 17:08:01 -07:00
Yichun Zhang (agentzh)
ec8acae28e
bugfix: applied the single_process_graceful_exit patch to the nginx core to fix the issue that nginx fails to perform graceful exit when master_process is turned off.
2017-05-14 10:43:57 -07:00
Yichun Zhang (agentzh)
0ca75dbf45
upgraded resty-cli to 0.18rc3.
2017-05-13 20:50:03 -07:00
Yichun Zhang (agentzh)
e6152d3af4
upgraded resty-cli to 0.18rc2.
2017-05-13 20:07:16 -07:00
Yichun Zhang (agentzh)
1780a1dd5f
upgraded lua-resty-core to 0.1.12rc3.
2017-05-13 19:38:57 -07:00
Yichun Zhang (agentzh)
509afa3d53
upgraded ngx_lua to 0.10.9rc3.
2017-05-13 19:38:08 -07:00
Yichun Zhang (agentzh)
274808af32
upgraded resty-cli to 0.18rc1.
2017-05-13 17:20:19 -07:00
Yichun Zhang (agentzh)
6e8b2f4984
doc: updated the LuaJIT restydoc indexes to the latest version.
...
also upgraded LuaJIT to v2.1-20170513.
2017-05-13 16:37:26 -07:00
Yichun Zhang (agentzh)
6b905f9eef
bumped version to 1.11.2.4 RC0.1.
2017-05-13 16:28:45 -07:00
Yichun Zhang (agentzh)
12b67e3a5c
upgraded lua-resty-core to 0.1.12rc2.
2017-05-13 16:27:31 -07:00
Yichun Zhang (agentzh)
7d5dd68ded
upgraded ngx_lua to 0.10.9rc2.
2017-05-13 16:26:12 -07:00
Yuansheng
7a7576319e
feature: applied the intercept_error_log patch to the nginx core to provide 3rd-party modules a hook to intercept nginx error log data without touching files.
...
3rd-party modules can register a custom interception hook to ngx_http_core_main_conf_t.intercept_log_handler.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-05-12 13:25:36 -07:00
Yichun Zhang (agentzh)
e767256038
upgraded ngx_lua to 0.10.9rc1 and lua-resty-core to 0.1.12rc1.
2017-05-12 11:02:19 -07:00
Yichun Zhang (agentzh)
a8ea810fdc
feature: ./configure: the user flags specified by the --with-luajit-xcflags=FLAGS option are not appended to the default flags instead of being prepended. thanks spacewander for the report in #256 .
2017-05-06 17:38:10 -07:00
Yichun Zhang (agentzh)
dafd10b27d
fixed the tests to reflect recent changes.
2017-05-06 17:18:11 -07:00