Commit Graph
100 Commits
Author SHA1 Message Date
agentzh (Yichun Zhang) 529f4c854c always enable debuginfo in the bundled LuaJIT 2.0 build and Lua 5.1 build to support Nginx Systemtap Toolkit. 2013-04-20 23:10:26 -07:00
agentzh (Yichun Zhang) 3a873d7874 util/dist-check: added support for rc versions. 2013-04-20 23:08:41 -07:00
agentzh (Yichun Zhang) aadd93ff24 upgraded the nginx core to 1.2.8. 2013-04-20 22:41:46 -07:00
agentzh (Yichun Zhang) bae91cc5c4 updated tests to reflect the changes in the previous commit. 2013-04-20 18:17:02 -07:00
agentzh (Yichun Zhang) ea1d378e84 change: no longer pass -O0 to gcc when --with-debug is specified because gcc often generates bogus DWARF info when optimization is disabled. 2013-04-20 18:16:13 -07:00
agentzh (章亦春) ed2f8de61a util/dist-check: fixed dtrace tests for Mac OS X. 2013-04-17 23:06:29 -07:00
agentzh (Yichun Zhang) 1d096c047e util/dist-check: added -l option to build the bundle with the std lua 5.1 interpreter. 2013-04-17 12:08:54 -07:00
agentzh (Yichun Zhang) 1bfc510257 updated tests to reflect recent changes. 2013-04-17 11:48:07 -07:00
agentzh (Yichun Zhang) 9f0143b14f upgraded ngx_iconv to 0.10. 2013-04-17 11:45:33 -07:00
agentzh (Yichun Zhang) 05ae54a092 util/dist-check: performs dtrace static probe tests on solaris too. 2013-04-16 18:10:45 -07:00
agentzh (Yichun Zhang) 09598a3e19 util/dist-check: enabled ngx_iconv in the test build. 2013-04-16 17:30:28 -07:00
agentzh (Yichun Zhang) 977c5b1d51 util/dist-check: suppress the output of the killall commands. 2013-04-16 17:24:10 -07:00
agentzh (Yichun Zhang) 6063956a1a added the util/dist-check script for checking the basic sanity of a tarball distribution. 2013-04-16 17:19:26 -07:00
agentzh (Yichun Zhang) e91766c012 updated tests to reflect recent changes. 2013-04-16 16:22:20 -07:00
agentzh (Yichun Zhang) a2ed0a0403 upgraded ngx_lua to 0.7.21 and ngx_encrypted_session to 0.03; also bumped bundle version to 1.2.7.6. 2013-04-16 16:21:43 -07:00
agentzh (Yichun Zhang) 8e57e2541b bumped version to 1.2.7.5; updated tests to reflect recent changes. 2013-04-09 17:07:03 -07:00
agentzh (Yichun Zhang) f5f2d672e7 upgraded ngx_lua to 0.7.20. 2013-04-09 17:01:35 -07:00
agentzh (Yichun Zhang) 49d9d9b778 nginx-1.2.7-upstream_truncation.patch: worked around an issue in ngx_event_pipe_copy_input_filter because it does not set p->upstream_done when p->length <= 0 like ngx_http_proxy_copy_filter. 2013-04-08 16:50:48 -07:00
agentzh (Yichun Zhang) 13efb24106 bugfix: ngx_uwsgi and ngx_scgi did set u->length but not u->pipe->length, thus leading to truncation false positives. 2013-04-07 15:58:23 -07:00
agentzh (Yichun Zhang) 3be0b7f0e1 bugfix: upstream_truncation.patch: 1. 504 error code in ngx_http_upstream_finalize_request resulted in calling special response handler even when the response header has been sent; 2. use 502 status code in ngx_http_upstream_finalize_request when upstream data truncation happens. 2013-04-06 18:02:44 -07:00
agentzh (Yichun Zhang) 5fb8647d23 renamed upstream-truncation.patch to upstream_trauncation.patch and also added a test for the case that r->upstream->pipe is NULL. 2013-04-05 12:48:59 -07:00
agentzh (Yichun Zhang) e7053c9ca9 updated the dtrace patch to make the stap function ngx_chain_dump() print out info about the "last_buf" and "last_in_chain" flags in bufs. 2013-04-04 18:26:27 -07:00
agentzh (Yichun Zhang) 042e2fd27b renamed the "nonbuffered-upstream-truncation" patch to "upstream-truncation" patch; also fixed issues with chunked upstream response bodies. thanks Andy Yuan for reporting this issue in #24. 2013-04-04 18:25:00 -07:00
agentzh (Yichun Zhang) 1d909539a8 upgraded lua-resty-mysql to 0.13. 2013-04-03 15:58:03 -07:00
agentzh (Yichun Zhang) d54e2dcc69 upgraded ngx_echo to 0.45, ngx_drizzle to 0.1.5, ngx_lua to 0.7.19, and lua-resty-memcached to 0.11. 2013-03-27 12:49:22 -07:00
agentzh (Yichun Zhang) 009db177df updated tests to reflect recent changes. 2013-03-24 22:36:07 -07:00
agentzh (Yichun Zhang) 7e359ff049 upgraded ngx_lua to 0.7.18, ngx_echo to 0.44, ngx_redis2 to 0.10, and lua-resty-upload to 0.08; also bumped version to 1.2.7.3. 2013-03-24 22:35:33 -07:00
agentzh (Yichun Zhang) 9f52ad4a45 applied the variables_in_redis_pass patch to ngx_redis 0.3.6 to allow use of nginx variables in the redis_pass directive. 2013-03-21 18:03:56 -07:00
agentzh (Yichun Zhang) a925be09c9 bugfix: applied Lanshun Zhou's run_posted_requests_in_resolver patch to the Nginx core: http://mailman.nginx.org/pipermail/nginx-devel/2013-March/003476.html 2013-03-20 18:48:27 -07:00
agentzh (Yichun Zhang) d91993fc38 upgraded ngx_lua to 0.7.18rc2. 2013-03-20 12:51:22 -07:00
agentzh (Yichun Zhang) 0a9a7012dc Merge branch 'master' of github.com:agentzh/ngx_openresty 2013-03-16 12:03:47 -07:00
agentzh (Yichun Zhang) c9f5ca8566 upgraded ngx_lua to 0.7.17 and ngx_echo to 0.43. also applied the official hotfix #1 patch for LuaJIT 2.0.1. 2013-03-16 12:03:22 -07:00
agentzh (Yichun Zhang) 7495a32ec2 upgraded ngx_lua to 0.7.17 and ngx_echo to 0.43. 2013-03-11 12:27:26 -07:00
agentzh (Yichun Zhang) 9e944b8c53 bumped version to 1.2.7.1 and upgraded ngx_lua to 0.7.16. 2013-02-22 22:45:21 -08:00
agentzh (Yichun Zhang) b259f33198 upgraded LuaJIT to 2.0.1. 2013-02-19 17:58:24 -08:00
agentzh (Yichun Zhang) db978031d2 upgraded the nginx core to 1.2.7. 2013-02-18 12:16:45 -08:00
agentzh (Yichun Zhang) 1ca5fb8597 bumped version to 1.2.6.6. 2013-02-17 19:04:41 -08:00
agentzh (Yichun Zhang) 8496c99def upgraded ngx_lua to 0.7.15. 2013-02-12 22:00:41 -08:00
agentzh (Yichun Zhang) f1083d82d4 updated tests to reflect recent changes. 2013-02-10 15:07:58 -08:00
agentzh (Yichun Zhang) dd4620afaf bumped version to 1.2.6.5. 2013-02-08 11:57:25 -08:00
agentzh (Yichun Zhang) 45c5114e9d upgraded lua-resty-upload to 0.07. 2013-02-04 22:20:04 -08:00
agentzh (Yichun Zhang) a553009af0 upgraded ngx_srcache to 0.19. 2013-02-04 22:17:41 -08:00
agentzh (Yichun Zhang) ed74e3d767 bumped version to 1.2.6.3. 2013-02-03 23:00:39 -08:00
agentzh (Yichun Zhang) c0208b8c40 upgraded ngx_form_input to 0.07. 2013-01-28 22:21:00 -08:00
agentzh (Yichun Zhang) 2681361df1 upgraded ngx_lua to 0.7.14. 2013-01-28 21:16:17 -08:00
agentzh (Yichun Zhang) 0a2dcd7c50 added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 2013-01-26 20:01:12 -08:00
agentzh (Yichun Zhang) 3e5b0eeee3 upgraded ngx_srcache to 0.18. 2013-01-25 15:11:26 -08:00
agentzh (Yichun Zhang) 42d640985e upgraded ngx_echo to 0.42 and ngx_devel_kit ot 0.2.18. 2013-01-23 15:48:25 -08:00
agentzh (Yichun Zhang) 8e35463045 updated resolver_wev_handler_segfault_with_poll.patch to Ruslan Ermilov's version. 2013-01-23 15:17:04 -08:00
agentzh (Yichun Zhang) fc1929f37d applied the resolver_wev_handler_segfault_with_pol patch to the nginx core 1.2.6 and 1.3.7 by default. see http://mailman.nginx.org/pipermail/nginx-devel/2013-January/003275.html for details. 2013-01-22 17:46:20 -08:00
agentzh (Yichun Zhang) 6d0cbed3f7 bumped version to 1.2.6.1; updated tests to reflect recent changes. 2013-01-04 23:02:12 -08:00
agentzh (Yichun Zhang) 9e4d2c03cf upgraded ngx_lua to 0.7.13. 2013-01-03 16:57:13 -08:00
agentzh (Yichun Zhang) 1faf158381 bugfix: when relative paths are used in --with-zlib=DIR, --with-libatomic=DIR, --with-md5=DIR, and --with-sha1=DIR, the build system could not find DIR at all. thanks LazyZhu for reporting it in github issue #21. 2013-01-02 11:53:38 -08:00
agentzh (Yichun Zhang) a820d40858 updated tests to reflect recent changes. 2013-01-02 11:46:13 -08:00
agentzh (Yichun Zhang) 7569b78aeb upgraded lua-resty-upload to 0.06. 2012-12-29 22:11:58 -08:00
agentzh (Yichun Zhang) 1da1181ba1 upgraded ngx_lua to 0.7.12. 2012-12-29 21:31:42 -08:00
agentzh (Yichun Zhang) 06d3586e95 upgraded ngx_lua to 0.7.12rc1. 2012-12-28 15:39:26 -08:00
agentzh (Yichun Zhang) 309f0cf7ad upgraded ngx_lua to 0.7.11 and ngx_srcache to 0.17. 2012-12-27 17:44:01 -08:00
agentzh (Yichun Zhang) a31b1d0118 upgraded ngx_lua to 0.7.10. 2012-12-25 21:53:06 -08:00
agentzh (Yichun Zhang) f2b37bbcc7 upgraded the nginx core to 1.2.6. 2012-12-23 17:54:00 -08:00
agentzh (Yichun Zhang) a841caaff8 updated the test suite to reflect recent changes. 2012-12-23 14:22:18 -08:00
agentzh (Yichun Zhang) 1b425e82b6 bumped version to 1.2.4.14. 2012-12-23 14:21:42 -08:00
agentzh (Yichun Zhang) d0d058410b upgraded ngx_lua to 0.7.9. 2012-12-22 23:00:04 -08:00
agentzh (Yichun Zhang) 3f212924cf upgraded lua-resty-upload to 0.05. 2012-12-12 15:55:00 -08:00
agentzh (Yichun Zhang) f936d06933 updated tests to reflect recent changes. 2012-12-11 11:36:57 -08:00
agentzh (Yichun Zhang) bdc3c5e077 upgraded lua-resty-mysql to 0.12; also bumped version number to 1.2.4.13. 2012-12-11 11:36:20 -08:00
agentzh (Yichun Zhang) 5e881d7591 upgraded ngx_lua to 0.7.8. 2012-12-08 23:40:24 -08:00
agentzh (Yichun Zhang) eabcfb4369 updated the test suite to reflect recent changes. 2012-12-08 00:11:04 -08:00
agentzh (Yichun Zhang) 300b788e88 upgraded ngx_lua to 0.7.7; bumped version to 1.2.4.11. 2012-12-08 00:08:44 -08:00
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". 2012-12-05 20:54:05 -08:00
agentzh (Yichun Zhang) 31e4baf6ca bumped version to 1.2.4.11rc3. 2012-12-05 15:22:20 -08:00
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. 2012-12-05 15:16:03 -08:00
agentzh (Yichun Zhang) 2696c9f161 upgraded ngx_lua to 0.7.6rc2. 2012-12-01 17:30:31 -08:00
agentzh (Yichun Zhang) f8eda5d0f4 upgraded ngx_lua to 0.7.6rc1. 2012-11-28 23:41:00 -08:00
agentzh (Yichun Zhang) 2ad093b4fa include the latest bugfixes for LuaJIT 2.0 from the git repository (up to git commit 2ad9834d). 2012-11-28 22:20:03 -08:00
agentzh (Yichun Zhang) 774a60c8eb updated tests to reflect recent changes. 2012-11-20 15:12:56 -08:00
agentzh (Yichun Zhang) 9e9a6616c1 bumped version to 1.2.4.9. 2012-11-20 15:11:59 -08:00
agentzh (Yichun Zhang) 46cc366250 upgraded ngx_lua to 0.7.5 and ngx_headers_more to 0.19. 2012-11-20 15:04:10 -08:00
agentzh (Yichun Zhang) 611b828d12 upgraded lua-resty-string to 0.08. 2012-11-20 11:36:42 -08:00
agentzh (Yichun Zhang) 0ae14ee78a upgraded ngx_headers_more to 0.19rc1. 2012-11-20 11:19:33 -08:00
agentzh (Yichun Zhang) 35b5f534cf upgraded ngx_lua to 0.7.5rc1. 2012-11-20 11:18:14 -08:00
agentzh (Yichun Zhang) 9bd2c1fbc5 checked in the patches for the nginx 1.2.5 core. 2012-11-14 18:46:34 -08:00
agentzh (Yichun Zhang) d4e5d9967d upgraded LuaJIT to 2.0.0 (final). 2012-11-12 12:11:43 -08:00
agentzh (Yichun Zhang) def1331dea updated the test plan in sanity.t. 2012-11-11 22:00:29 -08:00
agentzh (Yichun Zhang) b447ec474e bugfix: ./configure: --with-pcre=PATH did not accept relative path in PATH. thanks smallfish for reporting this issue. 2012-11-11 21:59:48 -08:00
agentzh (Yichun Zhang) 7265b0920d updated the test suite to reflect recent changes. 2012-11-11 17:25:20 -08:00
agentzh (Yichun Zhang) 67745bc16b upgraded ngx_lua to 0.7.4; also bumped version of ngx_openresty to 1.2.4.7. 2012-11-11 17:24:34 -08:00
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. 2012-11-11 11:42:32 -08:00
agentzh (Yichun Zhang) eac1071088 upgraded luajit to 2.0.0rc3. 2012-11-08 19:15:49 -08:00
agentzh (Yichun Zhang) 86a935befc upgraded luajit to 2.0.0rc2. 2012-11-06 12:21:49 -08:00
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. 2012-11-05 21:59:27 -08:00
agentzh (Yichun Zhang) 7be71ca17b Merge branch 'master' of github.com:agentzh/ngx_openresty 2012-11-05 21:30:25 -08:00
agentzh (Yichun Zhang) 0e72914300 checked in the upstream_test_connect_kqueue patch for the nginx 1.2.4 core and applied it by default. 2012-11-05 21:29:54 -08:00
agentzh (Yichun Zhang) 6ca011f192 upgraded luajit to 2.0.0-rc1. 2012-11-05 12:17:26 -08:00
agentzh (Yichun Zhang) 0602a38652 bumped version to 1.2.4.5; also updated tests to reflect recent changes. 2012-10-30 17:37:49 -07:00
agentzh (Yichun Zhang) 2c38f847b9 upgraded ngx_lua to 0.7.3. 2012-10-30 17:13:44 -07:00
agentzh (Yichun Zhang) c0c25af648 applied the hotfix #1 for luajit 2.0.0 beta11. 2012-10-22 11:46:16 -07:00
agentzh (Yichun Zhang) ce23e95741 upgraded ngx_lua to 0.7.2. 2012-10-17 15:21:25 -07:00
agentzh (Yichun Zhang) c6f3705301 updated tests to reflect recent changes. 2012-10-17 15:05:18 -07:00
agentzh (Yichun Zhang) 3482cb3e20 upgraded lua-resty-memcached to 0.09. also bumped version to 1.2.4.3. 2012-10-17 15:04:24 -07:00