Commit Graph

357 Commits (5760ca8deebfcf51cf6286476808b5ff02cddccc)

Author SHA1 Message Date
Yichun Zhang (agentzh) e1b492fc18 bumped version to 1.9.7.1 RC2. 9 years ago
Yichun Zhang (agentzh) ac4d52423c bumped version to 1.9.7.1 RC1. 9 years ago
Yichun Zhang (agentzh) 83eeb14f6c upgraded the nginx core to 1.9.7. 9 years ago
Yichun Zhang (agentzh) 584c1a7e12 bumped version to 1.9.3.2. 9 years ago
Yichun Zhang (agentzh) ce64259d66 bumped version to 1.9.3.2 RC3. 9 years ago
Yichun Zhang (agentzh) cde439a55a bumped version to 1.9.3.2rc2. 9 years ago
Yichun Zhang (agentzh) 1f4045ef2c More MSYS/MinGW love.
* upgraded ngx_lua to 0.9.18rc1 to support Win32 LuaJIT DLL.
* upgraded lua-redis-parser to 0.11rc1 for better Win32 support.
* upgraded lua-rds-parser to 0.06rc2 for better Win32 support.
* upgraded ngx_rds_csv to 0.07rc1  for better Win32 support.
* upgraded lua-resty-cli to 0.04rc1 for better Win32 support.
* upgraded lua-resty-core to 0.1.2.
* applied a patch to LuaJIT to add "!/lualib/" to the default Lua
  package search paths.
* upgraded lua-cjson to 2.1.0.3rc2 for better Win32 support and
  a suppressed gcc warning.
* use OpenResty's nginx tarballs extracted directly from the official nginx
  code repos, because we need the win32 support which is excluded in the
  official nginx release tarballs. Our nginx release tarballs are
  generated by the util/package-nginx.sh script.
* added the util/package-win32.sh script to generate the Win32 OpenResty
  binary distribution file.
* applied a patch to always enable C compiler feature tests in nginx's
  own build system because the MinGW gcc compiler on Win32 is also
  powerful enough to support advanced features like variadic macros.
* added document README-win32.
* util/dist-check: do a partial uninstallation before installing
  anything new.
* added util/build-win32.sh to build OpenResty on Win32 using the
  MinGW/MSYS toolchain.
* ./configure: added support for building on Win32 using the MinGW/MSYS
  toolchain.
9 years ago
Yichun Zhang (agentzh) 7f15701e76 bumped version to 1.9.3.2rc1. 9 years ago
Yichun Zhang (agentzh) 2d0119084e upgraded ngx_lua to 0.9.17. 9 years ago
Yichun Zhang (agentzh) b19b53d6cc bumped version to 1.9.3.1. 9 years ago
Yichun Zhang (agentzh) 04da1876f0 bumped version to 1.9.3.1rc1. 9 years ago
Yichun Zhang (agentzh) f84e035e45 upgraded the nginx core to 1.9.3. 9 years ago
Yichun Zhang (agentzh) 60e72cbf82 updated the test suite to reflect recent changes; also bumped version to 1.9.2.1 RC1. 9 years ago
Yichun Zhang (agentzh) ce65738299 upgraded the nginx core to 1.9.2. 9 years ago
Yichun Zhang (agentzh) aab5001ffc bumped version to 1.7.10.2. 9 years ago
Yichun Zhang (agentzh) 357bb4a977 bumped version to 1.7.10.2rc1. 9 years ago
Yichun Zhang (agentzh) 58c89f206d upgraded ngx_lua to 0.9.16rc1 and bumped bundle version to 1.7.10.2rc0. 10 years ago
Yichun Zhang (agentzh) 387089ca11 updated test suite to reflect changes; also bumped version to 1.7.10.1. 10 years ago
Yichun Zhang (agentzh) d66f8b699f upgraded LuaJIT to v2.1-20150223; also bumped version to 1.7.10.1 RC2. 10 years ago
Yichun Zhang (agentzh) b75e8490c2 bumped version to 1.7.10.1 RC1. 10 years ago
Yichun Zhang (agentzh) 6142b6936f upgraded the nginx core to 1.7.10. 10 years ago
Yichun Zhang (agentzh) 3ae5c4d93e updated the test suite to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) e82793361b bumped version to 1.7.7.2 RC2. 10 years ago
Yichun Zhang (agentzh) f46cfc667d bumped version to 1.7.7.2rc1. 10 years ago
Yichun Zhang (agentzh) 03b25469c8 feature: we bundle the resty-cli project to include its "resty" tool instead of using our own. 10 years ago
Yichun Zhang (agentzh) b70fdea626 formal release 1.7.7.1. 10 years ago
Yichun Zhang (agentzh) 8a5b1bb328 upgraded LuaJIT to 2.1-20141128. 10 years ago
Yichun Zhang (agentzh) 47bf7e9349 release 1.7.7.1 RC1. 10 years ago
Yichun Zhang (agentzh) 46a5fd3bba upgraded the nginx core to 1.7.7. 10 years ago
Yichun Zhang (agentzh) dde4c94fd0 bugfix: applied a patch to the nginx core to fix a memory invalid read regression introduced in nginx 1.7.5+'s resolver. 10 years ago
Yichun Zhang (agentzh) e2a964d124 upgraded ngx_lua to 0.9.12. 10 years ago
Yichun Zhang (agentzh) cf8c075e79 resty: more improvements.
* made ngx.exit() an alias of os.exit().
* made the exit status code right for the wrapper process.
* require at least ngx_lua 0.9.12 to prevent memory bugs in older
  versions.
* suppressed a debugging output line.
10 years ago
Yichun Zhang (agentzh) 399bdecaef feature: added new command-line utility, "resty", to run Lua code or Lua files (for OpenResty) directly from the command-line. it is installed into the "<prefix>/bin" directory. prodded by Vitaly Kosenko. 10 years ago
Yichun Zhang (agentzh) 5b6c063ae7 bumped version to 1.7.4.1rc1. 10 years ago
Yichun Zhang (agentzh) e225c37731 upgraded the nginx core to 1.7.4. 10 years ago
Yichun Zhang (agentzh) cc4a307f0e upgraded the nginx core to 1.7.3. 10 years ago
Yichun Zhang (agentzh) 315279079f bumped version to 1.7.2.1. 10 years ago
Yichun Zhang (agentzh) da19bb5a49 bumped version to 1.7.2.1rc2. 10 years ago
Yichun Zhang (agentzh) ee61517201 bumped version to 1.7.2.1rc1. also updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) b824a3cb59 upgraded the nginx core to 1.7.2. 10 years ago
Yichun Zhang (agentzh) 6e41bcd018 bumped version to 1.7.0.1 and also updated the test suite to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) b54113f517 upgraded ngx_lua to 0.9.8. 11 years ago
Yichun Zhang (agentzh) 91484d0e11 upgraded LuaJIT to v2.1-20140515-2. 11 years ago
Yichun Zhang (agentzh) 9c3a123035 upgraded nginx core to 1.7.0. 11 years ago
Yichun Zhang (agentzh) 2ee8fe558a updated tests to reflect recent changes; also bumped version to 1.5.12.1. 11 years ago
Yichun Zhang (agentzh) e3b7de9b23 upgraded LuaJIT to v2.1-20140423. 11 years ago
Yichun Zhang (agentzh) c2fb3c9dac bumped version to 1.5.12.1rc3. 11 years ago
Yichun Zhang (agentzh) b6661ea47c bumped LuaJIT version to v2.1-20140411. 11 years ago
Yichun Zhang (agentzh) b0f1e786c1 upgraded the nginx core to 1.5.12. 11 years ago
Yichun Zhang (agentzh) 37ba2b1015 backported the patch to the nginx core for the latest SPDY security vulnerability (CVE-2014-0133). 11 years ago