Commit Graph

22 Commits

Author SHA1 Message Date
Thibault Charbonnier 1c11dfa811 doc: updated the copyright year to 2019. 2019-01-04 10:05:05 -08:00
Datong Sun f0e621b0c4 bugfix: nginx patch: do not build resolver parsing feature under Windows.
bugfix: nginx patch: moved the include of resolv.h to after ngx_config.h to avoid compilation failures on FreeBSD.

bugfix: patch: updated safe_resolver_ipv6_option.patch with new offsets to avoid confusing patch while applying.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-04-20 17:55:54 -07:00
Yichun Zhang (agentzh) 395e039e8e doc: fixed the resolv.conf file name, reported by Thibault Charbonnier. 2018-03-27 14:33:41 -07:00
Datong Sun 8d3ce00348 README: added documentations for the newly added resolver.conf parsing feature.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2018-03-27 13:22:53 -07:00
John Wu fee5626f8c doc: simple typo fix.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2017-10-23 22:00:10 -07:00
Yichun Zhang (agentzh) 11284ae527 doc: mentions the mercurial dep. 2017-07-06 12:10:37 -07:00
Yichun Zhang (agentzh) b6c362bbf6 doc: updated copyright notice. 2016-12-18 14:45:13 -08:00
Yichun Zhang (agentzh) 4253dd2b90 doc: updated the links to openresty.org. 2016-07-27 13:16:35 -07:00
Yichun Zhang (agentzh) 7f5a1fa7e4 updated README to reflect our recent change of getting rid of Markdown::Pod. 2016-05-12 16:30:54 -07:00
Yichun Zhang (agentzh) 52962f3fc9 renamed ngx_openresty to openresty. 2016-01-25 14:33:53 -08:00
Yichun Zhang (agentzh) 8ebc5c5b16 Merge branch 'master' of github.com:openresty/ngx_openresty 2015-12-04 13:53:12 +08:00
Yichun Zhang (agentzh) e12c526577 doc: documented the missing build dependencies as per #126. 2015-12-04 13:53:00 +08:00
Yichun Zhang (agentzh) a78f6e3741 doc: updated the name. 2015-11-30 17:45:42 +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
Vic Vijayakumar 126786276b Updated repository link in the README 2015-06-27 21:20:03 -04:00
Yichun Zhang (agentzh) 99d5e37f3b readme: updated the copyright years. 2015-06-23 17:23:22 +08:00
Yichun Zhang (agentzh) 5836469559 doc: fixed more links. 2014-02-18 15:38:47 -08:00
Yichun Zhang (agentzh) 925156bb2b doc: fixed a link. 2014-02-18 15:38:04 -08:00
Yichun Zhang (agentzh) 1a8bffaf7a doc: updated the copyright year. 2014-02-18 15:36:25 -08:00
Yichun Zhang (agentzh) df3547fccd doc: added TOC. 2014-02-18 15:35:23 -08:00
Yichun Zhang (agentzh) 4513cad926 doc: some formatting fixes. 2013-10-17 16:19:36 -07:00
Yichun Zhang (agentzh) a7c39891c6 doc: use markdown for the README file. 2013-10-17 16:18:48 -07:00