Commit Graph

545 Commits (f936d069330c56a2bdd0d508d4a896a88fe4afa1)
 

Author SHA1 Message Date
agentzh (Yichun Zhang) f936d06933 updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) bdc3c5e077 upgraded lua-resty-mysql to 0.12; also bumped version number to 1.2.4.13. 12 years ago
agentzh (Yichun Zhang) 5e881d7591 upgraded ngx_lua to 0.7.8. 12 years ago
agentzh (Yichun Zhang) eabcfb4369 updated the test suite to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 300b788e88 upgraded ngx_lua to 0.7.7; bumped version to 1.2.4.11. 12 years ago
agentzh (Yichun Zhang) 1f83898d01 applied slab_alloc_no_memory_as_info.patch to lower the log level of the error message "ngx_slab_alloc() failed: no memory" from "crit" to "info". 12 years ago
agentzh (Yichun Zhang) 31e4baf6ca bumped version to 1.2.4.11rc3. 12 years ago
agentzh (Yichun Zhang) bb4d9b26fe bugfix: the upstream_pipeline patch introduced a regression that when upstream_next is in action, nginx might hang. thanks Kindy Lin for reporting this issue. 12 years ago
agentzh (Yichun Zhang) 2696c9f161 upgraded ngx_lua to 0.7.6rc2. 12 years ago
agentzh (Yichun Zhang) f8eda5d0f4 upgraded ngx_lua to 0.7.6rc1. 12 years ago
agentzh (Yichun Zhang) 2ad093b4fa include the latest bugfixes for LuaJIT 2.0 from the git repository (up to git commit 2ad9834d). 12 years ago
agentzh (Yichun Zhang) 774a60c8eb updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 9e9a6616c1 bumped version to 1.2.4.9. 12 years ago
agentzh (Yichun Zhang) 46cc366250 upgraded ngx_lua to 0.7.5 and ngx_headers_more to 0.19. 12 years ago
agentzh (Yichun Zhang) 611b828d12 upgraded lua-resty-string to 0.08. 12 years ago
agentzh (Yichun Zhang) 0ae14ee78a upgraded ngx_headers_more to 0.19rc1. 12 years ago
agentzh (Yichun Zhang) 35b5f534cf upgraded ngx_lua to 0.7.5rc1. 12 years ago
agentzh (Yichun Zhang) 9bd2c1fbc5 checked in the patches for the nginx 1.2.5 core. 12 years ago
agentzh (Yichun Zhang) d4e5d9967d upgraded LuaJIT to 2.0.0 (final). 12 years ago
agentzh (Yichun Zhang) def1331dea updated the test plan in sanity.t. 12 years ago
agentzh (Yichun Zhang) b447ec474e bugfix: ./configure: --with-pcre=PATH did not accept relative path in PATH. thanks smallfish for reporting this issue. 12 years ago
agentzh (Yichun Zhang) 7265b0920d updated the test suite to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 67745bc16b upgraded ngx_lua to 0.7.4; also bumped version of ngx_openresty to 1.2.4.7. 12 years ago
agentzh (Yichun Zhang) 8e724d481b upgraded lua-resty-dns to 0.09, lua-resty-memcached to 0.10, lua-resty-redis to 0.15, lua-resty-mysql to 0.11, lua-resty-upload to 0.04, and lua-resty-string to 0.07. 12 years ago
agentzh (Yichun Zhang) eac1071088 upgraded luajit to 2.0.0rc3. 12 years ago
agentzh (Yichun Zhang) 86a935befc upgraded luajit to 2.0.0rc2. 12 years ago
agentzh (Yichun Zhang) 8950d4655d added terminal colors to the output of the util/mirror-tarballs script; also added the upstream_test_connect_kqueue patch for nginx 1.3.7. 12 years ago
agentzh (Yichun Zhang) 7be71ca17b Merge branch 'master' of github.com:agentzh/ngx_openresty 12 years ago
agentzh (Yichun Zhang) 0e72914300 checked in the upstream_test_connect_kqueue patch for the nginx 1.2.4 core and applied it by default. 12 years ago
agentzh (Yichun Zhang) 6ca011f192 upgraded luajit to 2.0.0-rc1. 12 years ago
agentzh (Yichun Zhang) 0602a38652 bumped version to 1.2.4.5; also updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 2c38f847b9 upgraded ngx_lua to 0.7.3. 12 years ago
agentzh (Yichun Zhang) c0c25af648 applied the hotfix #1 for luajit 2.0.0 beta11. 12 years ago
agentzh (Yichun Zhang) ce23e95741 upgraded ngx_lua to 0.7.2. 12 years ago
agentzh (Yichun Zhang) c6f3705301 updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 3482cb3e20 upgraded lua-resty-memcached to 0.09. also bumped version to 1.2.4.3. 12 years ago
agentzh (Yichun Zhang) 500a2053bc upgraded luajit to 2.0.0beta11. 12 years ago
agentzh (Yichun Zhang) 8ead3bebb4 bumped version to 1.2.4.1; also updated the test suite to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) b19a7dfba7 upgraded ngx_lua to 0.7.1. 12 years ago
agentzh (Yichun Zhang) b8bdf87799 now we add the ngx_srcache module before both ngx_header_more and ngx_lua, so that the former's output filter will run *after* those of the latter's. 12 years ago
agentzh (Yichun Zhang) 1dd6b50740 upgraded patches for nginx 1.3.7. 12 years ago
agentzh (Yichun Zhang) 07a3959dd2 upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 12 years ago
agentzh (Yichun Zhang) 00621a168b bumped version to 1.2.3.8. 12 years ago
agentzh (Yichun Zhang) 676d24e9d2 bumped version to 1.2.3.7 and updated the tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 25a4bc42a6 upgraded ngx_lua to 0.6.10. 12 years ago
agentzh (Yichun Zhang) ab224cbfaa upgraded ngx_lua to 0.6.9. 12 years ago
agentzh (Yichun Zhang) eaf795624e bumped version to 1.2.3.5. 12 years ago
agentzh (Yichun Zhang) 8f25d8997e upgraded ngx_lua to 0.6.8. 12 years ago
agentzh (Yichun Zhang) 4304116026 updated the test suite to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 72f9765050 upgraded ngx_lua to 0.6.7 and ngx_openresty to 1.2.3.3. 12 years ago