Commit Graph

1200 Commits (6b905f9eefbf7cc56b6e3c32d592777dc306b392)
 

Author SHA1 Message Date
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
Yichun Zhang (agentzh) dafd10b27d fixed the tests to reflect recent changes. 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) da979a620a updated tests to reflect recent changes. 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) ba6621b12b doc: updated LuaJIT's docs to the latest version for the restydoc indexes. 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
Yichun Zhang (agentzh) 2044681992 dist-check: made the output a bit nicer. 8 years ago
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>
8 years ago
陈小玉 7a5c96d72f bugfix: default index.html: missing </p>.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Thibault Charbonnier b490cfeea4 feature: applied the safe_resolver_ipv6_option patch to the nginx core to avoid the 'ipv6=off' option to be parsed by nginx when it is not built with IPv6 support.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yichun Zhang (agentzh) b1c4280777 README-win32: updated to reflect recent changes in OpenSSL versions. 8 years ago
Yichun Zhang (agentzh) 710d9e323d updated the copyright notice. 8 years ago
Yichun Zhang (agentzh) 1ad7b03044 win32-README: updated the link to openresty.org. 8 years ago
Yichun Zhang (agentzh) b6c362bbf6 doc: updated copyright notice. 8 years ago
Yichun Zhang (agentzh) b03099b386 bumped version to 1.11.2.2. 8 years ago
Yichun Zhang (agentzh) cbfbd19460 updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) e921c6e9b1 added more tests to dist-check. 8 years ago
Yichun Zhang (agentzh) 365c7d9d9e upgraded resty-cli to 0.16. 8 years ago
Yichun Zhang (agentzh) 5d01a5e0b4 upgraded opm to 0.0.2. 8 years ago
Yichun Zhang (agentzh) e478681308 upgraded resty-cli to 0.15. 8 years ago
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. 8 years ago
Yichun Zhang (agentzh) dbccee1418 updated tests to reflect recent changes. 8 years ago