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 |