Commit Graph

23 Commits

Author SHA1 Message Date
lijunlong fa95e176fb
travis: added spelling check workflow. (#811) 2022-01-29 20:46:37 +08:00
John Bampton f39a584775 chore: fix spelling 2021-07-23 20:03:20 +08:00
John Bampton e0eb531243
doc: fixed misspelling. (#693) 2021-05-07 17:32:19 +08:00
Thibault Charbonnier 1c11dfa811 doc: updated the copyright year to 2019. 2019-01-04 10:05:05 -08:00
Yichun Zhang (agentzh) 116b8fe20d restydoc: updated the bundled version of the LuaJIT docs to the latest. 2018-05-14 13:23:52 -07:00
Yichun Zhang (agentzh) 8a18db029a added a placeholder README-win32.md file. 2018-04-22 11:32:21 -07:00
Yichun Zhang (agentzh) 25faa6d002 win32: enabled ngx_stream_ssl_preread_module in our binary builds. 2018-04-21 20:37:31 -07:00
Yichun Zhang (agentzh) 51c4a3848d feature: added 64-bit windows building/packaging support using the MSYS2/MinGW toolchain. 2018-04-21 19:00:45 -07:00
Yichun Zhang (agentzh) 6e8b2f4984 doc: updated the LuaJIT restydoc indexes to the latest version.
also upgraded LuaJIT to v2.1-20170513.
2017-05-13 16:37:26 -07:00
Yichun Zhang (agentzh) ba6621b12b doc: updated LuaJIT's docs to the latest version for the restydoc indexes. 2017-04-08 15:04:55 -07:00
Yichun Zhang (agentzh) b1c4280777 README-win32: updated to reflect recent changes in OpenSSL versions. 2016-12-19 11:24:37 -08:00
Yichun Zhang (agentzh) 710d9e323d updated the copyright notice. 2016-12-19 11:21:52 -08:00
Yichun Zhang (agentzh) 1ad7b03044 win32-README: updated the link to openresty.org. 2016-12-19 11:19:43 -08:00
Yichun Zhang (agentzh) 1815637613 doc: updated README-win32.md to reflect recent changes. 2016-08-26 14:35:19 -07:00
Yichun Zhang (agentzh) 8d8a2529ad feature: added the official LuaJIT documentation from LuaJIT 2.1 to our restydoc indexes. 2016-06-29 13:26:43 -07:00
Yichun Zhang (agentzh) 2369d00d46 feature: added the Lua 5.1 reference manual from lua 5.1.5 to our restydoc indexes. 2016-06-29 13:05:36 -07:00
Yichun Zhang (agentzh) bdaea38b7d doc/README-win32.md: updated the copyright years. 2016-05-12 14:51:40 -07:00
Yichun Zhang (agentzh) 52962f3fc9 renamed ngx_openresty to openresty. 2016-01-25 14:33:53 -08:00
Yichun Zhang (agentzh) ed8b6996e9 README-win32: more additions. 2015-11-05 21:11:30 +08:00
Yichun Zhang (agentzh) 5db4e19482 doc: README-win32: added a TODO section and also mentioned the build-win32.sh and package-win32.sh scripts. 2015-11-04 21:30:51 +08:00
Yichun Zhang (agentzh) fa3af6cdf8 README-win32: typo fix from imweijh. 2015-11-04 21:25:42 +08:00
Yichun Zhang (agentzh) 828a7eec41 README-win32.md: documented the "nginx -s reload" and "ngx -s reopen" too. 2015-11-02 16:33:57 +08:00
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.
2015-11-02 15:41:50 +08:00