Commit Graph

368 Commits (b76f452233b45d9e24769ec593a47417c7247970)
 

Author SHA1 Message Date
agentzh (章亦春) b76f452233 upgraded ngx_lua to 0.5.0rc27 and ngx_srcache to 0.13rc8. 13 years ago
agentzh (章亦春) 94f1718e8d applied the filter_finalize_hang patch to the nginx core. see http://mailman.nginx.org/pipermail/nginx-devel/2012-May/002190.html for details. 13 years ago
agentzh (章亦春) 8294e9b37a upgraded lua-resty-memcached to 0.07 and lua-resty-upload to 0.03. 13 years ago
agentzh (章亦春) 558cbf12fc upgraded ngx_lua to 0.5.0rc26 and ngx_srcache to 0.13rc7. 13 years ago
agentzh (章亦春) 8439b517f3 upgraded ngx_set_misc to 0.22rc8. 13 years ago
agentzh (章亦春) 2762f39fc4 added the patch for a bug in ngx_http_named_location in the nginx core. 13 years ago
agentzh (章亦春) 74d66c1027 upgraded ngx_drizzle to 0.1.2rc7 and ngx_lua to 0.5.0rc25. 13 years ago
agentzh (章亦春) de5e5e25de bugfix: now we also add <openresty_prefix>/lualib/?/init.lua to the default LUA_PATH. thanks bigplum for reporting this issue. 13 years ago
agentzh (章亦春) 479fa188f0 upgraded ngx_lua to 0.5.0rc24. 13 years ago
agentzh (章亦春) 7231e95996 upgraded ngx_set_misc to 0.22rc7. 13 years ago
agentzh (章亦春) 8b66f41ea3 upgraded ngx_set_misc to 0.22rc6, ngx_rds_json to 0.12rc8, and ngx_lua to 0.5.0rc23. 13 years ago
agentzh (章亦春) deeea162c7 fixed patches for nginx 1.0.15. 13 years ago
agentzh (章亦春) 06c8b65a8c upgraded the nginx core to 1.0.15. 13 years ago
agentzh (章亦春) 74c48651b9 upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
agentzh (章亦春) ce803e8a94 bumped version number to 1.0.11.28. 13 years ago
agentzh (章亦春) 843fd34df6 use the best compress level for gzip. 13 years ago
agentzh (章亦春) 39cea1cbb3 upgraded ngx_lua to 0.5.0rc21. 13 years ago
agentzh (章亦春) b4f3bd982f improved the upstream_pipelining patch a bit. 13 years ago
agentzh (章亦春) fcb85fb288 now we apply the upstream_pipelining patch to the nginx core by default. 13 years ago
agentzh (章亦春) 9a756394cc added nginx-1.0.11-upstream_pipelining.patch 13 years ago
agentzh (章亦春) 922f49f734 upgraded ngx_lua to 0.5.0rc20. 13 years ago
agentzh (章亦春) 99c37ea419 upgraded ngx_echo to 0.38rc2. 13 years ago
agentzh (章亦春) 767863f552 upgraded ngx_srcache to 0.13rc6. 13 years ago
agentzh (章亦春) 45eb5fd21d added null_character_fixes patch to nginx 1.1.15. 13 years ago
agentzh (章亦春) 926f75812b renamed the null character fixes patch. 13 years ago
agentzh (章亦春) 0fed5de57c bumped version to 1.0.11.25. 13 years ago
agentzh (章亦春) deff21617c security: applied the null-character-fixes patch from the mainstream. The bug did result in a disclosure of previously freed memory if upstream server returned specially crafted response, potentially exposing sensitive information. 13 years ago
agentzh (章亦春) 2d3383ee54 upgraded ngx_srcache to 0.13rc5. 13 years ago
agentzh (章亦春) f2f8a02aa9 upgraded ngx_lua to 0.5.0rc19. 13 years ago
agentzh (章亦春) d10a7ece5c upgraded ngx_srcache to 0.13rc4. 13 years ago
agentzh (章亦春) b01704d715 upgraded ngx_lua to 0.5.0rc18. 13 years ago
agentzh (章亦春) fa6683d2d0 upgraded lua-resty-redis to 0.08. 13 years ago
agentzh (章亦春) 746320740a bugfix: the hotfix patch #4 for lua 5.1.4 has been removed from the official lua.org site. now we mirror it in my agentzh.org site. thanks damajor (Xav) for reporting this issue in github issue #10. 13 years ago
agentzh (章亦春) 627f55d5d0 upgraded ngx_lua to 0.5.0rc17. 13 years ago
agentzh (章亦春) 4579111c27 upgraded lua-resty-string to 0.05. 13 years ago
agentzh (章亦春) c9d5094560 upgraded lua-resty-redis to 0.07. 13 years ago
agentzh (章亦春) de51f31cda upgraded lua-redis-parser to 0.09rc7. 13 years ago
agentzh (章亦春) a4a3c09c76 upgraded ngx_redis2 to 0.08rc4. 13 years ago
agentzh (章亦春) ec23d93c0d no longer specify -DLUAJIT_USE_VALGRIND when --with-debug is specified. also upgraded lua-resty-* to their latest versions. 13 years ago
agentzh (章亦春) f459d71013 raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository. 13 years ago
agentzh (章亦春) 367a5d8c5f bundle new components lua-resty-mysql, lua-resty-upload, and lua-resty-string, which are enabled by default. also added options --without-lua_resty_mysql, --without-lua_resty_upload, and --without-lua_resty_string to ./configure for disabling them. 13 years ago
agentzh (章亦春) dfe629a607 updated tests to reflect recent changes. 13 years ago
agentzh (章亦春) d41cb7132c bundle new component lua-resty-redis which is enabled by default. also added option --without-lua_resty_redis to ./configure for disabling it. 13 years ago
agentzh (章亦春) 7c210171d1 bundle new component lua-resty-memcached which is enabled by default. also added option --without-lua_resty_memcached to ./configure for disabling it. also upgraded ngx_lua to 0.5.0rc16. 13 years ago
agentzh (章亦春) 51c12f72d6 now we apply the official hotfix #1 patch for luajit 2.0.0 beta9. 13 years ago
agentzh (章亦春) e95dc58c6e upgraded ngx_lua to 0.5.0rc15. 13 years ago
agentzh (章亦春) bb0af04df3 upgraded ngx_lua to 0.5.0rc14; also bumped version to 1.0.11.15. 13 years ago
agentzh (章亦春) c528989ead now we enable -DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT flags for luajit when --with-debug is specified. 13 years ago
agentzh (章亦春) 71a3060051 updated tests for new versions of the components. 13 years ago
agentzh (章亦春) 3ba6ac3224 apply the max_subrequests patch to allow the NGX_HTTP_MAX_SUBREQUESTS macro to be overridden from the outside and adjusted the default value from 50 to 100 because 50 is a little too conservative. 13 years ago