Commit Graph

1038 Commits (2097b7fbcaa7d7dae0cd67184d3a02c6a3136eff)

Author SHA1 Message Date
Yichun Zhang (agentzh) 2097b7fbca upgraded ngx_lua to 0.10.11. 8 years ago
Yichun Zhang (agentzh) 6f624f0003 upgraded LuaJIT to 2.1-20171103. 8 years ago
Yichun Zhang (agentzh) 58f41155d7 upgraded ngx_lua to 0.10.11rc3 and lua-resty-core to 0.1.13rc2. 8 years ago
Yichun Zhang (agentzh) 24fb031d22 upgraded ngx_stream_lua_module to 0.0.3. 8 years ago
Yichun Zhang (agentzh) 3763c5380e feature: bundled and enabled ngx_stream_lua_module by default. this module is still experimental. 8 years ago
Yichun Zhang (agentzh) a1109b8dd2 upgraded the nginx core to 1.13.6. 8 years ago
Yichun Zhang (agentzh) 77ea939d00 upgraded lua-resty-limit-traffic to 0.05rc2. 8 years ago
Yichun Zhang (agentzh) 131e15ef47 upgraded ngx_lua to 0.10.11rc2. 8 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. 8 years ago
Yichun Zhang (agentzh) 4eae6e2415 upgraded the nginx core to 1.13.5. 8 years ago
Yichun Zhang (agentzh) 53a86b6abd restydoc indexer: ignored a problematic nginx document, ngx_http_api_module.xml. 8 years ago
Yichun Zhang (agentzh) 3e2540f6a0 upgraded nginx core to 1.13.4. 8 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>
8 years ago
Yichun Zhang (agentzh) 6237430ef4 upgraded nginx core to 1.13.3. 8 years ago
Yichun Zhang (agentzh) 967d1261cd added more fixes. 8 years ago
Yichun Zhang (agentzh) 6614441908 upgraded the nginx core to 1.13.2 (some patches fail to apply though). 8 years ago
Yichun Zhang (agentzh) 90fc91567f bumped version to 1.11.2.5; also updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) a0f6653c6a bumped version to 1.11.2.5 RC1. 8 years ago
Yichun Zhang (agentzh) 61586a75e3 upgraded resty-cli to 0.19. 8 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). 8 years ago
Yichun Zhang (agentzh) b1a85d924b upgraded ngx_lua to 0.10.10. 8 years ago
Yichun Zhang (agentzh) 6994c5e125 upgraded lua-resty-lrucache to 0.07. 8 years ago
Yichun Zhang (agentzh) 2f20dac034 upgraded lua-resty-dns to 0.19. 8 years ago
Yichun Zhang (agentzh) 098889b2ed swtched to OpenResty's own fork of ngx_postgres; also upgraded it to 1.0. 8 years ago
Yichun Zhang (agentzh) 7a9c09de5d upgraded ngx_echo to 0.61. 8 years ago
Yichun Zhang (agentzh) 22d66022a6 upgraded lua-resty-mysql to 0.20. 8 years ago
Yichun Zhang (agentzh) e2c0799394 upgraded lua-resty-lock to 0.07. 8 years ago
Yichun Zhang (agentzh) 44540173ea upgraded lua-resty-string to 0.10. 8 years ago
Yichun Zhang (agentzh) 843c260daf upgraded ngx_lua_upstream to 0.07 and lua-resty-upstream-healthcheck to 0.05. 8 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. 8 years ago
Yichun Zhang (agentzh) a21f5e4631 upgraded ngx_lua to 0.10.9. 8 years ago
Yichun Zhang (agentzh) b0b9544aa5 upgraded lua-resty-limit-traffic to 0.04. 8 years ago
Yichun Zhang (agentzh) 3e69abf93c upgraded ngx_echo to 0.61rc1. 8 years ago
Yichun Zhang (agentzh) c408e5f68f upgraded ngx_lua to 0.10.9rc9. 8 years ago
Yichun Zhang (agentzh) 645530f76e upgraded resty-cli to 0.18rc6. 8 years ago
Yichun Zhang (agentzh) 24a6779879 upgraded lua-resty-dns to 0.19rc1. 8 years ago
Yichun Zhang (agentzh) 9fcae3552f upgraded lua-resty-core to 0.1.12rc8. 8 years ago
Yichun Zhang (agentzh) 47907fa3a9 upgraded ngx_lua to 0.10.9rc8. 8 years ago
Yichun Zhang (agentzh) f9a2702f5a merged openresty 1.11.2.4. 8 years ago
Yichun Zhang (agentzh) 58f39e963f bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529). 8 years ago
Yichun Zhang (agentzh) 19c6e1fb5c bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529). 8 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