Commit Graph

230 Commits (8a18db029a15131ea05a80182fdf8f766f9fc08c)

Author SHA1 Message Date
Yichun Zhang (agentzh) 57166863d3 updated tests to reflect recent changes. 7 years ago
Datong Sun ff89bf3ea1 resolv.conf: fixed a bug that when a newline character is present at the end of the resolv.conf file, the parser incorrectly included such newline in the parsed address.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) 4a85469797 ./configure: fixed source lines exceeding 80 cols (heredoc literals are skipped). 7 years ago
Yichun Zhang (agentzh) 46a1c7adb3 feature: now the openresty build system (./configure) automatically patches the resty command-line utility to use its own nginx binary so that it does not have to compute it at runtime (which is a bit expensive).
this saves about 10ms (from for total 20ms to 10ms) for resty's startup time, as
measured on a mid-2015 MBP. That's 50% reduction in total startup time!

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) f1ad126b75 updated tests to reflect recent changes. 7 years ago
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>
7 years ago
catatsuy 031778f770 bugfix: ./configure: relative paths in --add-dynamic-module=PATH option did not work.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) 1555734368 updated tests to reflect recent component updates. 7 years ago
Yichun Zhang (agentzh) 94db027c12 ./configure: updated the stream subsystem related options from nginx 1.13.6.
thanks hy05190134 for the report in #334.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) e5767d96e9 tests: updated to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) 93e9da93ec tests: fixed a test title. 7 years ago
spacewander 2cc5ba6c91 bugfix: we removed the existing Makefile even for `./configure --help`.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) dd46539557 updated tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) 317dcbfa8a updated tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) 3763c5380e feature: bundled and enabled ngx_stream_lua_module by default. this module is still experimental. 7 years ago
Yichun Zhang (agentzh) f46beb607b tests: updated the tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) 90fc91567f bumped version to 1.11.2.5; also updated tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) b81a5cea66 bugfix: ./configure: the --without-http_lua_upstream option alone incorrectly disabled all the Lua stuff. 8 years ago
Yichun Zhang (agentzh) a8ea810fdc feature: ./configure: the user flags specified by the --with-luajit-xcflags=FLAGS option are not appended to the default flags instead of being prepended. thanks spacewander for the report in #256. 8 years ago
Yichun Zhang (agentzh) dafd10b27d fixed the tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) 391709ce4d formal release 1.11.2.3. 8 years ago
Yichun Zhang (agentzh) 1fbcf153e3 change: we no longer bundle the standard Lua 5.1 interpreter. 8 years ago
Yichun Zhang (agentzh) da979a620a updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) 6b82ea1099 feature: now we automatically add the -msse4.2 compilation option for building the bundled LuaJIT when it is available. 8 years ago
David Galeano ee90152ae3 bugfix: we did not use PATH in ./configure --sbin-path=PATH when creating symlinks.
this fixes #196.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
8 years ago
Yichun Zhang (agentzh) cbfbd19460 updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) e254c3d0c1 change: now we enable -DLUAJIT_ENABLE_LUA52COMPAT in our bundled LuaJIT build by default, which can be disabled by ./configure --without-luajit-lua52. 8 years ago
Yichun Zhang (agentzh) dbccee1418 updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) b1c3587c50 updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) ae8e36ae77 fixed test suite to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) 697bb0a08c updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) 8d76d5910f feature: now we create the <openresty-prefix>/bin/openresty symlink which points to <openresty-prefix>/nginx/sbin/nginx to avoid polluting the PATH environment with the name "nginx". 8 years ago
Yichun Zhang (agentzh) 9fa2d93c6b updated tests to reflect recent changes. 8 years ago
Yichun Zhang (agentzh) e63984f81d bugfix: special characters like spaces in nginx configure option values (like --with-pcre-opt and --with-openssl-opt) were not passed correctly. thanks Andreas Lubbe for the report in #178. 9 years ago
Yichun Zhang (agentzh) 7ce3d4e881 updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 568d1e0e5d upgraded resty-cli to 0.11. 9 years ago
Yichun Zhang (agentzh) 0e9ed23bf5 updated test suite to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) b603282bd6 updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 7123e4f0df updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 592aa6fec5 updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 665faf0aea version 1.9.15.1 RC1. 9 years ago
Yichun Zhang (agentzh) de75e4d7ed version 1.9.7.4 RC1. 9 years ago
Yichun Zhang (agentzh) 36bafb83ed updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 463a6a14ee updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 52962f3fc9 renamed ngx_openresty to openresty. 9 years ago
Yichun Zhang (agentzh) 383901b193 updated the test suite to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) e5fd373848 updated the test suite to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 5760ca8dee updated the test suite to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 3882d2572e upgraded tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 1c106bf487 updated tests to reflect recent changes. 9 years ago