Commit Graph

655 Commits (e84b9d0175eee0e2fc2628ca621ffbda7e5a544e)
 

Author SHA1 Message Date
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. 12 years ago
agentzh (章亦春) ed2f8de61a util/dist-check: fixed dtrace tests for Mac OS X. 12 years ago
agentzh (Yichun Zhang) 1d096c047e util/dist-check: added -l option to build the bundle with the std lua 5.1 interpreter. 12 years ago
agentzh (Yichun Zhang) 1bfc510257 updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 9f0143b14f upgraded ngx_iconv to 0.10. 12 years ago
agentzh (Yichun Zhang) 05ae54a092 util/dist-check: performs dtrace static probe tests on solaris too. 12 years ago
agentzh (Yichun Zhang) 09598a3e19 util/dist-check: enabled ngx_iconv in the test build. 12 years ago
agentzh (Yichun Zhang) 977c5b1d51 util/dist-check: suppress the output of the killall commands. 12 years ago
agentzh (Yichun Zhang) 6063956a1a added the util/dist-check script for checking the basic sanity of a tarball distribution. 12 years ago
agentzh (Yichun Zhang) e91766c012 updated tests to reflect recent changes. 12 years ago
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. 12 years ago
agentzh (Yichun Zhang) 8e57e2541b bumped version to 1.2.7.5; updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) f5f2d672e7 upgraded ngx_lua to 0.7.20. 12 years ago
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. 12 years ago
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. 12 years ago
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. 12 years ago
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. 12 years ago
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. 12 years ago
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. 12 years ago
agentzh (Yichun Zhang) 1d909539a8 upgraded lua-resty-mysql to 0.13. 12 years ago
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. 12 years ago
agentzh (Yichun Zhang) 009db177df updated tests to reflect recent changes. 12 years ago
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. 12 years ago
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. 12 years ago
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 12 years ago
agentzh (Yichun Zhang) d91993fc38 upgraded ngx_lua to 0.7.18rc2. 12 years ago
agentzh (Yichun Zhang) 0a9a7012dc Merge branch 'master' of github.com:agentzh/ngx_openresty 12 years ago
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. 12 years ago
agentzh (Yichun Zhang) 7495a32ec2 upgraded ngx_lua to 0.7.17 and ngx_echo to 0.43. 12 years ago
agentzh (Yichun Zhang) 9e944b8c53 bumped version to 1.2.7.1 and upgraded ngx_lua to 0.7.16. 12 years ago
agentzh (Yichun Zhang) b259f33198 upgraded LuaJIT to 2.0.1. 12 years ago
agentzh (Yichun Zhang) db978031d2 upgraded the nginx core to 1.2.7. 12 years ago
agentzh (Yichun Zhang) 1ca5fb8597 bumped version to 1.2.6.6. 12 years ago
agentzh (Yichun Zhang) 8496c99def upgraded ngx_lua to 0.7.15. 12 years ago
agentzh (Yichun Zhang) f1083d82d4 updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) dd4620afaf bumped version to 1.2.6.5. 12 years ago
agentzh (Yichun Zhang) 45c5114e9d upgraded lua-resty-upload to 0.07. 12 years ago
agentzh (Yichun Zhang) a553009af0 upgraded ngx_srcache to 0.19. 12 years ago
agentzh (Yichun Zhang) ed74e3d767 bumped version to 1.2.6.3. 12 years ago
agentzh (Yichun Zhang) c0208b8c40 upgraded ngx_form_input to 0.07. 12 years ago
agentzh (Yichun Zhang) 2681361df1 upgraded ngx_lua to 0.7.14. 12 years ago
agentzh (Yichun Zhang) 0a2dcd7c50 added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
agentzh (Yichun Zhang) 3e5b0eeee3 upgraded ngx_srcache to 0.18. 12 years ago
agentzh (Yichun Zhang) 42d640985e upgraded ngx_echo to 0.42 and ngx_devel_kit ot 0.2.18. 12 years ago
agentzh (Yichun Zhang) 8e35463045 updated resolver_wev_handler_segfault_with_poll.patch to Ruslan Ermilov's version. 12 years ago
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. 12 years ago
agentzh (Yichun Zhang) 6d0cbed3f7 bumped version to 1.2.6.1; updated tests to reflect recent changes. 12 years ago
agentzh (Yichun Zhang) 9e4d2c03cf upgraded ngx_lua to 0.7.13. 12 years ago
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. 12 years ago
agentzh (Yichun Zhang) a820d40858 updated tests to reflect recent changes. 12 years ago