Commit Graph

385 Commits (0a0f70f4e8f2cce669d2313a34c0edf16085183e)
 

Author SHA1 Message Date
agentzh (章亦春) 0a0f70f4e8 applied the add_core_vars_polluting patch to fix a bug in the nginx core: http://mailman.nginx.org/pipermail/nginx-devel/2012-May/002231.html
agentzh (章亦春) 21f8910725 bumped version number to 1.0.15.5 and updated the test suite to reflect recent changes.
agentzh (章亦春) 1b11b4840f upgraded ngx_lua to 0.5.0rc28.
agentzh (章亦春) 668c00fdb8 upgraded lua-resty-string to 0.06.
agentzh (章亦春) 3f8ad8af58 added some tests for the new option --with-luajit-xcflags.
agentzh (章亦春) eecc5010eb updated the tests for the new option --with-luajit-xcflags.
agentzh (章亦春) 2ee1f58571 updated tests to reflect recent changes.
agentzh (章亦春) 4145db0b35 feature: added --with-luajit-xcflags option to ./configure.
agentzh (章亦春) 88c1439437 bugfix: ./util/fix-tests could not distingish redis-nginx-module and redis2-nginx-module.
agentzh (章亦春) e8990b7d03 upgraded LuaJIT to 2.0.0beta10.
agentzh (章亦春) 41d48ab573 upgraded ngx_rds_csv to 0.05rc2.
agentzh (章亦春) ba7a3d6c44 releng for 1.0.15.3.
agentzh (章亦春) 8c5f23d79a upgraded lua-redis-parser to 0.09 and lua-rds-parser to 0.05.
agentzh (章亦春) a3cd675f1e upgraded lua-redis-parser to 0.09rc8.
agentzh (章亦春) a56bd55dac bumped version number to 1.0.15.3rc3.
agentzh (章亦春) 7c0c2cb944 now we bundle Sergey A. Osokin's ngx_http_redis2 module into ngx_openresty.
agentzh (章亦春) 9b1da949a3 updated tests to reflect recent changes in version numbers.
agentzh (章亦春) b76f452233 upgraded ngx_lua to 0.5.0rc27 and ngx_srcache to 0.13rc8.
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.
agentzh (章亦春) 8294e9b37a upgraded lua-resty-memcached to 0.07 and lua-resty-upload to 0.03.
agentzh (章亦春) 558cbf12fc upgraded ngx_lua to 0.5.0rc26 and ngx_srcache to 0.13rc7.
agentzh (章亦春) 8439b517f3 upgraded ngx_set_misc to 0.22rc8.
agentzh (章亦春) 2762f39fc4 added the patch for a bug in ngx_http_named_location in the nginx core.
agentzh (章亦春) 74d66c1027 upgraded ngx_drizzle to 0.1.2rc7 and ngx_lua to 0.5.0rc25.
agentzh (章亦春) de5e5e25de bugfix: now we also add <openresty_prefix>/lualib/?/init.lua to the default LUA_PATH. thanks bigplum for reporting this issue.
agentzh (章亦春) 479fa188f0 upgraded ngx_lua to 0.5.0rc24.
agentzh (章亦春) 7231e95996 upgraded ngx_set_misc to 0.22rc7.
agentzh (章亦春) 8b66f41ea3 upgraded ngx_set_misc to 0.22rc6, ngx_rds_json to 0.12rc8, and ngx_lua to 0.5.0rc23.
agentzh (章亦春) deeea162c7 fixed patches for nginx 1.0.15.
agentzh (章亦春) 06c8b65a8c upgraded the nginx core to 1.0.15.
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.
agentzh (章亦春) ce803e8a94 bumped version number to 1.0.11.28.
agentzh (章亦春) 843fd34df6 use the best compress level for gzip.
agentzh (章亦春) 39cea1cbb3 upgraded ngx_lua to 0.5.0rc21.
agentzh (章亦春) b4f3bd982f improved the upstream_pipelining patch a bit.
agentzh (章亦春) fcb85fb288 now we apply the upstream_pipelining patch to the nginx core by default.
agentzh (章亦春) 9a756394cc added nginx-1.0.11-upstream_pipelining.patch
agentzh (章亦春) 922f49f734 upgraded ngx_lua to 0.5.0rc20.
agentzh (章亦春) 99c37ea419 upgraded ngx_echo to 0.38rc2.
agentzh (章亦春) 767863f552 upgraded ngx_srcache to 0.13rc6.
agentzh (章亦春) 45eb5fd21d added null_character_fixes patch to nginx 1.1.15.
agentzh (章亦春) 926f75812b renamed the null character fixes patch.
agentzh (章亦春) 0fed5de57c bumped version to 1.0.11.25.
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.
agentzh (章亦春) 2d3383ee54 upgraded ngx_srcache to 0.13rc5.
agentzh (章亦春) f2f8a02aa9 upgraded ngx_lua to 0.5.0rc19.
agentzh (章亦春) d10a7ece5c upgraded ngx_srcache to 0.13rc4.
agentzh (章亦春) b01704d715 upgraded ngx_lua to 0.5.0rc18.
agentzh (章亦春) fa6683d2d0 upgraded lua-resty-redis to 0.08.
agentzh (章亦春) 746320740a bugfix: the hotfix patch 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 .