Yichun Zhang (agentzh)
9fa2d93c6b
updated tests to reflect recent changes.
8 years ago
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 .
9 years ago
Yichun Zhang (agentzh)
7ce3d4e881
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
568d1e0e5d
upgraded resty-cli to 0.11.
9 years ago
Yichun Zhang (agentzh)
0e9ed23bf5
updated test suite to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
b603282bd6
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
7123e4f0df
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
592aa6fec5
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
665faf0aea
version 1.9.15.1 RC1.
9 years ago
Yichun Zhang (agentzh)
de75e4d7ed
version 1.9.7.4 RC1.
9 years ago
Yichun Zhang (agentzh)
36bafb83ed
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
463a6a14ee
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
52962f3fc9
renamed ngx_openresty to openresty.
9 years ago
Yichun Zhang (agentzh)
383901b193
updated the test suite to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
e5fd373848
updated the test suite to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
5760ca8dee
updated the test suite to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
3882d2572e
upgraded tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
1c106bf487
updated tests to reflect recent changes.
9 years ago
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.
9 years ago
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.
9 years ago
Yichun Zhang (agentzh)
6624c48881
updated tests to reflect recent changes.
9 years ago
Yichun Zhang (agentzh)
e82486be60
updated the tests to reflect recent changes.
10 years ago
Yichun Zhang (agentzh)
f84e035e45
upgraded the nginx core to 1.9.3.
10 years ago
Yichun Zhang (agentzh)
60e72cbf82
updated the test suite to reflect recent changes; also bumped version to 1.9.2.1 RC1.
10 years ago
Yichun Zhang (agentzh)
2871ccb9ac
updated tests to reflect recent changes.
10 years ago
Yichun Zhang (agentzh)
b0a74456ba
updated tests to reflect recent changes.
10 years ago
Yichun Zhang (agentzh)
387089ca11
updated test suite to reflect changes; also bumped version to 1.7.10.1.
10 years ago
Yichun Zhang (agentzh)
30c2d1bde6
updated the test suite to reflect version bumps.
10 years ago
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.
10 years ago
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.
10 years ago
Yichun Zhang (agentzh)
3ae5c4d93e
updated the test suite to reflect recent changes.
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)
0aeef4f31a
updated tests to reflect recent version changes.
10 years ago
Yichun Zhang (agentzh)
c7eea80684
updated the test suite for recent changes (for 1.7.4.1rc2).
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)
85f9313252
updated tests to reflect recent changes.
10 years ago
Yichun Zhang (agentzh)
c23007bcce
optimize: now we use the C compiler option -O2 by default.
10 years ago
Yichun Zhang (agentzh)
867328aa81
updated tests to reflect the nginx core upgrade.
10 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)
88500d7328
updated tests to reflect recent changes.
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)
217b21e928
updated tests to reflect recent changes.
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)
9e5299a0d2
use cc as the default C compiler for luajit and lua C libraries.
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)
cd74a45f39
updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
4085b21eb8
updated tests to reflect recent changes.
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)
c9b0947bbb
updated test suite to reflect recent changes.
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)
5c14faf444
updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
f830a55d2d
updated the usage info for ./configure to reflect recent changes.
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)
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)
163432a678
updated tests to reflect recent changes.
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)
378f94fb58
updated the tests to reflect recent upgrades.
11 years ago
Yichun Zhang (agentzh)
bd81be02ee
bumped version to 1.4.3.3.
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)
ae74836236
mainline version 1.4.2.9.
11 years ago
Yichun Zhang (agentzh)
6bb19476b4
updated tests to reflect recent changes.
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)
2c23a0859e
bumped version to 1.4.2.7 and also updated the test suite accordingly.
11 years ago
Yichun Zhang (agentzh)
37737082dd
updated tests to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
609e375e66
updated tests to reflect recent changes.
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)
5f2ede4fd2
updated the test suite to reflect recent changes.
11 years ago
Yichun Zhang (agentzh)
a825570875
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
5328f0113f
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
b68ec13a71
bumped version to 1.2.8.5.
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)
bae91cc5c4
updated tests to reflect the changes in the previous commit.
12 years ago
agentzh (Yichun Zhang)
1bfc510257
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
e91766c012
updated tests to reflect recent changes.
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)
009db177df
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
1ca5fb8597
bumped version to 1.2.6.6.
12 years ago
agentzh (Yichun Zhang)
f1083d82d4
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
ed74e3d767
bumped version to 1.2.6.3.
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)
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)
a820d40858
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
a841caaff8
updated the test suite to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
f936d06933
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
eabcfb4369
updated the test suite to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
774a60c8eb
updated tests to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
def1331dea
updated the test plan in sanity.t.
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)
7265b0920d
updated the test suite to reflect recent changes.
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)
c6f3705301
updated tests to reflect recent changes.
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)
07a3959dd2
upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0.
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)
4304116026
updated the test suite to reflect recent changes.
12 years ago
agentzh (Yichun Zhang)
dceae9e8f9
updated the test suite to reflect recent changes.
12 years ago
agentzh (章亦春)
89bdbc7cca
updated tests for recent changes.
12 years ago
agentzh (章亦春)
8faebfd44f
fixed the tests to reflect recent changes.
12 years ago
agentzh (章亦春)
85b5caf105
updated the test suite to reflect recent changes.
12 years ago
agentzh (章亦春)
65237ea02f
bumped version to 1.2.1.11.
12 years ago
agentzh (章亦春)
dcc95a3b33
updated tests to reflect recent changes.
13 years ago
agentzh (章亦春)
37bbfd4378
updated the tests to reflect recent changes.
13 years ago
agentzh (章亦春)
82a58c989f
releng work for the 1.0.15.10 release.
13 years ago
agentzh (章亦春)
99e1bd7079
bumped version to 1.0.15.7 and also updated the test suite to reflect recent changes.
13 years ago
agentzh (章亦春)
21f8910725
bumped version number to 1.0.15.5 and updated the test suite to reflect recent changes.
13 years ago
agentzh (章亦春)
3f8ad8af58
added some tests for the new option --with-luajit-xcflags.
13 years ago
agentzh (章亦春)
eecc5010eb
updated the tests for the new option --with-luajit-xcflags.
13 years ago
agentzh (章亦春)
2ee1f58571
updated tests to reflect recent changes.
13 years ago
agentzh (章亦春)
ba7a3d6c44
releng for 1.0.15.3.
13 years ago
agentzh (章亦春)
9b1da949a3
updated tests to reflect recent changes in version numbers.
13 years ago
agentzh (章亦春)
ce803e8a94
bumped version number to 1.0.11.28.
13 years ago
agentzh (章亦春)
ec23d93c0d
no longer specify -DLUAJIT_USE_VALGRIND when --with-debug is specified. also upgraded lua-resty-* to their latest versions.
13 years ago
agentzh (章亦春)
367a5d8c5f
bundle new components lua-resty-mysql, lua-resty-upload, and lua-resty-string, which are enabled by default. also added options --without-lua_resty_mysql, --without-lua_resty_upload, and --without-lua_resty_string to ./configure for disabling them.
13 years ago
agentzh (章亦春)
dfe629a607
updated tests to reflect recent changes.
13 years ago
agentzh (章亦春)
d41cb7132c
bundle new component lua-resty-redis which is enabled by default. also added option --without-lua_resty_redis to ./configure for disabling it.
13 years ago
agentzh (章亦春)
7c210171d1
bundle new component lua-resty-memcached which is enabled by default. also added option --without-lua_resty_memcached to ./configure for disabling it. also upgraded ngx_lua to 0.5.0rc16.
13 years ago
agentzh (章亦春)
c528989ead
now we enable -DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT flags for luajit when --with-debug is specified.
13 years ago
agentzh (章亦春)
71a3060051
updated tests for new versions of the components.
13 years ago
agentzh (章亦春)
c93802bfed
updated test suite to reflect recent changes.
13 years ago
agentzh (章亦春)
67d50a58bf
added ngx_coolkit to the bundle.
13 years ago
agentzh (章亦春)
91fc8d50ef
upgraded ngx_lua to 0.4.1; also bumped the version number to 1.0.10.48.
13 years ago
agentzh (章亦春)
d27c62e35f
bumped version number to 1.0.10.47.
13 years ago
agentzh (章亦春)
a05b74863b
updated tests to reflect recent changes.
13 years ago
agentzh (章亦春)
fb89742f47
Prepare for the ngx_openresty devel version 1.0.10
...
* upgraded ngx_lua to 0.4.0.
* upgraded ngx_encrypted_session to 0.02.
* bugfix: fixed issues with relative path DIR in --with-openssl=DIR.
13 years ago
agentzh (章亦春)
1bc8f9b8be
bugfix: make the "install" phony target depend on the "all" phony target in the Makefile generated by ./configure. thanks Weibin Yao for reporting this issue.
13 years ago
agentzh (章亦春)
6d1405ceaa
fixed the test plan.
13 years ago
agentzh (章亦春)
af701e5b64
improved Yao Weibin's patch for the --add-module option a bit and also added a test case.
13 years ago
agentzh (章亦春)
5fb3e869e5
updated tests to reflect recent changes.
13 years ago
agentzh (章亦春)
d0fc49168d
bugfix: some old version of "cp" does not support trailing slashes in the destination argument and could break the ./configure script. thanks Weibin Yao for reporting it.
13 years ago
agentzh (章亦春)
0e42b1d9ef
updated the test suite to reflect recent changes.
13 years ago
agentzh (章亦春)
7215210bb4
fixed the test suite.
13 years ago
agentzh (章亦春)
d33c4824f6
improved the missing gmake on BSD error message as per @lhmwzy.
13 years ago
agentzh (章亦春)
93f9f0762d
now we require gmake for *BSD systems even if luajit is not enabled. thanks @lhmwzy.
13 years ago
agentzh (章亦春)
23506e8328
initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch.
13 years ago
agentzh (章亦春)
b5e945fb9f
added new option -jN (e.g., -j8, -j10, and etc.) to ./configure; thanks @Lance.
13 years ago
agentzh (章亦春)
beb32b132f
released ngx_openresty 1.0.6.12.
13 years ago
agentzh (章亦春)
06091efe32
upgraded lua-cjson to 1.0.3; released ngx_openresty 1.0.6.9.
13 years ago
agentzh (章亦春)
b11711a509
added the new option --with-lua51=PATH to the configure script. released ngx_openresty 1.0.6.7.
13 years ago
agentzh (章亦春)
733e37e053
added the --with-luajit=PATH option to ./configure per NginxUser's suggestion.
13 years ago
agentzh (章亦春)
aefb91544b
upgraded ngx_lua to v0.3.0; released ngx_openresty 1.0.5.1.
13 years ago
agentzh (章亦春)
a979e3eaab
now we bundle lua-rds-parser too :)
13 years ago
agentzh (章亦春)
907bf9f19e
now we bundle the ngx_rds_csv module as well.
13 years ago
agentzh (章亦春)
85dab85e31
updated the tet suite to reflect recent changes.
13 years ago
agentzh (章亦春)
030ffab7d2
now we bundle the lua-redis-parser library with us and it is enabled by default. tested on Linux i386, Linux x86_64, Mac OS X, FreeBSD 8.2 i386, and Solaris 11; added the new option --without-lua_redis_parser to the ./configure script; made the test scaffold emit .t_ file with actual outputs as the expected outputs; released ngx_openresty 1.0.5.0rc3.
13 years ago
agentzh (章亦春)
a3dfc21c1a
documented the --without-lua_cjson option in the ./configure usage output. released ngx_openresty 1.0.5.0rc2.
13 years ago
agentzh (章亦春)
d283e90962
made lua-cjson honor the --with-debug option; updated the test suite to reflect recent changes.
13 years ago
agentzh (章亦春)
32ef993e05
more progress on lua-cjson bundling. it now works on Mac OS X, FreeBSD, and Linux, at least.
13 years ago
agentzh (章亦春)
6a75ebc5b0
lua-cjson is now bundled and enabled by default. it is working on Linux.
13 years ago
agentzh (章亦春)
458b8f5456
release 1.0.4.2.
13 years ago
agentzh (章亦春)
95e12baff4
added regression tests for recent changes for Solaris and FreeBSD.
13 years ago