Yichun Zhang (agentzh)
372befff8d
upgraded ngx_set_misc to 0.32.
7 years ago
Yichun Zhang (agentzh)
ea1630562c
upgraded lua-resty-dns to 0.21.
7 years ago
Yichun Zhang (agentzh)
7f78188bcb
upgraded resty-cli to 0.21.
7 years ago
Yichun Zhang (agentzh)
38b45d7a59
upgraded LuaJIT to 2.1-20180419.
7 years ago
Yichun Zhang (agentzh)
be40a6f25c
upgraded lua-resty-lrucache to 0.08.
7 years ago
Yichun Zhang (agentzh)
3b7ec8ed33
upgraded ngx_lua to 0.10.12.
7 years ago
Yichun Zhang (agentzh)
35588fa607
upgraded ngx_stream_lua to 0.0.4.
7 years ago
Yichun Zhang (agentzh)
994a743f9e
upgraded opm to 0.0.5.
7 years ago
Yichun Zhang (agentzh)
a737e8a839
upgraded lua-resty-core to 0.1.14.
7 years ago
Yichun Zhang (agentzh)
412ac81f38
upgraded lua-cjson to 2.1.0.6.
7 years ago
spacewander
a4f399b3ac
feature: added the socket_cloexec patch to ensure most of the nginx connections could be closed before child process terminates.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh)
4a85469797
./configure: fixed source lines exceeding 80 cols (heredoc literals are skipped).
7 years ago
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>
7 years ago
Yichun Zhang (agentzh)
7732e38e4c
upgraded resty-cli to 0.21rc2.
7 years ago
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>
7 years ago
Yichun Zhang (agentzh)
d11dee9ca8
upgraded opm to 0.0.5rc1.
7 years ago
Yichun Zhang (agentzh)
7a8fb4bc81
upgraded resty-cli to 0.21rc1.
7 years ago
Yichun Zhang (agentzh)
d9d28a5f8b
upgraded lua-resty-lrucache to 0.08rc1.
7 years ago
catatsuy
031778f770
bugfix: ./configure: relative paths in --add-dynamic-module=PATH option did not work.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh)
e5b5344238
upgraded lua-resty-string to 0.11rc1.
7 years ago
Francesco Giacomini
0271201881
mirror-tarball: simpl/ngx_devel_kit -> simplresty/ngx_devel_kit.
...
fix https://github.com/openresty/openresty/issues/336
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
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>
7 years ago
Yichun Zhang (agentzh)
36171ae02b
upgraded ngx_stream_lua to 0.0.4rc1.
7 years ago
Yichun Zhang (agentzh)
2267596f54
upgraded ngx_rds_csv to 0.09rc1.
7 years ago
Yichun Zhang (agentzh)
2f826961dd
upgraded ngx_xss to 0.06rc1.
7 years ago
Yichun Zhang (agentzh)
028f5e5dec
upgraded lua-resty-core to 0.1.14rc1.
7 years ago
Yichun Zhang (agentzh)
2ed7e33a5b
upgraded ngx_lua to 0.10.12rc2.
7 years ago
Yichun Zhang (agentzh)
fd0bf98d6f
upgraded ngx_set_misc to 0.32rc1, ngx_memc to 0.19rc1, ngx_encrypted_session to 0.08rc1, and ngx_redis2 to 0.15rc1.
7 years ago
Datong Sun
93f785eed6
feature: added patches to the nginx core to make sure ngx_stream_ssl_preread_module will not skip the rest of the preread phase when SNI server name parsing was successful.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
spacewander
ee6b26e347
feature: added the sess_set_get_cb_yield patch for OpenSSL 1.1.0d and beyond.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
spacewander
e777a35db3
feature: shipped openssl-1.1.0c patch with the source release tarball.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh)
f721f66b4e
feature: applied the init_cycle_pool_release patch to nginx 1.13.6+ cores to make it valgrind or asan clean.
7 years ago
spacewander
2cc5ba6c91
bugfix: we removed the existing Makefile even for `./configure --help`.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh)
346bba3dc6
upgraded lua-resty-dns to 0.21rc2.
7 years ago
Yichun Zhang (agentzh)
578c4e8ae4
upgraded lua-cjson to 2.1.0.6rc2.
7 years ago
Yichun Zhang (agentzh)
029f20fd6d
upgraded lua-cjson to 2.1.0.6rc1.
7 years ago
Yichun Zhang (agentzh)
3cf34101c0
upgraded ngx_lua to 0.10.12rc1.
7 years ago
Yichun Zhang (agentzh)
d5c201c051
bumped version to 1.13.6.2rc0.
7 years ago
Yichun Zhang (agentzh)
2db0dd9374
upgraded lua-resty-dns to 0.21rc1.
7 years ago
Yichun Zhang (agentzh)
d2618c3135
formal release 1.13.6.1.
7 years ago
Yichun Zhang (agentzh)
2094e6321b
win32: upgraded pcre to 8.41.
7 years ago
Yichun Zhang (agentzh)
a1444be0bf
bumped version to 1.13.6.1 RC1.
7 years ago
Yichun Zhang (agentzh)
cc81cb09fe
upgraded lua-resty-dns to 0.20.
7 years ago
Yichun Zhang (agentzh)
d13eb1432f
upgraded ngx_encrypted_session to 0.07.
7 years ago
Yichun Zhang (agentzh)
c4a794335b
upgraded ngx_rds_csv to 0.08.
7 years ago
Yichun Zhang (agentzh)
67e6fb305f
upgraded ngx_rds_json to 0.15.
7 years ago
Yichun Zhang (agentzh)
82c70515b3
upgraded ngx_headers_more to 0.33.
7 years ago
Yichun Zhang (agentzh)
0e4016c26d
upgraded opm to 0.0.4.
7 years ago
Yichun Zhang (agentzh)
fc75550a08
upgraded resty-cli to 0.20.
7 years ago
Yichun Zhang (agentzh)
b3bee63c7d
upgraded lua-resty-limit-traffic ot 0.05.
7 years ago
Yichun Zhang (agentzh)
2656416500
upgraded lua-resty-core to 0.1.13.
7 years ago
Yichun Zhang (agentzh)
2097b7fbca
upgraded ngx_lua to 0.10.11.
7 years ago
Yichun Zhang (agentzh)
6f624f0003
upgraded LuaJIT to 2.1-20171103.
7 years ago
Yichun Zhang (agentzh)
58f41155d7
upgraded ngx_lua to 0.10.11rc3 and lua-resty-core to 0.1.13rc2.
7 years ago
Yichun Zhang (agentzh)
24fb031d22
upgraded ngx_stream_lua_module to 0.0.3.
7 years ago
Yichun Zhang (agentzh)
3763c5380e
feature: bundled and enabled ngx_stream_lua_module by default. this module is still experimental.
7 years ago
Yichun Zhang (agentzh)
a1109b8dd2
upgraded the nginx core to 1.13.6.
7 years ago
Yichun Zhang (agentzh)
77ea939d00
upgraded lua-resty-limit-traffic to 0.05rc2.
7 years ago
Yichun Zhang (agentzh)
131e15ef47
upgraded ngx_lua to 0.10.11rc2.
7 years ago
Yichun Zhang (agentzh)
8c244301ea
upgraded ngx_lua to 0.10.11rc1, resty-cli to 0.20rc1, opm to 0.0.4rc1, luajit to v2.1-20170925, lua-resty-limit-traffic to 0.05rc1, and lua-resty-core to 0.1.13rc1.
7 years ago
Yichun Zhang (agentzh)
4eae6e2415
upgraded the nginx core to 1.13.5.
7 years ago
Yichun Zhang (agentzh)
53a86b6abd
restydoc indexer: ignored a problematic nginx document, ngx_http_api_module.xml.
7 years ago
Yichun Zhang (agentzh)
3e2540f6a0
upgraded nginx core to 1.13.4.
7 years ago
Datong Sun
4b594fdce6
feature: added nginx core patches needed by ngx_stream_lua_module's balancer_by_lua*.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh)
6237430ef4
upgraded nginx core to 1.13.3.
7 years ago
Yichun Zhang (agentzh)
967d1261cd
added more fixes.
7 years ago
Yichun Zhang (agentzh)
6614441908
upgraded the nginx core to 1.13.2 (some patches fail to apply though).
7 years ago
Yichun Zhang (agentzh)
90fc91567f
bumped version to 1.11.2.5; also updated tests to reflect recent changes.
7 years ago
Yichun Zhang (agentzh)
a0f6653c6a
bumped version to 1.11.2.5 RC1.
7 years ago
Yichun Zhang (agentzh)
61586a75e3
upgraded resty-cli to 0.19.
7 years ago
Yichun Zhang (agentzh)
9d36d4f069
bugfix: do not abort `make install` when copying COPYRIGHT fails (the destination could be the same file on Windows, for example).
7 years ago
Yichun Zhang (agentzh)
b1a85d924b
upgraded ngx_lua to 0.10.10.
7 years ago
Yichun Zhang (agentzh)
6994c5e125
upgraded lua-resty-lrucache to 0.07.
7 years ago
Yichun Zhang (agentzh)
2f20dac034
upgraded lua-resty-dns to 0.19.
7 years ago
Yichun Zhang (agentzh)
098889b2ed
swtched to OpenResty's own fork of ngx_postgres; also upgraded it to 1.0.
7 years ago
Yichun Zhang (agentzh)
7a9c09de5d
upgraded ngx_echo to 0.61.
7 years ago
Yichun Zhang (agentzh)
22d66022a6
upgraded lua-resty-mysql to 0.20.
7 years ago
Yichun Zhang (agentzh)
e2c0799394
upgraded lua-resty-lock to 0.07.
7 years ago
Yichun Zhang (agentzh)
44540173ea
upgraded lua-resty-string to 0.10.
7 years ago
Yichun Zhang (agentzh)
843c260daf
upgraded ngx_lua_upstream to 0.07 and lua-resty-upstream-healthcheck to 0.05.
7 years ago
Yichun Zhang (agentzh)
a864af25cf
upgraded LuaJIT to 2.1-20170808, resty-cli to 0.18, and lua-resty-core to 0.1.12.
7 years ago
Yichun Zhang (agentzh)
a21f5e4631
upgraded ngx_lua to 0.10.9.
7 years ago
Yichun Zhang (agentzh)
b0b9544aa5
upgraded lua-resty-limit-traffic to 0.04.
7 years ago
Yichun Zhang (agentzh)
3e69abf93c
upgraded ngx_echo to 0.61rc1.
7 years ago
Yichun Zhang (agentzh)
c408e5f68f
upgraded ngx_lua to 0.10.9rc9.
7 years ago
Yichun Zhang (agentzh)
645530f76e
upgraded resty-cli to 0.18rc6.
7 years ago
Yichun Zhang (agentzh)
24a6779879
upgraded lua-resty-dns to 0.19rc1.
7 years ago
Yichun Zhang (agentzh)
9fcae3552f
upgraded lua-resty-core to 0.1.12rc8.
7 years ago
Yichun Zhang (agentzh)
47907fa3a9
upgraded ngx_lua to 0.10.9rc8.
7 years ago
Yichun Zhang (agentzh)
f9a2702f5a
merged openresty 1.11.2.4.
7 years ago
Yichun Zhang (agentzh)
58f39e963f
bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529).
7 years ago
Yichun Zhang (agentzh)
19c6e1fb5c
bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529).
7 years ago
Yichun Zhang (agentzh)
cf01381428
plus: install the COPYRIGHT file as well.
8 years ago
Yichun Zhang (agentzh)
4f54490595
upgraded lua-resty-limit-traffic to 0.04rc1.
8 years ago
Yichun Zhang (agentzh)
3b500d7c96
upgraded ngx_lua to 0.10.9rc7 and lua-resty-core to 0.1.12rc7.
8 years ago
Datong Sun
3b74625ad3
feature: added the balancer_status_code patch to the nginx core to allow returning arbitrary HTTP status codes inside upstream balancers.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yichun Zhang (agentzh)
b1400169a7
minor fixes in dist-check.
8 years ago
Yichun Zhang (agentzh)
bc2068420c
feature: we now search LuaJIT bytecode files .ljbc before Lua source files *.lua in the default Lua module search paths.
8 years ago
Yichun Zhang (agentzh)
b81a5cea66
bugfix: ./configure: the --without-http_lua_upstream option alone incorrectly disabled all the Lua stuff.
8 years ago
Yichun Zhang (agentzh)
add30287e1
change: applied a patch to the nginx core to turn nginx to openresty in the builtin special response pages' footer.
...
Thanks Datong Sun for the patch.
8 years ago
Yichun Zhang (agentzh)
ce30f58339
upgraded ngx_lua to 0.10.9rc6.
8 years ago
Yichun Zhang (agentzh)
79520a30f8
upgraded lua-resty-core to v0.1.12rc6.
8 years ago
Yichun Zhang (agentzh)
5426551809
upgraded lua-resty-mysql to 0.20rc1.
8 years ago
Yichun Zhang (agentzh)
bcb9b3b698
upgraded ngx_upstream_lua to 0.07rc1; upgraded lua-resty-string to 0.10rc1; upgraded lua-resty-lock to 0.07rc1; upgraded lua-resty-core to 0.1.12rc5.
8 years ago
Yichun Zhang (agentzh)
9afb06f5eb
upgraded resty-cli to 0.18rc5.
8 years ago
Yichun Zhang (agentzh)
d94772353a
upgraded LuaJIT to v2.1-20170517.
8 years ago
Yichun Zhang (agentzh)
d7da4d6037
upgraded ngx_lua to 0.10.9rc5.
8 years ago
Datong Sun
4950ec7f62
feature: applied the delayed-posted-events patch to the nginx core for adding "delayed posted events" which run in the next event cycle with 0 delay.
...
this nginx core feature is needed by the ngx.sleep(0) feature in
ngx_lua, for example.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yichun Zhang (agentzh)
706dee9b7f
bumped version to 1.11.2.4 rc0.3.
8 years ago
Yichun Zhang (agentzh)
5373add959
upgraded resty-cli to 0.18rc4.
8 years ago
Yichun Zhang (agentzh)
a5baad4b83
upgraded lua-resty-core to 0.1.12rc4.
8 years ago
Yichun Zhang (agentzh)
0ed12d446c
upgraded ngx_lua to 0.10.9rc4.
8 years ago
Yichun Zhang (agentzh)
ec8acae28e
bugfix: applied the single_process_graceful_exit patch to the nginx core to fix the issue that nginx fails to perform graceful exit when master_process is turned off.
8 years ago
Yichun Zhang (agentzh)
0ca75dbf45
upgraded resty-cli to 0.18rc3.
8 years ago
Yichun Zhang (agentzh)
e6152d3af4
upgraded resty-cli to 0.18rc2.
8 years ago
Yichun Zhang (agentzh)
1780a1dd5f
upgraded lua-resty-core to 0.1.12rc3.
8 years ago
Yichun Zhang (agentzh)
509afa3d53
upgraded ngx_lua to 0.10.9rc3.
8 years ago
Yichun Zhang (agentzh)
274808af32
upgraded resty-cli to 0.18rc1.
8 years ago
Yichun Zhang (agentzh)
6e8b2f4984
doc: updated the LuaJIT restydoc indexes to the latest version.
...
also upgraded LuaJIT to v2.1-20170513.
8 years ago
Yichun Zhang (agentzh)
6b905f9eef
bumped version to 1.11.2.4 RC0.1.
8 years ago
Yichun Zhang (agentzh)
12b67e3a5c
upgraded lua-resty-core to 0.1.12rc2.
8 years ago
Yichun Zhang (agentzh)
7d5dd68ded
upgraded ngx_lua to 0.10.9rc2.
8 years ago
Yuansheng
7a7576319e
feature: applied the intercept_error_log patch to the nginx core to provide 3rd-party modules a hook to intercept nginx error log data without touching files.
...
3rd-party modules can register a custom interception hook to ngx_http_core_main_conf_t.intercept_log_handler.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yichun Zhang (agentzh)
e767256038
upgraded ngx_lua to 0.10.9rc1 and lua-resty-core to 0.1.12rc1.
8 years ago
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 .
8 years ago
Jukka Raimovaara
eb8fc7771d
bugfix: the feature test for SSE 4.2 support did not really check if the local CPU indeed has it.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yuansheng
79dc3c56aa
feature: applied a small patch to the nginx core to add support for the "privileged agent" process which is run by the same system account as the master.
...
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yichun Zhang (agentzh)
391709ce4d
formal release 1.11.2.3.
8 years ago
Yichun Zhang (agentzh)
78af48d106
build-win32.sh: added comments for dep download links.
8 years ago
Yichun Zhang (agentzh)
34c5e749b7
upgraded lua-redis-parser to 0.13.
8 years ago
Yichun Zhang (agentzh)
5deaa06788
dist-check: removed the -l option for standard Lua 5.1 intepreter.
8 years ago
Yichun Zhang (agentzh)
1fbcf153e3
change: we no longer bundle the standard Lua 5.1 interpreter.
8 years ago
Yichun Zhang (agentzh)
e75b5c926b
upgraded ngx_redis2 to 0.14.
8 years ago
Yichun Zhang (agentzh)
0a35dfc126
upgraded ngx_memc to 0.18.
8 years ago
Yichun Zhang (agentzh)
88b4cf1abf
upgraded resty-cli to 0.17.
8 years ago
Yichun Zhang (agentzh)
51d68caaed
upgraded lua-resty-lock to 0.06.
8 years ago
Yichun Zhang (agentzh)
2a1b28da1c
upgraded lua-resty-core to 0.1.11.
8 years ago
Yichun Zhang (agentzh)
ba4d3dd99f
upgraded lua-resty-lrucache to 0.06.
8 years ago
Yichun Zhang (agentzh)
ec3186ccc9
upgraded lua-resty-mysql to 0.19.
8 years ago
Yichun Zhang (agentzh)
e1cfbe09ab
upgraded lua-resty-limit-traffic to 0.03.
8 years ago
Yichun Zhang (agentzh)
8caa177718
upgraded opm to 0.0.3.
8 years ago
Yichun Zhang (agentzh)
d00f1e1ef0
upgraded lua-resty-limit-traffic to 0.02.
8 years ago
Yichun Zhang (agentzh)
df41967474
bumped version to 1.11.2.3rc0.
8 years ago
Yichun Zhang (agentzh)
2fd117c427
upgraded lua-resty-mysql to 0.18.
8 years ago
Yichun Zhang (agentzh)
cfc14f5d26
upgraded lua-cjson to 2.1.0.5.
8 years ago
Yichun Zhang (agentzh)
1197fe2bd1
upgraded lua-resty-core to 0.1.10.
...
upgraded lua-resty-lock to 0.05.
upgraded ngx_lua to 0.10.8.
upgraded ngx_drizzle to 0.1.10.
8 years ago
Yichun Zhang (agentzh)
b0654629a9
upgraded lua-resty-lrucache to 0.05.
8 years ago
Yichun Zhang (agentzh)
4fb4791107
upgraded LuaJIT to 2.1-20170405.
8 years ago
Yichun Zhang (agentzh)
6b82ea1099
feature: now we automatically add the -msse4.2 compilation option for building the bundled LuaJIT when it is available.
8 years ago
Yichun Zhang (agentzh)
b59ef879a5
win32: upgraded PCRE, zlib, and OpenSSL to their latest releases.
8 years ago