Commit Graph

12 Commits (177ba250ccc748a8b644fe300a14d4ece477010e)

Author SHA1 Message Date
Datong Sun 3d8b33f0e8 feature: added a patch for the nginx core to add the "local=/path/to/resolv.conf" option to the standard "resolver" config directive.
This can enable the use of system-level nameserver configurations of
/etc/resolv.conf, for example, in nginx's own nonblocking DNS resolver.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
Yichun Zhang (agentzh) 8d8a2529ad feature: added the official LuaJIT documentation from LuaJIT 2.1 to our restydoc indexes.
Yichun Zhang (agentzh) 52962f3fc9 renamed ngx_openresty to openresty.
Yichun Zhang (agentzh) eb33b0b08f updated .gitignore a bit.
agentzh (章亦春) 74c6036eb1 updated .gitignore.
agentzh (章亦春) dc2394d5ac added tests for Mac OS X.
agentzh (章亦春) ffd989f8bc checked in util/fix-tests.
agentzh (章亦春) 824c7a4617 added test scaffold t::Config.
agentzh (章亦春) 0c1f102dff now we also bundle the standard lua 5.1 with the official hotfix patch.
agentzh (章亦春) baeb020fec now "make" produces a tarball but still incomplete yet.
agentzh (章亦春) 83315462bd ignored unrelated directories for now.
agentzh (章亦春) c5a7c04b77 checked in mising files in the blog demo.