Commit Graph

1069 Commits

Author SHA1 Message Date
Yichun Zhang (agentzh) 9bd838251f upgraded LuaJIT to v2.1-20160108. 2016-01-11 14:39:04 -08:00
Yichun Zhang (agentzh) db38504310 bumped version to 1.9.7.2 RC1. 2016-01-11 14:09:49 -08:00
Yichun Zhang (agentzh) 2351c7c7aa util/dist-check: added tests for --with-stream and balancer_by_lua. 2016-01-11 14:05:04 -08:00
Yichun Zhang (agentzh) f3d36df365 upgraded ngx_lua to 0.10.0 and lua-resty-core to 0.1.4. 2016-01-11 14:04:03 -08:00
Yichun Zhang (agentzh) c0c2f883e9 feature: applied the ssl_cert_cb_yield patch to the NGINX core to allow yielding in OpenSSL's SSL_CTX_set_cert_cb() callbacks (needed by ngx_lua's ssl_certificate_by_lua*, for example). 2016-01-03 10:21:03 -08:00
Yichun Zhang (agentzh) 9cf02ba0c0 bumped version to 1.9.7.1. 2015-12-24 12:46:27 -08:00
Yichun Zhang (agentzh) e1b492fc18 bumped version to 1.9.7.1 RC2. 2015-12-24 12:35:32 -08:00
Yichun Zhang (agentzh) cada794d74 win32: upgraded pcre to 8.38 and openssl to 1.0.2e. also enabled ngx_http_realip_module, ngx_http_addition_module ngx_http_sub_module, and ngx_http_stub_status_module in the win32 binary package by default. 2015-12-23 14:46:05 -08:00
Yichun Zhang (agentzh) ec162777c3 upgraded lua-resty-redis to 0.22. 2015-12-23 13:38:25 -08:00
Yichun Zhang (agentzh) a9a8ebee7a upgraded resty-cli to 0.05. 2015-12-23 13:34:35 -08:00
Yichun Zhang (agentzh) ac4d52423c bumped version to 1.9.7.1 RC1. 2015-12-23 13:34:21 -08:00
Yichun Zhang (agentzh) c0a85e7e3e upgraded ngx_headers_more to 0.29, ngx_lua to 0.9.20, luajit to v2.1-20151219, and lua-resty-core to 0.1.3. 2015-12-19 21:08:50 -08:00
Yichun Zhang (agentzh) c64ff34957 fixed an output line in util/mirror-tarballs. 2015-12-19 11:49:06 -08:00
Yichun Zhang (agentzh) 54b824d1f4 ./configure: now we automatically set the env MACOSX_DEPLOYMENT_TARGET to the current Mac OS X version unless the env is already set. thanks bsyk for the report in #3. 2015-12-19 11:48:21 -08:00
Yichun Zhang (agentzh) cdedd89613 win32: run dos2unix on the resty script file too. 2015-12-09 15:53:56 -08:00
Yichun Zhang (agentzh) 83eeb14f6c upgraded the nginx core to 1.9.7. 2015-11-24 22:37:40 +08:00
Yichun Zhang (agentzh) 584c1a7e12 bumped version to 1.9.3.2. 2015-11-23 19:21:39 +08:00
Yichun Zhang (agentzh) ce64259d66 bumped version to 1.9.3.2 RC3. 2015-11-11 22:10:42 +08:00
Yichun Zhang (agentzh) 9b439dde0e upgraded ngx_lua to 0.9.19. 2015-11-11 17:50:57 +08:00
Yichun Zhang (agentzh) 5fc5745de0 package-win32.sh: ensure that we copy the COPYRIGHT file over to the Win32 binary package. 2015-11-05 20:51:35 +08:00
Yichun Zhang (agentzh) d55f45c7ff upgraded ngx_iconv to 0.13. 2015-11-05 20:44:48 +08:00
Yichun Zhang (agentzh) cba6fbd864 upgraded lua-redis-parser to 0.12. 2015-11-05 20:43:23 +08:00
Yichun Zhang (agentzh) caea3438eb ensure that we have all the copyright notices attached. 2015-11-05 20:42:02 +08:00
Yichun Zhang (agentzh) cde439a55a bumped version to 1.9.3.2rc2. 2015-11-05 19:17:21 +08:00
Yichun Zhang (agentzh) 38abb277b5 package-win32.sh: ensure that we bundle the libgcc_s_dw2-1.dll file from MinGW. thanks Anton Heryanto for the report. 2015-11-05 19:17:02 +08:00
Yichun Zhang (agentzh) 3cacb62a10 upgraded ngx_lua to 0.9.18. 2015-11-04 22:47:04 +08:00
Yichun Zhang (agentzh) 4374e25548 upgraded lua-cjson to 2.1.0.3. 2015-11-04 22:39:02 +08:00
Yichun Zhang (agentzh) 0e95be39c1 upgraded lua-rds-parser to 0.06. 2015-11-04 21:55:41 +08:00
Yichun Zhang (agentzh) d68403407d upgraded lua-redis-parser to 0.11. 2015-11-04 21:54:49 +08:00
Yichun Zhang (agentzh) f5329c7781 upgraded ngx_rds_csv to 0.07. 2015-11-04 21:48:45 +08:00
Yichun Zhang (agentzh) 3ac11ef73c upgraded ngx_headers_more to 0.28. 2015-11-04 21:46:27 +08:00
Yichun Zhang (agentzh) 1f4045ef2c More MSYS/MinGW love.
* upgraded ngx_lua to 0.9.18rc1 to support Win32 LuaJIT DLL.
* upgraded lua-redis-parser to 0.11rc1 for better Win32 support.
* upgraded lua-rds-parser to 0.06rc2 for better Win32 support.
* upgraded ngx_rds_csv to 0.07rc1  for better Win32 support.
* upgraded lua-resty-cli to 0.04rc1 for better Win32 support.
* upgraded lua-resty-core to 0.1.2.
* applied a patch to LuaJIT to add "!/lualib/" to the default Lua
  package search paths.
* upgraded lua-cjson to 2.1.0.3rc2 for better Win32 support and
  a suppressed gcc warning.
* use OpenResty's nginx tarballs extracted directly from the official nginx
  code repos, because we need the win32 support which is excluded in the
  official nginx release tarballs. Our nginx release tarballs are
  generated by the util/package-nginx.sh script.
* added the util/package-win32.sh script to generate the Win32 OpenResty
  binary distribution file.
* applied a patch to always enable C compiler feature tests in nginx's
  own build system because the MinGW gcc compiler on Win32 is also
  powerful enough to support advanced features like variadic macros.
* added document README-win32.
* util/dist-check: do a partial uninstallation before installing
  anything new.
* added util/build-win32.sh to build OpenResty on Win32 using the
  MinGW/MSYS toolchain.
* ./configure: added support for building on Win32 using the MinGW/MSYS
  toolchain.
2015-11-02 15:41:50 +08:00
Yichun Zhang (agentzh) 6a17d2c784 bugfix: ./configure --prefix=PATH did not work when PATH is relative. also added experimental support for the MinGW MSYS environment on Win32. 2015-10-29 21:36:27 +08:00
Yichun Zhang (agentzh) 7f15701e76 bumped version to 1.9.3.2rc1. 2015-10-28 16:45:25 +08:00
Yichun Zhang (agentzh) 1220e284aa upgraded LuaJIT to v2.1-20151028. 2015-10-28 16:45:09 +08:00
Yichun Zhang (agentzh) d831e27995 upgraded lua-resty-redis to 0.21. 2015-10-28 16:35:09 +08:00
Yichun Zhang (agentzh) 033b2d88ff upgraded ngx_iconv to 0.12. 2015-10-28 16:30:08 +08:00
Yichun Zhang (agentzh) 622ddd7bb0 upgraded ngx_http_headers_more_module to 0.27. 2015-10-28 16:20:55 +08:00
Yichun Zhang (agentzh) 3e94b37750 upgraded ngx_http_lua_upstream_module to 0.04. 2015-10-28 16:16:08 +08:00
Yichun Zhang (agentzh) 2d0119084e upgraded ngx_lua to 0.9.17. 2015-10-28 16:12:59 +08:00
Yichun Zhang (agentzh) b19b53d6cc bumped version to 1.9.3.1. 2015-08-12 11:24:09 +08:00
Yichun Zhang (agentzh) 04da1876f0 bumped version to 1.9.3.1rc1. 2015-07-29 20:31:09 +08:00
Yichun Zhang (agentzh) f84e035e45 upgraded the nginx core to 1.9.3. 2015-07-16 11:45:34 +08:00
Yichun Zhang (agentzh) c02caa3587 bugfix: ./configure --help: fixed the usage text for the --with-debug option. thanks Kipras Mancevičius for the report. 2015-07-15 23:50:23 +08:00
Yichun Zhang (agentzh) 24eed036c5 Merge branch 'master' of github.com:openresty/ngx_openresty 2015-07-10 12:16:40 +08:00
Yichun Zhang (agentzh) 87c988e4ba bugfix: link failures with openssl might happen on 64-bit Mac OS X when the ./configure option --with-pcre=PATH was used and the openssl source was recent enough. thanks grasses for the report in #3. 2015-07-10 12:16:06 +08:00
Yichun Zhang (agentzh) 46881fd2dc upgraded ngx_postgres to 1.0rc7. 2015-07-08 21:12:26 +08:00
Yichun Zhang (agentzh) 60e72cbf82 updated the test suite to reflect recent changes; also bumped version to 1.9.2.1 RC1. 2015-07-08 19:53:31 +08:00
Yichun Zhang (agentzh) 97a05513eb removed the --with-rtsig_module option from the usage info of ./configure. 2015-07-04 15:27:26 +08:00
Yichun Zhang (agentzh) 7d0443d5d7 ./configure: added --with-threads to usage; also added --with-threads test to dist-check. 2015-07-03 23:23:41 +08:00
Yichun Zhang (agentzh) ce65738299 upgraded the nginx core to 1.9.2. 2015-07-03 20:04:13 +08:00
Yichun Zhang (agentzh) aab5001ffc bumped version to 1.7.10.2. 2015-07-03 14:49:06 +08:00
Yichun Zhang (agentzh) 19de4329b8 upgraded resty-cli to 0.03. 2015-07-03 14:47:07 +08:00
Yichun Zhang (agentzh) ffb5acf592 ./configure: fixed the --without-http_rewrite_module option by disabling NDK automatically; also automatically disable the ngx_encrypted_session module when NDK is disabled. 2015-06-23 22:34:02 +08:00
Yichun Zhang (agentzh) 9bcdd4b62f util/dist-check: the nogzip build now also disables ssl and pcre. 2015-06-23 22:33:01 +08:00
Yichun Zhang (agentzh) b0a74456ba updated tests to reflect recent changes. 2015-06-23 19:50:30 +08:00
Yichun Zhang (agentzh) 357bb4a977 bumped version to 1.7.10.2rc1. 2015-06-23 19:41:32 +08:00
Yichun Zhang (agentzh) 3ddbf6f8d4 upgraded ngx_encrypted_session to 0.04. 2015-06-23 19:40:34 +08:00
Yichun Zhang (agentzh) e1b680f985 upgraded ngx_iconv to 0.11. 2015-06-23 19:39:33 +08:00
Yichun Zhang (agentzh) 389f3a8041 upgraded ngx_array_var to 0.04. 2015-06-23 19:38:53 +08:00
Yichun Zhang (agentzh) 2d6112943f upgraded ngx_xss to 0.05. 2015-06-23 19:37:48 +08:00
Yichun Zhang (agentzh) f57f48f6ce upgraded ngx_form_input to 0.11. 2015-06-23 16:49:01 +08:00
Yichun Zhang (agentzh) d332766a3f upgraded ngx_echo to 0.58. 2015-06-23 15:03:48 +08:00
Yichun Zhang (agentzh) 2e5d8d5179 upgraded ngx_redis2 to 0.12. 2015-06-23 15:02:05 +08:00
Yichun Zhang (agentzh) 9295450eb8 upgraded ngx_memc to 0.16. 2015-06-23 14:59:15 +08:00
Yichun Zhang (agentzh) 73db05ca54 upgraded ngx_drizzle to 0.1.9. 2015-06-23 14:58:17 +08:00
Yichun Zhang (agentzh) a7f1816ba1 upgraded ngx_srcache to 0.30. 2015-06-23 14:57:25 +08:00
Yichun Zhang (agentzh) 613241d40d upgraded ngx_rds_csv to 0.06. 2015-06-23 14:56:30 +08:00
Yichun Zhang (agentzh) fc386017f3 upgraded ngx_rds_json to 0.14. 2015-06-23 14:55:36 +08:00
Yichun Zhang (agentzh) b1f99a6156 upgraded ngx_coolkit to 0.2rc3. 2015-06-22 22:47:50 +08:00
Yichun Zhang (agentzh) fec2e0249c upgraded ngx_postgres to 1.0rc6. 2015-06-22 21:59:31 +08:00
Yichun Zhang (agentzh) d225abe6d1 upgraded ngx_lua_upstream to 0.03. 2015-06-22 21:45:28 +08:00
Yichun Zhang (agentzh) 5df64b4e63 upgraded ngx_set_misc to 0.29. 2015-06-22 21:09:33 +08:00
Yichun Zhang (agentzh) 78dd9dbc23 upgraded LuaJIT to v2.1-20150622. 2015-06-22 21:04:24 +08:00
Yichun Zhang (agentzh) ca9a9824d5 upgraded ngx_lua to 0.9.16. 2015-06-22 20:35:08 +08:00
Yichun Zhang (agentzh) 42d53db5b9 upgraded ngx_headers_more to 0.26. 2015-04-09 14:40:41 -07:00
Yichun Zhang (agentzh) 441cee68b1 upgraded LuaJIT to v2.1-20150331. 2015-03-31 16:19:53 -07:00
Yichun Zhang (agentzh) 58c89f206d upgraded ngx_lua to 0.9.16rc1 and bumped bundle version to 1.7.10.2rc0. 2015-03-23 12:17:14 -07:00
Yichun Zhang (agentzh) 1f7f6a31b2 bugfix: LuaJIT compilation might fail when old gcc 4 compilers are used (like gcc 4.1.0). this regression had appeared in OpenResty 1.7.7.2. thanks aseiot for the report in #85. 2015-03-11 15:18:14 -07:00
Yichun Zhang (agentzh) 795f52d06c ./configure: removed hacks to workaround an old bug in ngx_lua's build system (just recently fixed in ngx_lua). 2015-03-09 18:57:02 -07:00
Yichun Zhang (agentzh) c01de73e41 util/dist-check: made the script self-contained by inlining the test nginx.conf. also fixed compatibility on recent versions of Mac OS X (like 10.10). 2015-02-28 21:14:50 -08:00
Yichun Zhang (agentzh) 387089ca11 updated test suite to reflect changes; also bumped version to 1.7.10.1. 2015-02-28 17:58:13 -08:00
Yichun Zhang (agentzh) d66f8b699f upgraded LuaJIT to v2.1-20150223; also bumped version to 1.7.10.1 RC2. 2015-02-24 12:10:37 -08:00
Yichun Zhang (agentzh) b75e8490c2 bumped version to 1.7.10.1 RC1. 2015-02-24 12:10:09 -08:00
Yichun Zhang (agentzh) dc2cd9b9e5 upgraded resty-cli to 0.02. 2015-02-18 15:39:40 -08:00
Yichun Zhang (agentzh) c04635fbd7 upgraded ngx_srcache to 0.29. 2015-02-18 15:36:24 -08:00
Yichun Zhang (agentzh) 667802cee6 upgraded ngx_lua to 0.9.15. 2015-02-18 15:31:02 -08:00
Yichun Zhang (agentzh) ee28a12949 upgraded LuaJIT to v2.1-20150218. 2015-02-18 15:06:17 -08:00
Yichun Zhang (agentzh) 6be51e769a bugfix: applied the upstream_filter_finalize patch to the nginx core to fix corrupted $upstream_response_time values when filter_finalize and error_page are both used. thanks Daniel Bento for the report. 2015-02-12 17:20:22 -08:00
Yichun Zhang (agentzh) 6142b6936f upgraded the nginx core to 1.7.10. 2015-02-11 14:49:26 -08:00
Yichun Zhang (agentzh) 86ba1e09f4 ./configure: added --without-http_upstream_least_conn_module and --without-http_upstream_keepalive_module to the usage text (for --help) to reflect recent changes in the nginx core. thanks Seyhun Cavus for the report. 2015-02-09 11:49:13 -08:00
Yichun Zhang (agentzh) 2519cd7dd3 ./configure: renamed the --without-http_limit_zone_module option to --without-http_limit_conn_module to reflect the change in recent nginx cores. thanks Seyhun Cavus for the report. 2015-02-09 11:43:09 -08:00
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) 55909727dd dist-check: added simple tests for builds without ngx_gzip module. 2015-01-29 14:56:02 -08:00
Yichun Zhang (agentzh) 6b052c8fca bugfix: ngx_http_redis failed to compile when the ngx_gzip module was disabled. thanks anod221 for the report in #79. 2015-01-29 14:53:48 -08:00
Yichun Zhang (agentzh) dc007ebcb9 upgraded LuaJIT to v2.1-20150120. 2015-01-21 14:58:00 -08:00
Yichun Zhang (agentzh) f46cfc667d bumped version to 1.7.7.2rc1. 2015-01-21 14:53:39 -08:00
Yichun Zhang (agentzh) 5f6a50cacc util/dist-check: added simple checks for the "resty" utility. 2015-01-21 14:53:26 -08:00
Yichun Zhang (agentzh) 16d0b04e1c upgraded lua-resty-core to 0.1.0. 2015-01-21 14:47:59 -08:00
Yichun Zhang (agentzh) 076f2bd45e upgraded lua-resty-lrucache to 0.04. 2015-01-21 14:43:00 -08:00
Yichun Zhang (agentzh) b1a852b27e upgraded lua-resty-websocket to 0.05. 2015-01-21 14:33:30 -08:00
Yichun Zhang (agentzh) fdcdc15436 upgraded ngx_set_misc to 0.28. 2015-01-21 14:28:58 -08:00
Yichun Zhang (agentzh) 916245656b upgraded ngx_lua to 0.9.14. 2015-01-21 14:21:00 -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) 3b6bfca045 upgraded ngx_lua to 0.9.13. 2014-11-21 21:10:51 -08:00
Yichun Zhang (agentzh) 11b10b4e7b upgraded lua-resty-dns to 0.14. 2014-11-21 21:06:06 -08:00
Yichun Zhang (agentzh) a953967d88 upgraded ngx_set_misc to 0.27. 2014-11-21 21:03:05 -08:00
Yichun Zhang (agentzh) ab169da35b upgraded lua-resty-lrucache to 0.03. 2014-11-21 21:00:09 -08:00
Yichun Zhang (agentzh) b06e150af4 upgraded lua-resty-lock to 0.04. 2014-11-21 20:56:21 -08:00
Yichun Zhang (agentzh) 706823455a upgraded ngx_coolkit to 0.2rc2. 2014-11-21 20:54:24 -08:00
Yichun Zhang (agentzh) 1d15d9e393 upgraded ngx_drizzle to 0.1.8. 2014-11-21 20:53:19 -08:00
Yichun Zhang (agentzh) 3d674b8635 upgraded ngx_echo to 0.57. 2014-11-21 20:45:14 -08:00
Yichun Zhang (agentzh) 94d38e3ff7 upgraded ngx_postgres to 1.0rc5. 2014-11-21 20:43:57 -08:00
Yichun Zhang (agentzh) 80bc3c3549 upgraded LuaJIT to 2.1-20141115. 2014-11-21 20:43:02 -08:00
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.
2014-11-15 11:49:06 -08:00
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. 2014-10-31 18:18:38 -07:00
Yichun Zhang (agentzh) 46a5fd3bba upgraded the nginx core to 1.7.7. 2014-10-29 21:27:14 -07:00
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. 2014-10-09 16:43:22 -07:00
Yichun Zhang (agentzh) 640108c6f5 ./configure: added the default prefix value to the usage text. 2014-10-07 11:52:12 -07:00
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. 2014-10-06 23:45:48 -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) 6facf67420 upgraded LuaJIT to 2.1-20140920. 2014-09-20 16:16:55 -07:00
Yichun Zhang (agentzh) 2a2c1269b0 bugfix: resty utility: not all the system environments were passed in. 2014-09-10 13:36:27 -07:00
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. 2014-09-10 13:29:39 -07:00
Yichun Zhang (agentzh) 07913609c6 bugfix: resty: we should check the case when exec() fails. thanks Michal Cichra for the original patch in #65. 2014-09-10 13:24:18 -07:00
Yichun Zhang (agentzh) 9a26a0452d upgraded ngx_echo to 0.56. 2014-09-02 20:56:09 -07:00
Yichun Zhang (agentzh) 4fed7a2d05 upgraded ngx_set_misc to 0.26. 2014-09-02 20:53:51 -07:00
Yichun Zhang (agentzh) e2a964d124 upgraded ngx_lua to 0.9.12. 2014-09-02 20:49:17 -07:00
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. 2014-08-30 15:12:46 -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) bb71a30a68 resty: added -I dir for adding dir to Lua module search paths. 2014-08-20 21:45:38 -07:00
Yichun Zhang (agentzh) af058d15db resty: made ngx.say, ngx.print, and print accept the same types of arguments as ngx_lua's default. 2014-08-20 21:22:14 -07:00
Yichun Zhang (agentzh) 59e6665224 resty: made ngx.print, ngx.say, and print return meaninful values; also mocked ngx.flush() and ngx.eof(). 2014-08-20 21:10:18 -07:00
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. 2014-08-20 21:03:27 -07:00
Yichun Zhang (agentzh) fd1f99ff52 resty: removed the redundant child process reaping code, which also fixes a warning reported by Anton Heryanto. 2014-08-20 20:50:37 -07:00
Yichun Zhang (agentzh) 1140a2fa67 resty: added bug report info to the "resty" utility's usage output. 2014-08-20 15:52:03 -07:00
Yichun Zhang (agentzh) 6f26127d9b resty: made the usage text more concise. 2014-08-20 15:33:33 -07:00
Yichun Zhang (agentzh) 96fc664875 resty: added the -V option. 2014-08-20 15:31:29 -07:00
Yichun Zhang (agentzh) f7e34420c0 resty: more configuration love. 2014-08-20 15:24:57 -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) aa33a9e752 dist-check: more tolerant about release numbers. 2014-08-20 14:44:22 -07:00
Yichun Zhang (agentzh) c8b64f9fd4 upgraded ngx_lua to 0.9.12rc1. 2014-08-20 14:43:34 -07:00
Yichun Zhang (agentzh) 1429569342 upgraded lua-cjson to 2.1.0.2. 2014-08-17 22:45:39 -07:00
Yichun Zhang (agentzh) 88f0bdb2ae ./configure: call "sh" explicitly for nginx's ./configure script to prevent weird file permission issues as in #63. 2014-08-17 22:27:20 -07:00
Yichun Zhang (agentzh) 526c35ce2f util/install: rm the target file before overwriting to prevent running process from crashing. 2014-08-17 22:23:00 -07:00
Yichun Zhang (agentzh) 5b6c063ae7 bumped version to 1.7.4.1rc1. 2014-08-16 14:45:41 -07:00
Yichun Zhang (agentzh) 34f66f5343 upgraded ngx_set_misc to 0.25. 2014-08-16 14:05:26 -07:00
Yichun Zhang (agentzh) 471940c09b upgraded lua-resty-mysql to 0.15. 2014-08-16 13:57:22 -07:00
Yichun Zhang (agentzh) c9c42f0fee upgraded ngx_form_input to 0.10. 2014-08-16 13:53:28 -07:00
Yichun Zhang (agentzh) 1b20094c21 upgraded ngx_echo to 0.55. 2014-08-16 13:51:52 -07:00
Yichun Zhang (agentzh) fed9b15524 upgraded lua-resty-dns to 0.13. 2014-08-16 13:48:35 -07:00
Yichun Zhang (agentzh) 51a7b54c60 upgraded lua-resty-websocket to 0.04. 2014-08-16 13:46:52 -07:00
Yichun Zhang (agentzh) a90eb927f5 upgraded lua-resty-core to 0.0.9. 2014-08-16 13:44:00 -07:00
Yichun Zhang (agentzh) 8da3363507 upgraded lua-resty-upstream-healthcheck to 0.03. 2014-08-16 13:41:17 -07:00
Yichun Zhang (agentzh) 9d3aa49228 upgraded ngx_lua to 0.9.11. 2014-08-16 13:37:52 -07:00
Yichun Zhang (agentzh) 1266a2933e upgraded ngx_postgres to 1.0rc4. 2014-08-13 15:40:19 -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) b7f6be5a2f upgraded LuaJIT to v2.1-20140805. 2014-08-05 14:59:19 -07:00
Yichun Zhang (agentzh) c23007bcce optimize: now we use the C compiler option -O2 by default. 2014-07-29 15:12:12 -07:00
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 2014-07-25 15:03:42 -07:00
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 2014-07-22 17:10:22 -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) 6d854671b7 bugfix: "./configure --without-lua_resty_dns" did not work as declared. thanks Vitaly for the report in #61. 2014-07-09 11:32:49 -07:00
Yichun Zhang (agentzh) da19bb5a49 bumped version to 1.7.2.1rc2. 2014-07-08 14:52:33 -07:00
Yichun Zhang (agentzh) 58b1cf3443 upgraded ngx_memc to 0.15. 2014-07-08 14:18:16 -07:00
Yichun Zhang (agentzh) a485e40fb8 upgraded ngx_srcache to 0.28. 2014-07-08 14:13:12 -07:00
Yichun Zhang (agentzh) b92c497d19 upgraded lua-resty-lrucache to 0.02. 2014-07-08 13:59:27 -07:00
Yichun Zhang (agentzh) e6985ae696 upgraded ngx_lua to 0.9.10. 2014-07-08 13:55:28 -07:00
Yichun Zhang (agentzh) 98d4b7ef1f upgraded LuaJIT to v2.1-20140707. 2014-07-07 15:38:49 -07:00
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. 2014-07-04 18:57:47 -07:00
Yichun Zhang (agentzh) 9b656b9c5e upgraded LuaJIT to v2.1-20140703. 2014-07-03 13:17:36 -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) 6eaf60aa1c upgraded LuaJIT to v2.1-20140627. 2014-06-30 21:36:43 -07:00
Yichun Zhang (agentzh) 3dfbe11054 upgraded lua-resty-upstream-healthcheck to 0.02. 2014-06-30 21:35:35 -07:00
Yichun Zhang (agentzh) 185f8cacfa upgraded ngx_echo to 0.54. 2014-06-30 21:33:29 -07:00
Yichun Zhang (agentzh) e4a932b5cb upgraded ngx_form_input to 0.09. 2014-06-30 21:30:11 -07:00
Yichun Zhang (agentzh) ca534abb8f upgraded lua-resty-dns to 0.12. 2014-06-30 21:27:16 -07:00
Yichun Zhang (agentzh) bfc6b755b0 upgraded ngx_lua to 0.9.9. 2014-06-30 21:23:43 -07:00
Yichun Zhang (agentzh) c08b4a0493 upgraded lua-resty-core to 0.0.8. 2014-06-30 20:51:21 -07:00
Yichun Zhang (agentzh) 9e5299a0d2 use cc as the default C compiler for luajit and lua C libraries. 2014-06-23 16:11:47 -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) 62633cfa8d upgraded LuaJIT to v2.1-20140607. 2014-06-07 13:43:39 -07:00
Yichun Zhang (agentzh) bc3cb9243f feature: bundled new Lua library, lua-resty-lrucache, which is also enabled by default. 2014-05-31 22:15:40 -07:00
Yichun Zhang (agentzh) 20ace16258 upgraded LuaJIT to v2.1-20140531, ngx_srcache to 0.27, and lua-resty-core to 0.0.7. 2014-05-31 21:58:37 -07:00
Yichun Zhang (agentzh) b54113f517 upgraded ngx_lua to 0.9.8. 2014-05-31 21:47:26 -07:00
Yichun Zhang (agentzh) f1f3ba8ec6 upgraded LuaJIT to v2.1-20140520. 2014-05-20 14:18:07 -07:00
Yichun Zhang (agentzh) 4085b21eb8 updated tests to reflect recent changes. 2014-05-17 14:24:00 -07:00
Yichun Zhang (agentzh) 91484d0e11 upgraded LuaJIT to v2.1-20140515-2. 2014-05-17 14:19:29 -07:00
Yichun Zhang (agentzh) f5d5e5a2fa dist-check: use -DLUA_USE_TRACE_LOGS for the debug build of luajit. 2014-05-17 14:19:01 -07:00
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. 2014-05-17 14:17:50 -07:00
Yichun Zhang (agentzh) 1dbd0b24d2 apply the slab_defrag patch to the nginx core by default. 2014-05-06 13:16:59 -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) 6ab944ebc4 upgraded ngx_lua_upstream module to 0.02. 2014-04-24 21:47:20 -07:00
Yichun Zhang (agentzh) 332a42f57f upgraded ngx_redis2 to 0.11. 2014-04-24 21:25:19 -07:00
Yichun Zhang (agentzh) 60bc64a72a build: updated links to reflect recent repos migration over the github "openresty" account. 2014-04-24 21:24: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) 84f0092a6c upgraded LuaJIT to v2.1-20140419. 2014-04-19 20:02:47 -07:00
Yichun Zhang (agentzh) 8cd9200a0f upgraded lua-resty-websocket to 0.03. 2014-04-11 21:17:01 -07:00
Yichun Zhang (agentzh) 5d4854f3e9 upgraded ngx_echo to 0.53. 2014-04-11 21:11:25 -07:00
Yichun Zhang (agentzh) b6661ea47c bumped LuaJIT version to v2.1-20140411. 2014-04-11 21:10:51 -07:00
Yichun Zhang (agentzh) 77104b6cdf upgraded ngx_lua to 0.9.7. 2014-04-06 17:06:25 -07:00
Yichun Zhang (agentzh) e932c8a136 upgraded lua-resty-core to 0.0.6. 2014-04-06 16:59:23 -07:00
Yichun Zhang (agentzh) 10fd3ea365 upgraded LuaJIT to v2.1-20140403. 2014-04-06 16:55:20 -07:00
Yichun Zhang (agentzh) 303601ef8c upgraded lua-resty-lock to 0.03. 2014-04-06 16:54:13 -07:00
Yichun Zhang (agentzh) 7f377fd354 upgraded lua-resty-string to 0.09. 2014-04-06 16:52:11 -07:00
Yichun Zhang (agentzh) fdad0c63ce upgraded ngx_form_input to 0.08. 2014-04-06 11:43:00 -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) 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. 2014-03-20 13:29:19 -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) 03eae9e632 updated the tests to reflect recent changes; also added the --without-http_lua_upstream_module option to the usage message of ./configure. 2014-03-12 16:08:40 -07:00
Yichun Zhang (agentzh) 965bd0fba0 upgraded lua-resty-redis to 0.20 for real this time. 2014-03-12 16:03:07 -07:00
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. 2014-03-12 16:02:20 -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) 3ddc73ac43 dist-check: added simple sanity test for the cjson.safe Lua module. 2014-02-28 21:22:33 -08:00
Yichun Zhang (agentzh) 35934abdb1 configure: added support for DragonFlyBSD. thanks @lhmwzy for the patch in #44. 2014-02-28 19:46:26 -08:00
Yichun Zhang (agentzh) 3b078c75ae upgraded LuaJIT v2.1 to 2.1-20140129. 2014-01-29 15:18:17 -08:00
Yichun Zhang (agentzh) 227e4e0da2 upgraded nginx core to 1.5.9. 2014-01-27 22:11:50 -08:00
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. 2014-01-23 12:06:48 -08:00
Yichun Zhang (agentzh) 84f46c7be5 bumped version to 1.5.8.1. 2014-01-10 18:09:13 -08:00
Yichun Zhang (agentzh) 65367a71cd upgraded lua-resty-dns to 0.11. 2014-01-10 17:18:15 -08:00
Yichun Zhang (agentzh) 5e9a5cdc95 upgraded lua-resty-redis to 0.18. 2014-01-10 17:08:00 -08:00
Yichun Zhang (agentzh) 85d38c49a2 upgraded lua-resty-memcached to 0.13. 2014-01-10 16:59:12 -08:00
Yichun Zhang (agentzh) 486b212269 upgraded lua-resty-lock to 0.02. 2014-01-10 16:44:53 -08:00
Yichun Zhang (agentzh) c1fb5194ef upgraded lua-resty-core to 0.0.3. 2014-01-10 16:29:29 -08:00
Yichun Zhang (agentzh) 87e5f34a9d upgraded ngx_srcache to 0.25. 2014-01-10 16:25:53 -08:00
Yichun Zhang (agentzh) e85568e044 upgraded ngx_set_misc to 0.24. 2014-01-10 16:10:44 -08:00
Yichun Zhang (agentzh) d093c84c8e upgraded ngx_headers_more to 0.25. 2014-01-10 16:04:19 -08:00
Yichun Zhang (agentzh) 613d5ad058 upgraded ngx_echo to 0.51. 2014-01-10 15:55:00 -08:00
Yichun Zhang (agentzh) 0794f667d6 upgraded ngx_lua to 0.9.4. 2014-01-10 15:43:51 -08:00
Yichun Zhang (agentzh) f830a55d2d updated the usage info for ./configure to reflect recent changes. 2014-01-09 22:05:32 -08:00
Yichun Zhang (agentzh) 2904556700 upgraded LuaJIT to v2.1-20140109. 2014-01-09 22:03:26 -08:00
Yichun Zhang (agentzh) 1c9f799fa6 now we default to LuaJIT instead of the standard Lua 5.1 interpreter. 2014-01-09 22:02:49 -08:00
Yichun Zhang (agentzh) 9a3e9dbffd bugfix: nginx's builtin resolver did not accept domain names with a trailing dot. 2014-01-08 11:50:58 -08:00
Yichun Zhang (agentzh) 793c541c45 upgraded LuaJIT to 2.1-20140101. 2014-01-01 18:12:31 -08:00
Yichun Zhang (agentzh) b7348233e8 upgraded ngx_lua to 0.9.4rc1. 2014-01-01 18:08:53 -08:00
Yichun Zhang (agentzh) 6dc6ba72d5 upgraded ngx_drizzle to 0.1.7. 2013-12-19 12:43: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) 374f575dfa upgraded ngx_memc to 0.14. 2013-12-14 15:32:54 -08:00
Yichun Zhang (agentzh) b53c539f7e upgraded ngx_set_misc to 0.23. 2013-12-14 14:36:42 -08:00
Yichun Zhang (agentzh) a16a33d417 upgraded ngx_rds_json to 0.13. 2013-12-14 14:27:38 -08:00
Yichun Zhang (agentzh) e3e60a3a68 upgraded ngx_headers_more to 0.24. 2013-12-14 14:23:45 -08:00
Yichun Zhang (agentzh) 71a675f4fb upgraded ngx_echo to 0.50. 2013-12-14 14:19:51 -08:00
Yichun Zhang (agentzh) adb00e91e7 upgraded LuaJIT to v2.1-20131211. 2013-12-14 14:14:26 -08:00
Yichun Zhang (agentzh) c6aad4deba upgraded ngx_lua to 0.9.3. 2013-12-14 13:30:18 -08:00
Yichun Zhang (agentzh) b8bf7bbb4c feature: bundle the lua-resty-core library, which reimplements ngx_lua's Lua API with LuaJIT FFI. 2013-12-14 13:21:41 -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) 5be3b51678 upgraded ngx_array_var to 0.03. 2013-12-09 21:10:29 -08:00
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. 2013-12-05 20:33:30 -08:00
Yichun Zhang (agentzh) 157febe350 upgraded ngx_http_redis module to 0.3.7. 2013-12-03 12:07:10 -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) 97622943d2 dist-check: explicitly specify gcc for Solaris. 2013-11-12 20:43:55 -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) b694456ef3 bugfix: applied the cache_manager_exit patch to the nginx core to fix an issue when the cache manager process is shutting down. 2013-11-04 13:08:57 -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) a860e4192c upgraded ngx_lua to 0.9.1. 2013-10-29 12:07:06 -07:00
Yichun Zhang (agentzh) 73201a29f7 upgraded ngx_rds_csv to 0.05. 2013-10-27 22:08:40 -07:00
Yichun Zhang (agentzh) 6522b3420c upgraded ngx_rds_json to 0.12. 2013-10-27 22:06:46 -07:00
Yichun Zhang (agentzh) 360aaab086 upgraded ngx_xss to 0.04. 2013-10-27 22:03:48 -07:00
Yichun Zhang (agentzh) 78cca18fef upgraded ngx_srcache to 0.23. 2013-10-27 21:59:52 -07:00
Yichun Zhang (agentzh) a06c2308e1 upgraded ngx_headers_more to 0.23. 2013-10-27 21:54:42 -07:00
Yichun Zhang (agentzh) d919948850 upgraded ngx_echo to 0.49. 2013-10-27 21:46:12 -07:00
Yichun Zhang (agentzh) cd3b7f3bfb upgraded lua-resty-redis to 0.17 and lua-resty-upload to 0.09. 2013-10-27 21:33:12 -07:00
Yichun Zhang (agentzh) d846011a3e upgraded lua-resty-mysql to 0.14. 2013-10-27 21:30:32 -07:00
Yichun Zhang (agentzh) e4ff7dbfac upgraded lua-resty-websocket to 0.02. 2013-10-27 21:26:27 -07:00
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. 2013-10-27 15:37:11 -07:00
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. 2013-10-26 14:54:50 -07:00
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 2013-10-25 17:31:39 -07:00
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. 2013-10-19 20:49:06 -07:00
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. 2013-10-17 23:15:05 -07:00
Yichun Zhang (agentzh) 5f7b64e17a now we bundle README.markdown to our release tarballs. 2013-10-17 16:21:24 -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) b0d3505b31 upgraded ngx_lua to 0.9.0. 2013-09-29 20:40:02 -07:00
Yichun Zhang (agentzh) 9d2ae2e217 upgraded ngx_devel_kit to 0.2.19. 2013-09-29 18:55:59 -07:00
Yichun Zhang (agentzh) f0a2f6543e bundled the new lua-resty-lock library. 2013-09-27 15:42:33 -07:00
Yichun Zhang (agentzh) 937985fc03 bundled new library lua-resty-websocket. 2013-09-27 15:37:00 -07:00
Yichun Zhang (agentzh) 457d0526ea upgraded lua-resty-memcached to 0.12. 2013-09-23 22:46:00 -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) e0d777bb5d ./configure: always remove exising Makefile before trying to generate a new one. 2013-09-08 20:57:08 -07:00
Yichun Zhang (agentzh) 5c77ae9d4a bumped version to 1.4.2.5. 2013-09-08 16:27:28 -07:00
Yichun Zhang (agentzh) 2d2132d232 upgraded ngx_lua to 0.8.8. 2013-09-08 16:16:47 -07:00
Yichun Zhang (agentzh) 559f187c3c upgraded ngx_set_misc to 0.22. 2013-09-08 16:08:51 -07:00