Commit Graph

350 Commits

Author SHA1 Message Date
Yichun Zhang (agentzh) 0b956ca748 upgraded ngx_stream_lua to v0.0.6rc6. 2019-02-23 00:10:13 -08:00
Thibault Charbonnier 7630d23428 bumped ngx_lua to 0.10.14rc7 and lua-resty-shell to 0.02. 2019-02-22 18:27:35 -08:00
Thibault Charbonnier 60589ee251 upgraded LuaJIT to 2.1-20190221. 2019-02-22 18:17:59 -08:00
Thibault Charbonnier 94d0e8ed52 tests: bumped ngx_lua and removed lua-resty-shell/lua-resty-signal from windows builds to reflect recent changes. 2019-02-04 22:58:26 -08:00
Thibault Charbonnier b84a47de27 travis: added travis-ci support. 2019-02-04 16:52:05 -08:00
Thibault Charbonnier 73c881bddf tests: added support for `--- out_like` blocks. 2019-02-04 16:52:05 -08:00
Thibault Charbonnier 72962e0125 bugfix: we now build lua-resty-signal's shared lib component. 2019-02-04 14:45:44 -08:00
Thibault Charbonnier 2e7e51e649 feature: bundled the lua-resty-signal and lua-resty-shell libraries. 2019-02-02 20:35:53 -08:00
Thibault Charbonnier 06468602b9 tests: bumped ngx_lua, ngx_stream_lua, and LuaJIT references according to recent changes. 2019-02-02 20:04:31 -08:00
Thibault Charbonnier c3b7c3b1b9 upgraded ngx_lua to 0.10.14rc4, ngx_stream_lua to 0.0.6rc4, and lua-resty-core to 0.1.16rc4. 2019-01-30 16:04:34 -08:00
Thibault Charbonnier 3f42731e50
change: we now enable the GC64 mode by default in our bundled LuaJIT build for x86_64 architectures; this can be disabled with ./configure --without-luajit-gc64. 2019-01-29 20:00:58 -08:00
Thibault Charbonnier 3c053fff33 tests: bumped lua-cjson references to 2.1.0.7rc2. 2019-01-29 10:58:44 -08:00
Thibault Charbonnier 7b290a582f feature: bundled the lua-tablepool library. 2019-01-29 09:48:06 -08:00
Yichun Zhang (agentzh) f56ee1ecd8 updated the tests to reflect recent changes. 2019-01-18 14:40:28 -08:00
Datong Sun 4500744d5c test: fixed test failure due to NGINX core change introduced in 1.15.1
by 63e8a1d926.
2018-11-01 20:48:02 -07:00
Yichun Zhang (agentzh) 37a41b416c feature: ./configure: added new options --without-stream_ssl_module and --without-stream. 2018-11-01 17:45:50 -07:00
Yichun Zhang (agentzh) e8da00c337 tests: updated tests to reflect recent version changes. 2018-11-01 17:43:56 -07:00
Datong Sun 34db6fd04c configure: now supports the --without-stream_ssl_module option to disable ngx_stream_ssl_module if necessary.
Fix #388.
2018-07-05 00:38:15 -07:00
Yichun Zhang (agentzh) fe8f773b1d updated tests to reflect recent changes. 2018-06-14 15:58:48 -07:00
Yichun Zhang (agentzh) eccf26672c tests: updated sanity.t with util/fix-tests to reflect recent component version changes. 2018-04-24 16:40:27 -07:00
Yichun Zhang (agentzh) 57166863d3 updated tests to reflect recent changes. 2018-04-19 19:02:31 -07:00
Datong Sun ff89bf3ea1 resolv.conf: fixed a bug that when a newline character is present at the end of the resolv.conf file, the parser incorrectly included such newline in the parsed address.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-03-30 12:21:19 -07:00
Yichun Zhang (agentzh) 4a85469797 ./configure: fixed source lines exceeding 80 cols (heredoc literals are skipped). 2018-03-18 12:42:07 -07:00
Yichun Zhang (agentzh) 46a1c7adb3 feature: now the openresty build system (./configure) automatically patches the resty command-line utility to use its own nginx binary so that it does not have to compute it at runtime (which is a bit expensive).
this saves about 10ms (from for total 20ms to 10ms) for resty's startup time, as
measured on a mid-2015 MBP. That's 50% reduction in total startup time!

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-03-18 12:32:02 -07:00
Yichun Zhang (agentzh) f1ad126b75 updated tests to reflect recent changes. 2018-03-18 12:07:00 -07:00
Datong Sun 3d8b33f0e8 feature: added a patch for the nginx core to add the "local=/path/to/resolv.conf" option to the standard "resolver" config directive.
This can enable the use of system-level nameserver configurations of
/etc/resolv.conf, for example, in nginx's own nonblocking DNS resolver.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-03-16 16:19:19 -07:00
catatsuy 031778f770 bugfix: ./configure: relative paths in --add-dynamic-module=PATH option did not work.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-02-25 14:46:07 -08:00
Yichun Zhang (agentzh) 1555734368 updated tests to reflect recent component updates. 2018-02-11 11:38:26 -08:00
Yichun Zhang (agentzh) 94db027c12 ./configure: updated the stream subsystem related options from nginx 1.13.6.
thanks hy05190134 for the report in #334.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-01-24 11:49:52 -08:00
Yichun Zhang (agentzh) e5767d96e9 tests: updated to reflect recent changes. 2018-01-24 11:46:34 -08:00
Yichun Zhang (agentzh) 93e9da93ec tests: fixed a test title. 2017-12-19 18:18:35 -08:00
spacewander 2cc5ba6c91 bugfix: we removed the existing Makefile even for `./configure --help`.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-12-09 11:42:32 -08:00
Yichun Zhang (agentzh) dd46539557 updated tests to reflect recent changes. 2017-12-09 11:39:44 -08:00
Yichun Zhang (agentzh) 317dcbfa8a updated tests to reflect recent changes. 2017-11-03 17:34:42 -07:00
Yichun Zhang (agentzh) 3763c5380e feature: bundled and enabled ngx_stream_lua_module by default. this module is still experimental. 2017-10-26 10:41:47 -07:00
Yichun Zhang (agentzh) f46beb607b tests: updated the tests to reflect recent changes. 2017-10-26 09:42:46 -07:00
Yichun Zhang (agentzh) 90fc91567f bumped version to 1.11.2.5; also updated tests to reflect recent changes. 2017-08-17 21:23: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) 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
Yichun Zhang (agentzh) 391709ce4d formal release 1.11.2.3. 2017-04-19 17:00:51 -07:00
Yichun Zhang (agentzh) 1fbcf153e3 change: we no longer bundle the standard Lua 5.1 interpreter. 2017-04-08 17:33:18 -07:00
Yichun Zhang (agentzh) da979a620a updated tests to reflect recent changes. 2017-04-08 17:25:27 -07:00
Yichun Zhang (agentzh) 6b82ea1099 feature: now we automatically add the -msse4.2 compilation option for building the bundled LuaJIT when it is available. 2017-03-19 22:21:11 -07:00
David Galeano ee90152ae3 bugfix: we did not use PATH in ./configure --sbin-path=PATH when creating symlinks.
this fixes #196.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-02-13 15:09:10 -08:00
Yichun Zhang (agentzh) cbfbd19460 updated tests to reflect recent changes. 2016-11-13 10:16:57 -08:00
Yichun Zhang (agentzh) e254c3d0c1 change: now we enable -DLUAJIT_ENABLE_LUA52COMPAT in our bundled LuaJIT build by default, which can be disabled by ./configure --without-luajit-lua52. 2016-11-13 08:18:06 -08:00
Yichun Zhang (agentzh) dbccee1418 updated tests to reflect recent changes. 2016-11-04 15:32:50 -07:00
Yichun Zhang (agentzh) b1c3587c50 updated tests to reflect recent changes. 2016-11-02 15:19:24 -07:00
Yichun Zhang (agentzh) ae8e36ae77 fixed test suite to reflect recent changes. 2016-08-26 13:34:20 -07:00
Yichun Zhang (agentzh) 697bb0a08c updated tests to reflect recent changes. 2016-07-14 18:27:31 -07:00
Yichun Zhang (agentzh) 8d76d5910f feature: now we create the <openresty-prefix>/bin/openresty symlink which points to <openresty-prefix>/nginx/sbin/nginx to avoid polluting the PATH environment with the name "nginx". 2016-07-14 17:53:07 -07:00
Yichun Zhang (agentzh) 9fa2d93c6b updated tests to reflect recent changes. 2016-07-14 17:51:31 -07:00
Yichun Zhang (agentzh) e63984f81d bugfix: special characters like spaces in nginx configure option values (like --with-pcre-opt and --with-openssl-opt) were not passed correctly. thanks Andreas Lubbe for the report in #178. 2016-06-06 12:07:54 -07:00
Yichun Zhang (agentzh) 7ce3d4e881 updated tests to reflect recent changes. 2016-06-03 17:52:39 -07:00
Yichun Zhang (agentzh) 568d1e0e5d upgraded resty-cli to 0.11. 2016-06-03 17:33:44 -07:00
Yichun Zhang (agentzh) 0e9ed23bf5 updated test suite to reflect recent changes. 2016-06-03 17:01:49 -07:00
Yichun Zhang (agentzh) b603282bd6 updated tests to reflect recent changes. 2016-05-25 23:17:46 -07:00
Yichun Zhang (agentzh) 7123e4f0df updated tests to reflect recent changes. 2016-05-25 22:22:25 -07:00
Yichun Zhang (agentzh) 592aa6fec5 updated tests to reflect recent changes. 2016-05-16 17:13:41 -07:00
Yichun Zhang (agentzh) 665faf0aea version 1.9.15.1 RC1. 2016-05-15 22:36:35 -07:00
Yichun Zhang (agentzh) de75e4d7ed version 1.9.7.4 RC1. 2016-03-16 17:36:32 -07:00
Yichun Zhang (agentzh) 36bafb83ed updated tests to reflect recent changes. 2016-03-08 19:10:53 -08:00
Yichun Zhang (agentzh) 463a6a14ee updated tests to reflect recent changes. 2016-02-15 09:38:34 -08:00
Yichun Zhang (agentzh) 52962f3fc9 renamed ngx_openresty to openresty. 2016-01-25 14:33:53 -08:00
Yichun Zhang (agentzh) 383901b193 updated the test suite to reflect recent changes. 2016-01-11 14:39:50 -08:00
Yichun Zhang (agentzh) e5fd373848 updated the test suite to reflect recent changes. 2016-01-11 14:10:32 -08:00
Yichun Zhang (agentzh) 5760ca8dee updated the test suite to reflect recent changes. 2015-12-24 12:46:19 -08:00
Yichun Zhang (agentzh) 3882d2572e upgraded tests to reflect recent changes. 2015-11-11 22:11:32 +08:00
Yichun Zhang (agentzh) 1c106bf487 updated tests to reflect recent changes. 2015-11-04 23:11:16 +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) 6624c48881 updated tests to reflect recent changes. 2015-10-29 20:16:19 +08:00
Yichun Zhang (agentzh) e82486be60 updated the tests to reflect recent changes. 2015-07-16 11:47:53 +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) 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) 2871ccb9ac updated tests to reflect recent changes. 2015-07-03 16:10:44 +08:00
Yichun Zhang (agentzh) b0a74456ba updated tests to reflect recent changes. 2015-06-23 19:50:30 +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) 30c2d1bde6 updated the test suite to reflect version bumps. 2015-02-18 15:39:55 -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) 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) 0aeef4f31a updated tests to reflect recent version changes. 2014-10-09 16:40:11 -07:00
Yichun Zhang (agentzh) c7eea80684 updated the test suite for recent changes (for 1.7.4.1rc2). 2014-09-02 21:15:41 -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) 85f9313252 updated tests to reflect recent changes. 2014-08-30 14:56:18 -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) 867328aa81 updated tests to reflect the nginx core upgrade. 2014-07-29 15:10:48 -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) 88500d7328 updated tests to reflect recent changes. 2014-07-09 11:28:25 -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) 217b21e928 updated tests to reflect recent changes. 2014-07-04 18:54:40 -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) 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) 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) cd74a45f39 updated tests to reflect recent changes. 2014-05-31 22:16:01 -07:00
Yichun Zhang (agentzh) 4085b21eb8 updated tests to reflect recent changes. 2014-05-17 14:24:00 -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) c9b0947bbb updated test suite to reflect recent changes. 2014-04-06 17:11:59 -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) 5c14faf444 updated tests to reflect recent changes. 2014-01-10 20:32:14 -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) 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) 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) 163432a678 updated tests to reflect recent changes. 2013-12-14 16:06:31 -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) 378f94fb58 updated the tests to reflect recent upgrades. 2013-12-10 10:16:13 -08:00
Yichun Zhang (agentzh) bd81be02ee bumped version to 1.4.3.3. 2013-11-06 13:14:12 -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) ae74836236 mainline version 1.4.2.9. 2013-09-29 23:53:48 -07:00
Yichun Zhang (agentzh) 6bb19476b4 updated tests to reflect recent changes. 2013-09-27 15:43:44 -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) 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) 37737082dd updated tests to reflect recent changes. 2013-09-08 16:28:10 -07:00
Yichun Zhang (agentzh) 609e375e66 updated tests to reflect recent changes. 2013-09-03 00:01:50 -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) 5f2ede4fd2 updated the test suite to reflect recent changes. 2013-08-06 20:22:16 -07:00
Yichun Zhang (agentzh) a825570875 updated tests to reflect recent changes. 2013-07-18 12:57:39 -07:00
agentzh (Yichun Zhang) 5328f0113f updated tests to reflect recent changes. 2013-06-10 11:50:53 -07:00
agentzh (Yichun Zhang) b68ec13a71 bumped version to 1.2.8.5. 2013-05-23 16:19:34 -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) bae91cc5c4 updated tests to reflect the changes in the previous commit. 2013-04-20 18:17:02 -07:00
agentzh (Yichun Zhang) 1bfc510257 updated tests to reflect recent changes. 2013-04-17 11:48:07 -07:00
agentzh (Yichun Zhang) e91766c012 updated tests to reflect recent changes. 2013-04-16 16:22:20 -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) 009db177df updated tests to reflect recent changes. 2013-03-24 22:36:07 -07:00
agentzh (Yichun Zhang) 1ca5fb8597 bumped version to 1.2.6.6. 2013-02-17 19:04:41 -08:00
agentzh (Yichun Zhang) f1083d82d4 updated tests to reflect recent changes. 2013-02-10 15:07:58 -08:00
agentzh (Yichun Zhang) ed74e3d767 bumped version to 1.2.6.3. 2013-02-03 23:00:39 -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) 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. 2013-01-02 11:53:38 -08:00
agentzh (Yichun Zhang) a820d40858 updated tests to reflect recent changes. 2013-01-02 11:46:13 -08:00
agentzh (Yichun Zhang) a841caaff8 updated the test suite to reflect recent changes. 2012-12-23 14:22:18 -08:00
agentzh (Yichun Zhang) f936d06933 updated tests to reflect recent changes. 2012-12-11 11:36:57 -08:00
agentzh (Yichun Zhang) eabcfb4369 updated the test suite to reflect recent changes. 2012-12-08 00:11:04 -08:00
agentzh (Yichun Zhang) 774a60c8eb updated tests to reflect recent changes. 2012-11-20 15:12:56 -08:00
agentzh (Yichun Zhang) def1331dea updated the test plan in sanity.t. 2012-11-11 22:00:29 -08:00
agentzh (Yichun Zhang) b447ec474e bugfix: ./configure: --with-pcre=PATH did not accept relative path in PATH. thanks smallfish for reporting this issue. 2012-11-11 21:59:48 -08:00
agentzh (Yichun Zhang) 7265b0920d updated the test suite to reflect recent changes. 2012-11-11 17:25:20 -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) c6f3705301 updated tests to reflect recent changes. 2012-10-17 15:05:18 -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) 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) 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) 4304116026 updated the test suite to reflect recent changes. 2012-09-26 22:12:09 -07:00
agentzh (Yichun Zhang) dceae9e8f9 updated the test suite to reflect recent changes. 2012-08-22 15:29:23 -07:00
agentzh (章亦春) 89bdbc7cca updated tests for recent changes. 2012-08-14 20:52:19 -07:00
agentzh (章亦春) 8faebfd44f fixed the tests to reflect recent changes. 2012-08-12 11:42:11 -07:00