Commit Graph

743 Commits

Author SHA1 Message Date
Yichun Zhang (agentzh) 5c14faf444 updated tests to reflect recent changes. 2014-01-10 20:32:14 -08:00
Yichun Zhang (agentzh) 84f46c7be5 bumped version to 1.5.8.1. 2014-01-10 18:09:13 -08:00
Yichun Zhang (agentzh) 65367a71cd upgraded lua-resty-dns to 0.11. 2014-01-10 17:18:15 -08:00
Yichun Zhang (agentzh) 5e9a5cdc95 upgraded lua-resty-redis to 0.18. 2014-01-10 17:08:00 -08:00
Yichun Zhang (agentzh) 85d38c49a2 upgraded lua-resty-memcached to 0.13. 2014-01-10 16:59:12 -08:00
Yichun Zhang (agentzh) 486b212269 upgraded lua-resty-lock to 0.02. 2014-01-10 16:44:53 -08:00
Yichun Zhang (agentzh) c1fb5194ef upgraded lua-resty-core to 0.0.3. 2014-01-10 16:29:29 -08:00
Yichun Zhang (agentzh) 87e5f34a9d upgraded ngx_srcache to 0.25. 2014-01-10 16:25:53 -08:00
Yichun Zhang (agentzh) e85568e044 upgraded ngx_set_misc to 0.24. 2014-01-10 16:10:44 -08:00
Yichun Zhang (agentzh) d093c84c8e upgraded ngx_headers_more to 0.25. 2014-01-10 16:04:19 -08:00
Yichun Zhang (agentzh) 613d5ad058 upgraded ngx_echo to 0.51. 2014-01-10 15:55:00 -08:00
Yichun Zhang (agentzh) 0794f667d6 upgraded ngx_lua to 0.9.4. 2014-01-10 15:43:51 -08:00
Yichun Zhang (agentzh) c9d9e4a8dd updated the resolve-names-with-a-trailing-dot patch according to the feedback from Piotr Sikora and Ruslan Ermilov. 2014-01-10 12:06:37 -08:00
Yichun Zhang (agentzh) f830a55d2d updated the usage info for ./configure to reflect recent changes. 2014-01-09 22:05:32 -08:00
Yichun Zhang (agentzh) 2904556700 upgraded LuaJIT to v2.1-20140109. 2014-01-09 22:03:26 -08:00
Yichun Zhang (agentzh) 1c9f799fa6 now we default to LuaJIT instead of the standard Lua 5.1 interpreter. 2014-01-09 22:02:49 -08:00
Yichun Zhang (agentzh) 9a3e9dbffd bugfix: nginx's builtin resolver did not accept domain names with a trailing dot. 2014-01-08 11:50:58 -08:00
Yichun Zhang (agentzh) 793c541c45 upgraded LuaJIT to 2.1-20140101. 2014-01-01 18:12:31 -08:00
Yichun Zhang (agentzh) b7348233e8 upgraded ngx_lua to 0.9.4rc1. 2014-01-01 18:08:53 -08:00
Yichun Zhang (agentzh) 6dc6ba72d5 upgraded ngx_drizzle to 0.1.7. 2013-12-19 12:43:13 -08:00
Yichun Zhang (agentzh) 1eb135cc6a upraded the nginx core to 1.5.8. 2013-12-18 13:44:42 -08:00
Yichun Zhang (agentzh) 4bab759ea3 optimize: shortened the server string "ngx_openresty" to "openresty". 2013-12-15 16:28:50 -08:00
Yichun Zhang (agentzh) 8cec47f755 upgraded the nginx core to 1.5.7. 2013-12-15 13:21:56 -08:00
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. 2013-12-14 18:44:59 -08:00
Yichun Zhang (agentzh) 163432a678 updated tests to reflect recent changes. 2013-12-14 16:06:31 -08:00
Yichun Zhang (agentzh) c338e4d0e2 bumped version to 1.4.3.7. 2013-12-14 16:05:18 -08:00
Yichun Zhang (agentzh) 374f575dfa upgraded ngx_memc to 0.14. 2013-12-14 15:32:54 -08:00
Yichun Zhang (agentzh) b53c539f7e upgraded ngx_set_misc to 0.23. 2013-12-14 14:36:42 -08:00
Yichun Zhang (agentzh) a16a33d417 upgraded ngx_rds_json to 0.13. 2013-12-14 14:27:38 -08:00
Yichun Zhang (agentzh) e3e60a3a68 upgraded ngx_headers_more to 0.24. 2013-12-14 14:23:45 -08:00
Yichun Zhang (agentzh) 71a675f4fb upgraded ngx_echo to 0.50. 2013-12-14 14:19:51 -08:00
Yichun Zhang (agentzh) adb00e91e7 upgraded LuaJIT to v2.1-20131211. 2013-12-14 14:14:26 -08:00
Yichun Zhang (agentzh) c6aad4deba upgraded ngx_lua to 0.9.3. 2013-12-14 13:30:18 -08:00
Yichun Zhang (agentzh) b8bf7bbb4c feature: bundle the lua-resty-core library, which reimplements ngx_lua's Lua API with LuaJIT FFI. 2013-12-14 13:21:41 -08:00
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. 2013-12-10 10:19:00 -08:00
Yichun Zhang (agentzh) 378f94fb58 updated the tests to reflect recent upgrades. 2013-12-10 10:16:13 -08:00
Yichun Zhang (agentzh) 5be3b51678 upgraded ngx_array_var to 0.03. 2013-12-09 21:10:29 -08:00
Yichun Zhang (agentzh) 2fb9ed5c1d updated the larger_max_error_str patch to allow NGX_MAX_ERROR_STR to be redefined from the outside. 2013-12-05 20:36:53 -08:00
Yichun Zhang (agentzh) 1728ca8c66 feature: applied the larger_max_error_str patch to the nginx core to allow error log messages up to 4096 bytes. 2013-12-05 20:33:30 -08:00
Yichun Zhang (agentzh) 157febe350 upgraded ngx_http_redis module to 0.3.7. 2013-12-03 12:07:10 -08:00
Yichun Zhang (agentzh) 633abb71bf upgraded the patch "variables_in_redis_pass" to ngx_http_redis 0.3.7. 2013-12-03 12:06:31 -08:00
Yichun Zhang (agentzh) 8b86c72ea2 applied the official patch patch.2013.space.txt for the Nginx core to fix the security issue CVE-2013-4547. 2013-11-20 21:05:36 -08:00
Yichun Zhang (agentzh) 97622943d2 dist-check: explicitly specify gcc for Solaris. 2013-11-12 20:43:55 -08:00
Yichun Zhang (agentzh) 383ed9a47d bumped version to 1.4.3.4. 2013-11-12 19:54:50 -08:00
Yichun Zhang (agentzh) bd81be02ee bumped version to 1.4.3.3. 2013-11-06 13:14:12 -08:00
Yichun Zhang (agentzh) fa917e6620 upgraded ngx_lua to 0.9.2 and ngx_srcache to 0.24. 2013-11-06 12:09:22 -08:00
Yichun Zhang (agentzh) b694456ef3 bugfix: applied the cache_manager_exit patch to the nginx core to fix an issue when the cache manager process is shutting down. 2013-11-04 13:08:57 -08:00
Yichun Zhang (agentzh) 95d727fd8f bumped version to 1.4.3.1; also updated tests to reflect recent changes. 2013-10-29 12:10:20 -07:00
Yichun Zhang (agentzh) a860e4192c upgraded ngx_lua to 0.9.1. 2013-10-29 12:07:06 -07:00
Yichun Zhang (agentzh) 68d1241d12 updated the gzip_flush_bug patch to fix the issue in the ngx_gunzip module. thanks Maxim Dounin for the catch. 2013-10-28 15:30:52 -07:00