Commit Graph

824 Commits (867328aa81700d1f64b5cacc2a45ddd9b1168d46)
 

Author SHA1 Message Date
Yichun Zhang (agentzh) 867328aa81 updated tests to reflect the nginx core upgrade. 10 years ago
Yichun Zhang (agentzh) cd89141e48 updated the proxy_ssl_handshake_timer patch to the upstream version as per Jared Feng's request. 10 years ago
Yichun Zhang (agentzh) 43ae08a6c4 bugfix: applied a patch to fix a bug in the standard ngx_geoip module where its nginx variables like $geoip_latitude might randomly take empty values when they should take perfect values. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005642.html 10 years ago
Yichun Zhang (agentzh) f26ae39115 bugfix: applied a patch to the nginx core to ensure the ssl handshake procedure in ngx_proxy is always protected by a timer for timeout errors. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005627.html 10 years ago
Yichun Zhang (agentzh) cc4a307f0e upgraded the nginx core to 1.7.3. 10 years ago
Yichun Zhang (agentzh) 315279079f bumped version to 1.7.2.1. 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. 10 years ago
Yichun Zhang (agentzh) 88500d7328 updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) da19bb5a49 bumped version to 1.7.2.1rc2. 10 years ago
Yichun Zhang (agentzh) 58b1cf3443 upgraded ngx_memc to 0.15. 10 years ago
Yichun Zhang (agentzh) a485e40fb8 upgraded ngx_srcache to 0.28. 10 years ago
Yichun Zhang (agentzh) b92c497d19 upgraded lua-resty-lrucache to 0.02. 10 years ago
Yichun Zhang (agentzh) e6985ae696 upgraded ngx_lua to 0.9.10. 10 years ago
Yichun Zhang (agentzh) 98d4b7ef1f upgraded LuaJIT to v2.1-20140707. 10 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. 10 years ago
Yichun Zhang (agentzh) 217b21e928 updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) 9b656b9c5e upgraded LuaJIT to v2.1-20140703. 10 years ago
Yichun Zhang (agentzh) ee61517201 bumped version to 1.7.2.1rc1. also updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) 6eaf60aa1c upgraded LuaJIT to v2.1-20140627. 10 years ago
Yichun Zhang (agentzh) 3dfbe11054 upgraded lua-resty-upstream-healthcheck to 0.02. 10 years ago
Yichun Zhang (agentzh) 185f8cacfa upgraded ngx_echo to 0.54. 10 years ago
Yichun Zhang (agentzh) e4a932b5cb upgraded ngx_form_input to 0.09. 10 years ago
Yichun Zhang (agentzh) ca534abb8f upgraded lua-resty-dns to 0.12. 10 years ago
Yichun Zhang (agentzh) bfc6b755b0 upgraded ngx_lua to 0.9.9. 10 years ago
Yichun Zhang (agentzh) c08b4a0493 upgraded lua-resty-core to 0.0.8. 10 years ago
Yichun Zhang (agentzh) 9e5299a0d2 use cc as the default C compiler for luajit and lua C libraries. 10 years ago
Yichun Zhang (agentzh) b824a3cb59 upgraded the nginx core to 1.7.2. 10 years ago
Yichun Zhang (agentzh) 6e41bcd018 bumped version to 1.7.0.1 and also updated the test suite to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) 62633cfa8d upgraded LuaJIT to v2.1-20140607. 10 years ago
Yichun Zhang (agentzh) cd74a45f39 updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) bc3cb9243f feature: bundled new Lua library, lua-resty-lrucache, which is also enabled by default. 10 years ago
Yichun Zhang (agentzh) 20ace16258 upgraded LuaJIT to v2.1-20140531, ngx_srcache to 0.27, and lua-resty-core to 0.0.7. 10 years ago
Yichun Zhang (agentzh) b54113f517 upgraded ngx_lua to 0.9.8. 10 years ago
Yichun Zhang (agentzh) 39407386ea removed the cve-2013-2070 patch which is useless for nginx 1.7.0. 11 years ago
Yichun Zhang (agentzh) f1f3ba8ec6 upgraded LuaJIT to v2.1-20140520. 11 years ago
Yichun Zhang (agentzh) e37973502e bugfix: updated the dtrace patch because systemtap 2.5 no longer accepts the -xnolib option in its dtrace utility. 11 years ago
Yichun Zhang (agentzh) 4085b21eb8 updated tests to reflect recent changes. 11 years ago
Yichun Zhang (agentzh) 91484d0e11 upgraded LuaJIT to v2.1-20140515-2. 11 years ago
Yichun Zhang (agentzh) f5d5e5a2fa dist-check: use -DLUA_USE_TRACE_LOGS for the debug build of luajit. 11 years ago
Yichun Zhang (agentzh) 1e7d38d479 removed our bundled version of ngx_http_auth_request_module because recent versions of the nginx core already have it. thanks @LazyZhu for the report in #47. 11 years ago
Yichun Zhang (agentzh) 52e622a26c bugfix: our "prev_slab" field of ngx_slab_page_t could get out of sync in the slab_defrag patch for nginx. thanks Shuxin Yang for the catch. 11 years ago
Yichun Zhang (agentzh) 20e69718ce fixed a bug in slab_defrag.patch for the nginx core that we may incorrectly access the padding area between the end of pool->pages and pool->start. thanks Shuxin Yang for the catch. 11 years ago
Yichun Zhang (agentzh) 05334f1b5b updated the slab_defrag patch (for nginx) with better comments. thanks Shuxin for the suggestions. 11 years ago
Yichun Zhang (agentzh) 91549c16b4 updated the slab_defrag patch (for nginx) a bit. 11 years ago
Yichun Zhang (agentzh) 1dbd0b24d2 apply the slab_defrag patch to the nginx core by default. 11 years ago
Yichun Zhang (agentzh) 9c3a123035 upgraded nginx core to 1.7.0. 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) 6ab944ebc4 upgraded ngx_lua_upstream module to 0.02. 11 years ago
Yichun Zhang (agentzh) 332a42f57f upgraded ngx_redis2 to 0.11. 11 years ago
Yichun Zhang (agentzh) 60bc64a72a build: updated links to reflect recent repos migration over the github "openresty" account. 11 years ago