Commit Graph

948 Commits (53952e347eb68f9491bc6eeeb9823e47be64dbd4)
 

Author SHA1 Message Date
Yichun Zhang (agentzh) fab852190b fixed the context line numbers in ngx_http_redis-0.3.7-variables_in_redis_pass.patch.
Yichun Zhang (agentzh) dc007ebcb9 upgraded LuaJIT to v2.1-20150120.
Yichun Zhang (agentzh) f46cfc667d bumped version to 1.7.7.2rc1.
Yichun Zhang (agentzh) 5f6a50cacc util/dist-check: added simple checks for the "resty" utility.
Yichun Zhang (agentzh) 16d0b04e1c upgraded lua-resty-core to 0.1.0.
Yichun Zhang (agentzh) 076f2bd45e upgraded lua-resty-lrucache to 0.04.
Yichun Zhang (agentzh) b1a852b27e upgraded lua-resty-websocket to 0.05.
Yichun Zhang (agentzh) fdcdc15436 upgraded ngx_set_misc to 0.28.
Yichun Zhang (agentzh) 916245656b upgraded ngx_lua to 0.9.14.
Yichun Zhang (agentzh) 03b25469c8 feature: we bundle the resty-cli project to include its "resty" tool instead of using our own.
Yichun Zhang (agentzh) b70fdea626 formal release 1.7.7.1.
Yichun Zhang (agentzh) 8a5b1bb328 upgraded LuaJIT to 2.1-20141128.
Yichun Zhang (agentzh) 47bf7e9349 release 1.7.7.1 RC1.
Yichun Zhang (agentzh) 3b6bfca045 upgraded ngx_lua to 0.9.13.
Yichun Zhang (agentzh) 11b10b4e7b upgraded lua-resty-dns to 0.14.
Yichun Zhang (agentzh) a953967d88 upgraded ngx_set_misc to 0.27.
Yichun Zhang (agentzh) ab169da35b upgraded lua-resty-lrucache to 0.03.
Yichun Zhang (agentzh) b06e150af4 upgraded lua-resty-lock to 0.04.
Yichun Zhang (agentzh) 706823455a upgraded ngx_coolkit to 0.2rc2.
Yichun Zhang (agentzh) 1d15d9e393 upgraded ngx_drizzle to 0.1.8.
Yichun Zhang (agentzh) 3d674b8635 upgraded ngx_echo to 0.57.
Yichun Zhang (agentzh) 94d38e3ff7 upgraded ngx_postgres to 1.0rc5.
Yichun Zhang (agentzh) 80bc3c3549 upgraded LuaJIT to 2.1-20141115.
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.
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.
Yichun Zhang (agentzh) 46a5fd3bba upgraded the nginx core to 1.7.7.
Yichun Zhang (agentzh) c474f54723 merged the 1.7.4.x branch into master.
Yichun Zhang (agentzh) f318ad5c7e bumped version to 1.7.4.1.
Yichun Zhang (agentzh) 065fb6db35 ./configure: usage text: renamed --with-luajit=PATH to --with-luajit=DIR. thanks Dominic for the suggestion in .
Yichun Zhang (agentzh) 0aeef4f31a updated tests to reflect recent version changes.
Yichun Zhang (agentzh) 640108c6f5 ./configure: added the default prefix value to the usage text.
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.
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.
Yichun Zhang (agentzh) 6facf67420 upgraded LuaJIT to 2.1-20140920.
Yichun Zhang (agentzh) 8dae181c24 upgraded the nginx core to 1.7.5.
Yichun Zhang (agentzh) 2a2c1269b0 bugfix: resty utility: not all the system environments were passed in.
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 .
Yichun Zhang (agentzh) 07913609c6 bugfix: resty: we should check the case when exec() fails. thanks Michal Cichra for the original patch in .
Yichun Zhang (agentzh) c7eea80684 updated the test suite for recent changes (for 1.7.4.1rc2).
Yichun Zhang (agentzh) 9a26a0452d upgraded ngx_echo to 0.56.
Yichun Zhang (agentzh) 4fed7a2d05 upgraded ngx_set_misc to 0.26.
Yichun Zhang (agentzh) e2a964d124 upgraded ngx_lua to 0.9.12.
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.
Yichun Zhang (agentzh) 85f9313252 updated tests to reflect recent changes.
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.
Yichun Zhang (agentzh) bb71a30a68 resty: added -I dir for adding dir to Lua module search paths.
Yichun Zhang (agentzh) af058d15db resty: made ngx.say, ngx.print, and print accept the same types of arguments as ngx_lua's default.
Yichun Zhang (agentzh) 59e6665224 resty: made ngx.print, ngx.say, and print return meaninful values; also mocked ngx.flush() and ngx.eof().
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.
Yichun Zhang (agentzh) fd1f99ff52 resty: removed the redundant child process reaping code, which also fixes a warning reported by Anton Heryanto.