Yichun Zhang (agentzh)
f46cfc667d
bumped version to 1.7.7.2rc1.
10 years ago
Yichun Zhang (agentzh)
5f6a50cacc
util/dist-check: added simple checks for the "resty" utility.
10 years ago
Yichun Zhang (agentzh)
16d0b04e1c
upgraded lua-resty-core to 0.1.0.
10 years ago
Yichun Zhang (agentzh)
076f2bd45e
upgraded lua-resty-lrucache to 0.04.
10 years ago
Yichun Zhang (agentzh)
b1a852b27e
upgraded lua-resty-websocket to 0.05.
10 years ago
Yichun Zhang (agentzh)
fdcdc15436
upgraded ngx_set_misc to 0.28.
10 years ago
Yichun Zhang (agentzh)
916245656b
upgraded ngx_lua to 0.9.14.
10 years ago
Yichun Zhang (agentzh)
03b25469c8
feature: we bundle the resty-cli project to include its "resty" tool instead of using our own.
10 years ago
Yichun Zhang (agentzh)
b70fdea626
formal release 1.7.7.1.
10 years ago
Yichun Zhang (agentzh)
8a5b1bb328
upgraded LuaJIT to 2.1-20141128.
10 years ago
Yichun Zhang (agentzh)
47bf7e9349
release 1.7.7.1 RC1.
10 years ago
Yichun Zhang (agentzh)
3b6bfca045
upgraded ngx_lua to 0.9.13.
10 years ago
Yichun Zhang (agentzh)
11b10b4e7b
upgraded lua-resty-dns to 0.14.
10 years ago
Yichun Zhang (agentzh)
a953967d88
upgraded ngx_set_misc to 0.27.
10 years ago
Yichun Zhang (agentzh)
ab169da35b
upgraded lua-resty-lrucache to 0.03.
10 years ago
Yichun Zhang (agentzh)
b06e150af4
upgraded lua-resty-lock to 0.04.
10 years ago
Yichun Zhang (agentzh)
706823455a
upgraded ngx_coolkit to 0.2rc2.
10 years ago
Yichun Zhang (agentzh)
1d15d9e393
upgraded ngx_drizzle to 0.1.8.
10 years ago
Yichun Zhang (agentzh)
3d674b8635
upgraded ngx_echo to 0.57.
10 years ago
Yichun Zhang (agentzh)
94d38e3ff7
upgraded ngx_postgres to 1.0rc5.
10 years ago
Yichun Zhang (agentzh)
80bc3c3549
upgraded LuaJIT to 2.1-20141115.
10 years ago
Yichun Zhang (agentzh)
5cb6e4f591
Revert "bugfix: applied the patch to fix a new regression in nginx 1.7.7's ngx_gzip and ngx_gunzip modules that could lead to request hang when the downstream is slow to write to."
...
This reverts commit b6d3a5cf7b
.
10 years ago
Yichun Zhang (agentzh)
b6d3a5cf7b
bugfix: applied the patch to fix a new regression in nginx 1.7.7's ngx_gzip and ngx_gunzip modules that could lead to request hang when the downstream is slow to write to.
10 years ago
Yichun Zhang (agentzh)
46a5fd3bba
upgraded the nginx core to 1.7.7.
10 years ago
Yichun Zhang (agentzh)
065fb6db35
./configure: usage text: renamed --with-luajit=PATH to --with-luajit=DIR. thanks Dominic for the suggestion in openresty/ngx_openresty#68 .
10 years ago
Yichun Zhang (agentzh)
640108c6f5
./configure: added the default prefix value to the usage text.
10 years ago
Yichun Zhang (agentzh)
445ca90f06
bugfix: applied a patch to the nginx core to fix the memory invalid reads when exceeding the pre-configured limits in an ngx_hash_t hash table. also upgraded ngx_lua to 0.9.13rc1.
10 years ago
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.
10 years ago
Yichun Zhang (agentzh)
6facf67420
upgraded LuaJIT to 2.1-20140920.
10 years ago
Yichun Zhang (agentzh)
2a2c1269b0
bugfix: resty utility: not all the system environments were passed in.
10 years ago
Yichun Zhang (agentzh)
b2cc655554
change: resty: print() is now identical to ngx.say(), which is more in line with the std "print" function. thanks Michal Cichra for the original patch in #65 .
10 years ago
Yichun Zhang (agentzh)
07913609c6
bugfix: resty: we should check the case when exec() fails. thanks Michal Cichra for the original patch in #65 .
10 years ago
Yichun Zhang (agentzh)
9a26a0452d
upgraded ngx_echo to 0.56.
10 years ago
Yichun Zhang (agentzh)
4fed7a2d05
upgraded ngx_set_misc to 0.26.
10 years ago
Yichun Zhang (agentzh)
e2a964d124
upgraded ngx_lua to 0.9.12.
10 years ago
Yichun Zhang (agentzh)
0bfb73764e
bugfix: we might misuse the homebrew version of LuaJIT on Mac OS X when the user specified the --with-ld-opt="-L/usr/local/lib". thanks Aapo Talvensaari for the report.
10 years ago
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.
10 years ago
Yichun Zhang (agentzh)
bb71a30a68
resty: added -I dir for adding dir to Lua module search paths.
10 years ago
Yichun Zhang (agentzh)
af058d15db
resty: made ngx.say, ngx.print, and print accept the same types of arguments as ngx_lua's default.
10 years ago
Yichun Zhang (agentzh)
59e6665224
resty: made ngx.print, ngx.say, and print return meaninful values; also mocked ngx.flush() and ngx.eof().
10 years ago
Yichun Zhang (agentzh)
fae163cc70
resty: use the nameservers in /etc/resolv.conf; if none, default to google's 2 open DNS servers, 8.8.8.8 and 8.8.4.4.
10 years ago
Yichun Zhang (agentzh)
fd1f99ff52
resty: removed the redundant child process reaping code, which also fixes a warning reported by Anton Heryanto.
10 years ago
Yichun Zhang (agentzh)
1140a2fa67
resty: added bug report info to the "resty" utility's usage output.
10 years ago
Yichun Zhang (agentzh)
6f26127d9b
resty: made the usage text more concise.
10 years ago
Yichun Zhang (agentzh)
96fc664875
resty: added the -V option.
10 years ago
Yichun Zhang (agentzh)
f7e34420c0
resty: more configuration love.
10 years ago
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.
10 years ago
Yichun Zhang (agentzh)
aa33a9e752
dist-check: more tolerant about release numbers.
10 years ago
Yichun Zhang (agentzh)
c8b64f9fd4
upgraded ngx_lua to 0.9.12rc1.
10 years ago
Yichun Zhang (agentzh)
1429569342
upgraded lua-cjson to 2.1.0.2.
10 years ago
Yichun Zhang (agentzh)
88f0bdb2ae
./configure: call "sh" explicitly for nginx's ./configure script to prevent weird file permission issues as in #63 .
10 years ago
Yichun Zhang (agentzh)
526c35ce2f
util/install: rm the target file before overwriting to prevent running process from crashing.
10 years ago
Yichun Zhang (agentzh)
5b6c063ae7
bumped version to 1.7.4.1rc1.
10 years ago
Yichun Zhang (agentzh)
34f66f5343
upgraded ngx_set_misc to 0.25.
10 years ago
Yichun Zhang (agentzh)
471940c09b
upgraded lua-resty-mysql to 0.15.
10 years ago
Yichun Zhang (agentzh)
c9c42f0fee
upgraded ngx_form_input to 0.10.
10 years ago
Yichun Zhang (agentzh)
1b20094c21
upgraded ngx_echo to 0.55.
10 years ago
Yichun Zhang (agentzh)
fed9b15524
upgraded lua-resty-dns to 0.13.
10 years ago
Yichun Zhang (agentzh)
51a7b54c60
upgraded lua-resty-websocket to 0.04.
10 years ago
Yichun Zhang (agentzh)
a90eb927f5
upgraded lua-resty-core to 0.0.9.
10 years ago
Yichun Zhang (agentzh)
8da3363507
upgraded lua-resty-upstream-healthcheck to 0.03.
10 years ago
Yichun Zhang (agentzh)
9d3aa49228
upgraded ngx_lua to 0.9.11.
10 years ago
Yichun Zhang (agentzh)
1266a2933e
upgraded ngx_postgres to 1.0rc4.
10 years ago
Yichun Zhang (agentzh)
e225c37731
upgraded the nginx core to 1.7.4.
10 years ago
Yichun Zhang (agentzh)
b7f6be5a2f
upgraded LuaJIT to v2.1-20140805.
10 years ago
Yichun Zhang (agentzh)
c23007bcce
optimize: now we use the C compiler option -O2 by default.
10 years ago
Yichun Zhang (agentzh)
43ae08a6c4
bugfix: applied a patch to fix a bug in the standard ngx_geoip module where its nginx variables like $geoip_latitude might randomly take empty values when they should take perfect values. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005642.html
10 years ago
Yichun Zhang (agentzh)
f26ae39115
bugfix: applied a patch to the nginx core to ensure the ssl handshake procedure in ngx_proxy is always protected by a timer for timeout errors. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005627.html
10 years ago
Yichun Zhang (agentzh)
cc4a307f0e
upgraded the nginx core to 1.7.3.
11 years ago
Yichun Zhang (agentzh)
315279079f
bumped version to 1.7.2.1.
11 years ago
Yichun Zhang (agentzh)
6d854671b7
bugfix: "./configure --without-lua_resty_dns" did not work as declared. thanks Vitaly for the report in #61 .
11 years ago
Yichun Zhang (agentzh)
da19bb5a49
bumped version to 1.7.2.1rc2.
11 years ago
Yichun Zhang (agentzh)
58b1cf3443
upgraded ngx_memc to 0.15.
11 years ago
Yichun Zhang (agentzh)
a485e40fb8
upgraded ngx_srcache to 0.28.
11 years ago
Yichun Zhang (agentzh)
b92c497d19
upgraded lua-resty-lrucache to 0.02.
11 years ago
Yichun Zhang (agentzh)
e6985ae696
upgraded ngx_lua to 0.9.10.
11 years ago
Yichun Zhang (agentzh)
98d4b7ef1f
upgraded LuaJIT to v2.1-20140707.
11 years ago
Yichun Zhang (agentzh)
b1f221b066
change: "./configure --with-debug" now also pass the extra C compiler options -DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC for ngx_lua.
11 years ago
Yichun Zhang (agentzh)
9b656b9c5e
upgraded LuaJIT to v2.1-20140703.
11 years ago
Yichun Zhang (agentzh)
ee61517201
bumped version to 1.7.2.1rc1. also updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
6eaf60aa1c
upgraded LuaJIT to v2.1-20140627.
11 years ago
Yichun Zhang (agentzh)
3dfbe11054
upgraded lua-resty-upstream-healthcheck to 0.02.
11 years ago
Yichun Zhang (agentzh)
185f8cacfa
upgraded ngx_echo to 0.54.
11 years ago
Yichun Zhang (agentzh)
e4a932b5cb
upgraded ngx_form_input to 0.09.
11 years ago
Yichun Zhang (agentzh)
ca534abb8f
upgraded lua-resty-dns to 0.12.
11 years ago
Yichun Zhang (agentzh)
bfc6b755b0
upgraded ngx_lua to 0.9.9.
11 years ago
Yichun Zhang (agentzh)
c08b4a0493
upgraded lua-resty-core to 0.0.8.
11 years ago
Yichun Zhang (agentzh)
9e5299a0d2
use cc as the default C compiler for luajit and lua C libraries.
11 years ago
Yichun Zhang (agentzh)
b824a3cb59
upgraded the nginx core to 1.7.2.
11 years ago
Yichun Zhang (agentzh)
6e41bcd018
bumped version to 1.7.0.1 and also updated the test suite to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
62633cfa8d
upgraded LuaJIT to v2.1-20140607.
11 years ago
Yichun Zhang (agentzh)
bc3cb9243f
feature: bundled new Lua library, lua-resty-lrucache, which is also enabled by default.
11 years ago
Yichun Zhang (agentzh)
20ace16258
upgraded LuaJIT to v2.1-20140531, ngx_srcache to 0.27, and lua-resty-core to 0.0.7.
11 years ago
Yichun Zhang (agentzh)
b54113f517
upgraded ngx_lua to 0.9.8.
11 years ago
Yichun Zhang (agentzh)
f1f3ba8ec6
upgraded LuaJIT to v2.1-20140520.
11 years ago
Yichun Zhang (agentzh)
4085b21eb8
updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
91484d0e11
upgraded LuaJIT to v2.1-20140515-2.
11 years ago
Yichun Zhang (agentzh)
f5d5e5a2fa
dist-check: use -DLUA_USE_TRACE_LOGS for the debug build of luajit.
11 years ago
Yichun Zhang (agentzh)
1e7d38d479
removed our bundled version of ngx_http_auth_request_module because recent versions of the nginx core already have it. thanks @LazyZhu for the report in #47 .
11 years ago
Yichun Zhang (agentzh)
1dbd0b24d2
apply the slab_defrag patch to the nginx core by default.
11 years ago
Yichun Zhang (agentzh)
9c3a123035
upgraded nginx core to 1.7.0.
11 years ago
Yichun Zhang (agentzh)
2ee8fe558a
updated tests to reflect recent changes; also bumped version to 1.5.12.1.
11 years ago
Yichun Zhang (agentzh)
6ab944ebc4
upgraded ngx_lua_upstream module to 0.02.
11 years ago
Yichun Zhang (agentzh)
332a42f57f
upgraded ngx_redis2 to 0.11.
11 years ago
Yichun Zhang (agentzh)
60bc64a72a
build: updated links to reflect recent repos migration over the github "openresty" account.
11 years ago
Yichun Zhang (agentzh)
e3b7de9b23
upgraded LuaJIT to v2.1-20140423.
11 years ago
Yichun Zhang (agentzh)
c2fb3c9dac
bumped version to 1.5.12.1rc3.
11 years ago
Yichun Zhang (agentzh)
84f0092a6c
upgraded LuaJIT to v2.1-20140419.
11 years ago
Yichun Zhang (agentzh)
8cd9200a0f
upgraded lua-resty-websocket to 0.03.
11 years ago
Yichun Zhang (agentzh)
5d4854f3e9
upgraded ngx_echo to 0.53.
11 years ago
Yichun Zhang (agentzh)
b6661ea47c
bumped LuaJIT version to v2.1-20140411.
11 years ago
Yichun Zhang (agentzh)
77104b6cdf
upgraded ngx_lua to 0.9.7.
11 years ago
Yichun Zhang (agentzh)
e932c8a136
upgraded lua-resty-core to 0.0.6.
11 years ago
Yichun Zhang (agentzh)
10fd3ea365
upgraded LuaJIT to v2.1-20140403.
11 years ago
Yichun Zhang (agentzh)
303601ef8c
upgraded lua-resty-lock to 0.03.
11 years ago
Yichun Zhang (agentzh)
7f377fd354
upgraded lua-resty-string to 0.09.
11 years ago
Yichun Zhang (agentzh)
fdad0c63ce
upgraded ngx_form_input to 0.08.
11 years ago
Yichun Zhang (agentzh)
b0f1e786c1
upgraded the nginx core to 1.5.12.
11 years ago
Yichun Zhang (agentzh)
d001d17d0c
upgraded ngx_lua to 0.9.6, ngx_srcache to 0.26, lua-resty-core to 0.0.5, and ngx_echo to 0.52.
11 years ago
Yichun Zhang (agentzh)
37ba2b1015
backported the patch to the nginx core for the latest SPDY security vulnerability (CVE-2014-0133).
11 years ago
Yichun Zhang (agentzh)
2ba03387fd
upgraded LuaJIT to v2.1-20140313.
11 years ago
Yichun Zhang (agentzh)
03eae9e632
updated the tests to reflect recent changes; also added the --without-http_lua_upstream_module option to the usage message of ./configure.
11 years ago
Yichun Zhang (agentzh)
965bd0fba0
upgraded lua-resty-redis to 0.20 for real this time.
11 years ago
Yichun Zhang (agentzh)
f8783f35b1
upgraded luajit to v2.1-20140305, lua-cjson to 2.1.0.1, lua-resty-core to 0.0.4, lua-resty-redis to 0.20, and ngx_lua to 0.9.5; bundled the ngx_lua_upstream module and the lua-resty-upstream-healthcheck library.
11 years ago
Yichun Zhang (agentzh)
e36d505d80
upgraded the patches for nginx 1.5.11.
11 years ago
Yichun Zhang (agentzh)
3ddc73ac43
dist-check: added simple sanity test for the cjson.safe Lua module.
11 years ago
Yichun Zhang (agentzh)
35934abdb1
configure: added support for DragonFlyBSD. thanks @lhmwzy for the patch in #44 .
11 years ago
Yichun Zhang (agentzh)
3b078c75ae
upgraded LuaJIT v2.1 to 2.1-20140129.
11 years ago
Yichun Zhang (agentzh)
227e4e0da2
upgraded nginx core to 1.5.9.
11 years ago
Yichun Zhang (agentzh)
676150c81b
bugfix: setting $args might not make ngx_proxy (and others) honour the change. applied the setting_args_invalidates_uri patch to fix this issue. thanks rvsw for the report.
11 years ago
Yichun Zhang (agentzh)
84f46c7be5
bumped version to 1.5.8.1.
11 years ago
Yichun Zhang (agentzh)
65367a71cd
upgraded lua-resty-dns to 0.11.
11 years ago
Yichun Zhang (agentzh)
5e9a5cdc95
upgraded lua-resty-redis to 0.18.
11 years ago
Yichun Zhang (agentzh)
85d38c49a2
upgraded lua-resty-memcached to 0.13.
11 years ago
Yichun Zhang (agentzh)
486b212269
upgraded lua-resty-lock to 0.02.
11 years ago
Yichun Zhang (agentzh)
c1fb5194ef
upgraded lua-resty-core to 0.0.3.
11 years ago
Yichun Zhang (agentzh)
87e5f34a9d
upgraded ngx_srcache to 0.25.
11 years ago
Yichun Zhang (agentzh)
e85568e044
upgraded ngx_set_misc to 0.24.
11 years ago
Yichun Zhang (agentzh)
d093c84c8e
upgraded ngx_headers_more to 0.25.
11 years ago
Yichun Zhang (agentzh)
613d5ad058
upgraded ngx_echo to 0.51.
11 years ago
Yichun Zhang (agentzh)
0794f667d6
upgraded ngx_lua to 0.9.4.
11 years ago
Yichun Zhang (agentzh)
f830a55d2d
updated the usage info for ./configure to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
2904556700
upgraded LuaJIT to v2.1-20140109.
11 years ago
Yichun Zhang (agentzh)
1c9f799fa6
now we default to LuaJIT instead of the standard Lua 5.1 interpreter.
11 years ago
Yichun Zhang (agentzh)
9a3e9dbffd
bugfix: nginx's builtin resolver did not accept domain names with a trailing dot.
11 years ago
Yichun Zhang (agentzh)
793c541c45
upgraded LuaJIT to 2.1-20140101.
11 years ago
Yichun Zhang (agentzh)
b7348233e8
upgraded ngx_lua to 0.9.4rc1.
11 years ago
Yichun Zhang (agentzh)
6dc6ba72d5
upgraded ngx_drizzle to 0.1.7.
11 years ago
Yichun Zhang (agentzh)
1eb135cc6a
upraded the nginx core to 1.5.8.
11 years ago
Yichun Zhang (agentzh)
8cec47f755
upgraded the nginx core to 1.5.7.
11 years ago
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.
11 years ago
Yichun Zhang (agentzh)
c338e4d0e2
bumped version to 1.4.3.7.
11 years ago
Yichun Zhang (agentzh)
374f575dfa
upgraded ngx_memc to 0.14.
11 years ago
Yichun Zhang (agentzh)
b53c539f7e
upgraded ngx_set_misc to 0.23.
11 years ago
Yichun Zhang (agentzh)
a16a33d417
upgraded ngx_rds_json to 0.13.
11 years ago
Yichun Zhang (agentzh)
e3e60a3a68
upgraded ngx_headers_more to 0.24.
11 years ago
Yichun Zhang (agentzh)
71a675f4fb
upgraded ngx_echo to 0.50.
11 years ago
Yichun Zhang (agentzh)
adb00e91e7
upgraded LuaJIT to v2.1-20131211.
11 years ago
Yichun Zhang (agentzh)
c6aad4deba
upgraded ngx_lua to 0.9.3.
11 years ago
Yichun Zhang (agentzh)
b8bf7bbb4c
feature: bundle the lua-resty-core library, which reimplements ngx_lua's Lua API with LuaJIT FFI.
11 years ago
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 .
11 years ago
Yichun Zhang (agentzh)
5be3b51678
upgraded ngx_array_var to 0.03.
11 years ago
Yichun Zhang (agentzh)
1728ca8c66
feature: applied the larger_max_error_str patch to the nginx core to allow error log messages up to 4096 bytes.
11 years ago
Yichun Zhang (agentzh)
157febe350
upgraded ngx_http_redis module to 0.3.7.
11 years ago
Yichun Zhang (agentzh)
8b86c72ea2
applied the official patch patch.2013.space.txt for the Nginx core to fix the security issue CVE-2013-4547.
11 years ago
Yichun Zhang (agentzh)
97622943d2
dist-check: explicitly specify gcc for Solaris.
11 years ago
Yichun Zhang (agentzh)
383ed9a47d
bumped version to 1.4.3.4.
11 years ago
Yichun Zhang (agentzh)
bd81be02ee
bumped version to 1.4.3.3.
11 years ago
Yichun Zhang (agentzh)
fa917e6620
upgraded ngx_lua to 0.9.2 and ngx_srcache to 0.24.
11 years ago
Yichun Zhang (agentzh)
b694456ef3
bugfix: applied the cache_manager_exit patch to the nginx core to fix an issue when the cache manager process is shutting down.
11 years ago
Yichun Zhang (agentzh)
95d727fd8f
bumped version to 1.4.3.1; also updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
a860e4192c
upgraded ngx_lua to 0.9.1.
11 years ago
Yichun Zhang (agentzh)
73201a29f7
upgraded ngx_rds_csv to 0.05.
11 years ago
Yichun Zhang (agentzh)
6522b3420c
upgraded ngx_rds_json to 0.12.
11 years ago
Yichun Zhang (agentzh)
360aaab086
upgraded ngx_xss to 0.04.
11 years ago
Yichun Zhang (agentzh)
78cca18fef
upgraded ngx_srcache to 0.23.
11 years ago
Yichun Zhang (agentzh)
a06c2308e1
upgraded ngx_headers_more to 0.23.
11 years ago
Yichun Zhang (agentzh)
d919948850
upgraded ngx_echo to 0.49.
11 years ago
Yichun Zhang (agentzh)
cd3b7f3bfb
upgraded lua-resty-redis to 0.17 and lua-resty-upload to 0.09.
11 years ago
Yichun Zhang (agentzh)
d846011a3e
upgraded lua-resty-mysql to 0.14.
11 years ago
Yichun Zhang (agentzh)
e4ff7dbfac
upgraded lua-resty-websocket to 0.02.
11 years ago
Yichun Zhang (agentzh)
f35f66a487
feature: added patch nginx-1.4.3-proxy_host_port_vars to make $proxy_host and $proxy_port accessible for dynamic languages like Lua and Perl.
11 years ago
Yichun Zhang (agentzh)
1df484be52
bugfix: applied the cache_lock_hang_in_subreq patch to the nginx core to fix the request hang when using proxy_cache_lock in subrequests and the cache lock timeout happens.
11 years ago
Yichun Zhang (agentzh)
4308a5ca45
bugfix: applied the gzip_flush_bug.patch to the nginx core. see also http://mailman.nginx.org/pipermail/nginx-devel/2013-October/004429.html
11 years ago
Yichun Zhang (agentzh)
274b1b6778
bugfix: backported Maxim Dounin's patch to fix an issue in the ngx_gzip module: it did not clear r->connection->buffered when the pending data was already flushed out. this could hang ngx_lua's ngx.flush(true) call, for example.
11 years ago
Yichun Zhang (agentzh)
2d3ff6af97
optimize: now we use https for github downloads to save the unnecessary 301 redirects. thanks Ajay Kemparaj for the patch in #34 .
11 years ago
Yichun Zhang (agentzh)
5f7b64e17a
now we bundle README.markdown to our release tarballs.
11 years ago
Yichun Zhang (agentzh)
35e053cb6c
upgraded the nginx core to 1.4.3.
11 years ago
Yichun Zhang (agentzh)
ae74836236
mainline version 1.4.2.9.
11 years ago
Yichun Zhang (agentzh)
b0d3505b31
upgraded ngx_lua to 0.9.0.
11 years ago
Yichun Zhang (agentzh)
9d2ae2e217
upgraded ngx_devel_kit to 0.2.19.
11 years ago
Yichun Zhang (agentzh)
f0a2f6543e
bundled the new lua-resty-lock library.
11 years ago
Yichun Zhang (agentzh)
937985fc03
bundled new library lua-resty-websocket.
11 years ago
Yichun Zhang (agentzh)
457d0526ea
upgraded lua-resty-memcached to 0.12.
11 years ago
Yichun Zhang (agentzh)
f0243eb2aa
upgraded lua-resty-redis to 0.16.
11 years ago
Yichun Zhang (agentzh)
76a803640a
bumped version to 1.4.2.8 and also updated tests accordingly.
11 years ago
Yichun Zhang (agentzh)
5fe07d1df5
upgraded ngx_lua to 0.8.10.
11 years ago
Yichun Zhang (agentzh)
2c23a0859e
bumped version to 1.4.2.7 and also updated the test suite accordingly.
11 years ago
Yichun Zhang (agentzh)
8012da1f61
upgraded ngx_lua to 0.8.9 and ngx_echo to 0.48.
11 years ago
Yichun Zhang (agentzh)
e0d777bb5d
./configure: always remove exising Makefile before trying to generate a new one.
11 years ago
Yichun Zhang (agentzh)
5c77ae9d4a
bumped version to 1.4.2.5.
11 years ago
Yichun Zhang (agentzh)
2d2132d232
upgraded ngx_lua to 0.8.8.
11 years ago
Yichun Zhang (agentzh)
559f187c3c
upgraded ngx_set_misc to 0.22.
11 years ago
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.
11 years ago
Yichun Zhang (agentzh)
221130defc
updated patches for nginx 1.5.4.
11 years ago
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.
11 years ago
Yichun Zhang (agentzh)
c36f990f10
bumped version to 1.4.2.1; also updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
b3ed109998
upgraded lua-resty-dns to 0.10.
11 years ago
Yichun Zhang (agentzh)
3d547529fd
upgraded the nginx core to 1.4.2.
11 years ago
Yichun Zhang (agentzh)
d0834f8cd9
bumped version to 1.4.1.3.
11 years ago
Yichun Zhang (agentzh)
0222649b03
upgraded ngx_headers_more to 0.22.
11 years ago
Yichun Zhang (agentzh)
320c5008e4
upgraded ngx_lua to 0.8.6.
11 years ago
Yichun Zhang (agentzh)
a4006329a7
upgraded ngx_postgres to 1.0rc3.
11 years ago
Yichun Zhang (agentzh)
2890410b68
upgraded ngx_srcache to 0.22.
11 years ago
Yichun Zhang (agentzh)
197399d1b6
upgraded ngx_echo to 0.46.
11 years ago
Yichun Zhang (agentzh)
110c8fe4ce
bumped version to 1.4.1.1.
12 years ago
Yichun Zhang (agentzh)
2bfd01ed14
upgraded ngx_lua to 0.8.5.
12 years ago
Yichun Zhang (agentzh)
49599affe9
upgraded ngx_lua to 0.8.4.
12 years ago
Yichun Zhang (agentzh)
6f31d3b261
bugfix: configure: spaces in the --with-cc option values resulted in errors.
12 years ago
Yichun Zhang (agentzh)
b9325c34d8
upgraded ngx_lua to 0.8.3.
12 years ago
Yichun Zhang (agentzh)
a169416e71
upgraded ngx_headers_more to 0.21.
12 years ago
Yichun Zhang (agentzh)
cef62e1aa8
only apply gcc-maybe-uninitialized-warning.patch for nginx 1.4.1+.
12 years ago
agentzh (Yichun Zhang)
bb367bc9e6
util/dist-check: now we also check the --with-no-pool-patch option of the ./configure script.
12 years ago
agentzh (Yichun Zhang)
4cdd11476b
applied the patch gcc-maybe-uninitialized-warning.patch for nginx to fix a gcc warning with gcc 4.7.3/4.7.2.
12 years ago
agentzh (Yichun Zhang)
c312ba38b3
added patches for nginx 1.4.1.
12 years ago
agentzh (Yichun Zhang)
b9eb443da6
bumped version to 1.2.8.6.
12 years ago
agentzh (Yichun Zhang)
72da5ad7ba
upgraded LuaJIT to 2.0.2.
12 years ago
agentzh (Yichun Zhang)
ac3b864532
Revert "upgraded ngx_lua to 0.8.3rc1."
...
This reverts commit 6c14ea5c56
.
12 years ago
agentzh (Yichun Zhang)
6c14ea5c56
upgraded ngx_lua to 0.8.3rc1.
12 years ago
agentzh (Yichun Zhang)
b68ec13a71
bumped version to 1.2.8.5.
12 years ago
agentzh (Yichun Zhang)
76f2f6c2f3
upgraded ngx_srcache to 0.21.
12 years ago
agentzh (Yichun Zhang)
a5c4d85835
upgraded ngx_lua to 0.8.2.
12 years ago
agentzh (Yichun Zhang)
24d8c2265e
feature: applied the invalid_referer_hash patch to the nginx core to make the $invalid_referer variable accessible in embedded dynamic languages like Perl and Lua. thanks Fry-kun for requesting this.
12 years ago
agentzh (Yichun Zhang)
d9a491a88c
upgraded ngx_lua to 0.8.2rc1.
12 years ago
agentzh (Yichun Zhang)
07fbdad118
applied the official patch for the nginx security vulnerability CVE-2013-2070.
12 years ago
agentzh (Yichun Zhang)
090060c907
updated tests to reflect recent changes; also bumped version number to 1.2.8.1.
12 years ago
agentzh (Yichun Zhang)
b156d2db62
upgraded ngx_srcache to 0.20.
12 years ago
agentzh (Yichun Zhang)
dbb9c98bee
upgraded ngx_headers_more to 0.20.
12 years ago
agentzh (Yichun Zhang)
4c300f618d
upgraded ngx_lua to 0.8.1.
12 years ago
agentzh (Yichun Zhang)
62bbc5c4c5
upgraded ngx_lua to 0.8.0.
12 years ago
agentzh (Yichun Zhang)
529f4c854c
always enable debuginfo in the bundled LuaJIT 2.0 build and Lua 5.1 build to support Nginx Systemtap Toolkit.
12 years ago
agentzh (Yichun Zhang)
3a873d7874
util/dist-check: added support for rc versions.
12 years ago
agentzh (Yichun Zhang)
aadd93ff24
upgraded the nginx core to 1.2.8.
12 years ago
agentzh (Yichun Zhang)
ea1d378e84
change: no longer pass -O0 to gcc when --with-debug is specified because gcc often generates bogus DWARF info when optimization is disabled.
12 years ago
agentzh (章亦春)
ed2f8de61a
util/dist-check: fixed dtrace tests for Mac OS X.
12 years ago
agentzh (Yichun Zhang)
1d096c047e
util/dist-check: added -l option to build the bundle with the std lua 5.1 interpreter.
12 years ago
agentzh (Yichun Zhang)
9f0143b14f
upgraded ngx_iconv to 0.10.
12 years ago
agentzh (Yichun Zhang)
05ae54a092
util/dist-check: performs dtrace static probe tests on solaris too.
12 years ago
agentzh (Yichun Zhang)
09598a3e19
util/dist-check: enabled ngx_iconv in the test build.
12 years ago
agentzh (Yichun Zhang)
977c5b1d51
util/dist-check: suppress the output of the killall commands.
12 years ago
agentzh (Yichun Zhang)
6063956a1a
added the util/dist-check script for checking the basic sanity of a tarball distribution.
12 years ago
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.
12 years ago
agentzh (Yichun Zhang)
8e57e2541b
bumped version to 1.2.7.5; updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
f5f2d672e7
upgraded ngx_lua to 0.7.20.
12 years ago
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.
12 years ago
agentzh (Yichun Zhang)
5fb8647d23
renamed upstream-truncation.patch to upstream_trauncation.patch and also added a test for the case that r->upstream->pipe is NULL.
12 years ago
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.
12 years ago
agentzh (Yichun Zhang)
042e2fd27b
renamed the "nonbuffered-upstream-truncation" patch to "upstream-truncation" patch; also fixed issues with chunked upstream response bodies. thanks Andy Yuan for reporting this issue in #24 .
12 years ago
agentzh (Yichun Zhang)
1d909539a8
upgraded lua-resty-mysql to 0.13.
12 years ago
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.
12 years ago
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.
12 years ago
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.
12 years ago
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
12 years ago
agentzh (Yichun Zhang)
d91993fc38
upgraded ngx_lua to 0.7.18rc2.
12 years ago
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.
12 years ago
agentzh (Yichun Zhang)
9e944b8c53
bumped version to 1.2.7.1 and upgraded ngx_lua to 0.7.16.
12 years ago
agentzh (Yichun Zhang)
b259f33198
upgraded LuaJIT to 2.0.1.
12 years ago
agentzh (Yichun Zhang)
db978031d2
upgraded the nginx core to 1.2.7.
12 years ago
agentzh (Yichun Zhang)
1ca5fb8597
bumped version to 1.2.6.6.
12 years ago
agentzh (Yichun Zhang)
8496c99def
upgraded ngx_lua to 0.7.15.
12 years ago
agentzh (Yichun Zhang)
dd4620afaf
bumped version to 1.2.6.5.
12 years ago
agentzh (Yichun Zhang)
45c5114e9d
upgraded lua-resty-upload to 0.07.
12 years ago
agentzh (Yichun Zhang)
a553009af0
upgraded ngx_srcache to 0.19.
12 years ago
agentzh (Yichun Zhang)
ed74e3d767
bumped version to 1.2.6.3.
12 years ago
agentzh (Yichun Zhang)
c0208b8c40
upgraded ngx_form_input to 0.07.
12 years ago
agentzh (Yichun Zhang)
2681361df1
upgraded ngx_lua to 0.7.14.
12 years ago
agentzh (Yichun Zhang)
0a2dcd7c50
added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch.
12 years ago
agentzh (Yichun Zhang)
3e5b0eeee3
upgraded ngx_srcache to 0.18.
12 years ago
agentzh (Yichun Zhang)
42d640985e
upgraded ngx_echo to 0.42 and ngx_devel_kit ot 0.2.18.
12 years ago
agentzh (Yichun Zhang)
fc1929f37d
applied the resolver_wev_handler_segfault_with_pol patch to the nginx core 1.2.6 and 1.3.7 by default. see http://mailman.nginx.org/pipermail/nginx-devel/2013-January/003275.html for details.
12 years ago
agentzh (Yichun Zhang)
6d0cbed3f7
bumped version to 1.2.6.1; updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
9e4d2c03cf
upgraded ngx_lua to 0.7.13.
12 years ago
agentzh (Yichun Zhang)
1faf158381
bugfix: when relative paths are used in --with-zlib=DIR, --with-libatomic=DIR, --with-md5=DIR, and --with-sha1=DIR, the build system could not find DIR at all. thanks LazyZhu for reporting it in github issue #21 .
12 years ago
agentzh (Yichun Zhang)
7569b78aeb
upgraded lua-resty-upload to 0.06.
12 years ago
agentzh (Yichun Zhang)
1da1181ba1
upgraded ngx_lua to 0.7.12.
12 years ago
agentzh (Yichun Zhang)
06d3586e95
upgraded ngx_lua to 0.7.12rc1.
12 years ago
agentzh (Yichun Zhang)
309f0cf7ad
upgraded ngx_lua to 0.7.11 and ngx_srcache to 0.17.
12 years ago
agentzh (Yichun Zhang)
a31b1d0118
upgraded ngx_lua to 0.7.10.
12 years ago
agentzh (Yichun Zhang)
f2b37bbcc7
upgraded the nginx core to 1.2.6.
12 years ago
agentzh (Yichun Zhang)
1b425e82b6
bumped version to 1.2.4.14.
12 years ago
agentzh (Yichun Zhang)
d0d058410b
upgraded ngx_lua to 0.7.9.
12 years ago
agentzh (Yichun Zhang)
3f212924cf
upgraded lua-resty-upload to 0.05.
12 years ago
agentzh (Yichun Zhang)
bdc3c5e077
upgraded lua-resty-mysql to 0.12; also bumped version number to 1.2.4.13.
12 years ago
agentzh (Yichun Zhang)
5e881d7591
upgraded ngx_lua to 0.7.8.
12 years ago
agentzh (Yichun Zhang)
300b788e88
upgraded ngx_lua to 0.7.7; bumped version to 1.2.4.11.
12 years ago
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".
12 years ago
agentzh (Yichun Zhang)
31e4baf6ca
bumped version to 1.2.4.11rc3.
12 years ago
agentzh (Yichun Zhang)
2696c9f161
upgraded ngx_lua to 0.7.6rc2.
12 years ago
agentzh (Yichun Zhang)
f8eda5d0f4
upgraded ngx_lua to 0.7.6rc1.
12 years ago
agentzh (Yichun Zhang)
2ad093b4fa
include the latest bugfixes for LuaJIT 2.0 from the git repository (up to git commit 2ad9834d).
12 years ago
agentzh (Yichun Zhang)
9e9a6616c1
bumped version to 1.2.4.9.
12 years ago
agentzh (Yichun Zhang)
46cc366250
upgraded ngx_lua to 0.7.5 and ngx_headers_more to 0.19.
12 years ago
agentzh (Yichun Zhang)
611b828d12
upgraded lua-resty-string to 0.08.
12 years ago
agentzh (Yichun Zhang)
0ae14ee78a
upgraded ngx_headers_more to 0.19rc1.
12 years ago
agentzh (Yichun Zhang)
35b5f534cf
upgraded ngx_lua to 0.7.5rc1.
12 years ago
agentzh (Yichun Zhang)
9bd2c1fbc5
checked in the patches for the nginx 1.2.5 core.
12 years ago
agentzh (Yichun Zhang)
d4e5d9967d
upgraded LuaJIT to 2.0.0 (final).
12 years ago
agentzh (Yichun Zhang)
b447ec474e
bugfix: ./configure: --with-pcre=PATH did not accept relative path in PATH. thanks smallfish for reporting this issue.
12 years ago
agentzh (Yichun Zhang)
67745bc16b
upgraded ngx_lua to 0.7.4; also bumped version of ngx_openresty to 1.2.4.7.
12 years ago
agentzh (Yichun Zhang)
8e724d481b
upgraded lua-resty-dns to 0.09, lua-resty-memcached to 0.10, lua-resty-redis to 0.15, lua-resty-mysql to 0.11, lua-resty-upload to 0.04, and lua-resty-string to 0.07.
12 years ago
agentzh (Yichun Zhang)
eac1071088
upgraded luajit to 2.0.0rc3.
12 years ago
agentzh (Yichun Zhang)
86a935befc
upgraded luajit to 2.0.0rc2.
12 years ago
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.
12 years ago
agentzh (Yichun Zhang)
7be71ca17b
Merge branch 'master' of github.com:agentzh/ngx_openresty
12 years ago
agentzh (Yichun Zhang)
0e72914300
checked in the upstream_test_connect_kqueue patch for the nginx 1.2.4 core and applied it by default.
12 years ago
agentzh (Yichun Zhang)
6ca011f192
upgraded luajit to 2.0.0-rc1.
12 years ago
agentzh (Yichun Zhang)
0602a38652
bumped version to 1.2.4.5; also updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
2c38f847b9
upgraded ngx_lua to 0.7.3.
12 years ago
agentzh (Yichun Zhang)
c0c25af648
applied the hotfix #1 for luajit 2.0.0 beta11.
12 years ago
agentzh (Yichun Zhang)
ce23e95741
upgraded ngx_lua to 0.7.2.
12 years ago
agentzh (Yichun Zhang)
3482cb3e20
upgraded lua-resty-memcached to 0.09. also bumped version to 1.2.4.3.
12 years ago
agentzh (Yichun Zhang)
500a2053bc
upgraded luajit to 2.0.0beta11.
12 years ago
agentzh (Yichun Zhang)
8ead3bebb4
bumped version to 1.2.4.1; also updated the test suite to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
b19a7dfba7
upgraded ngx_lua to 0.7.1.
12 years ago
agentzh (Yichun Zhang)
b8bdf87799
now we add the ngx_srcache module before both ngx_header_more and ngx_lua, so that the former's output filter will run *after* those of the latter's.
12 years ago
agentzh (Yichun Zhang)
1dd6b50740
upgraded patches for nginx 1.3.7.
12 years ago
agentzh (Yichun Zhang)
07a3959dd2
upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0.
12 years ago
agentzh (Yichun Zhang)
00621a168b
bumped version to 1.2.3.8.
12 years ago
agentzh (Yichun Zhang)
676d24e9d2
bumped version to 1.2.3.7 and updated the tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
25a4bc42a6
upgraded ngx_lua to 0.6.10.
12 years ago
agentzh (Yichun Zhang)
ab224cbfaa
upgraded ngx_lua to 0.6.9.
12 years ago
agentzh (Yichun Zhang)
eaf795624e
bumped version to 1.2.3.5.
12 years ago
agentzh (Yichun Zhang)
8f25d8997e
upgraded ngx_lua to 0.6.8.
12 years ago
agentzh (Yichun Zhang)
72f9765050
upgraded ngx_lua to 0.6.7 and ngx_openresty to 1.2.3.3.
12 years ago
agentzh (Yichun Zhang)
af4fb37670
upgraded lua-redis-parser to 0.10.
12 years ago
agentzh (Yichun Zhang)
48b0eac804
upgraded lua-resty-redis to 0.14.
12 years ago
agentzh (Yichun Zhang)
82f6eaa0f4
upgraded lua-resty-memcached to 0.08.
12 years ago
agentzh (Yichun Zhang)
c381151ce7
checked in the new patch channel-uninit-params for nginx 1.2.3 and 1.3.6.
12 years ago
agentzh (Yichun Zhang)
e76578edfc
upgraded ngx_lua to 0.6.5.
12 years ago
agentzh (Yichun Zhang)
e5ba4d313a
checked in the patches for nginx 1.3.6.
12 years ago
agentzh (Yichun Zhang)
a5e7da198b
upgraded ngx_lua to 0.6.5rc1.
12 years ago
agentzh (Yichun Zhang)
02153fd2c8
upgraded ngx_lua to 0.6.4.
12 years ago
agentzh (Yichun Zhang)
5ddb48afc3
upgraded ngx_srcache to 0.16.
12 years ago
agentzh (Yichun Zhang)
3001c7a52e
upgraded ngx_srcache to 0.15.
12 years ago
agentzh (Yichun Zhang)
0780186565
upgraded ngx_redis2 to 0.09.
12 years ago
agentzh (Yichun Zhang)
ac3efbbea8
added the nonbuffered-upstream-truncation patch for nginx 1.2.3 to make ngx_http_upstream provide a way in the context of a subrequest to signal the parent of errors when upstream data truncation happens. thanks Bryan Alger for reporting this issue.
12 years ago
agentzh (Yichun Zhang)
62d4082c79
upgraded lua-resty-dns to 0.08.
12 years ago
agentzh (Yichun Zhang)
6c962fb0fb
upgraded ngx_lua to 0.6.3.
12 years ago
agentzh (Yichun Zhang)
b201032d1e
upgraded lua-resty-dns to 0.07.
12 years ago
agentzh (Yichun Zhang)
61ae4da522
upgraded lua-resty-dns to 0.06 and ngx_lua to 0.6.2.
12 years ago