Yichun Zhang (agentzh)
7ed8526af7
upgraded lua-resty-core to 0.1.18rc4.
5 years ago
Yichun Zhang (agentzh)
563ecc30f7
upgraded lua-resty-core to 0.1.18rc3.
5 years ago
Yichun Zhang (agentzh)
8cf88e3b13
upgraded ngx_stream_lua to 0.0.8rc3 and ngx_http_lua to 0.10.16rc5.
...
bugfix: now we avoid introducing double quotes or single quotes in CFLAGS variable values. Fix #587 .
win32/win64: upgraded openssl to 1.1.1e.
5 years ago
Yichun Zhang (agentzh)
2ac0ad9f03
feature: fixed compatibility with macOS 11.15+.
...
bumped version to 1.17.8.1 RC1.
win32/win64: upgraded pcre to 8.44 and openssl to 1.1.1d.
5 years ago
Thibault Charbonnier
9e1d025f80
tests: updated tests to reflect recent changes.
5 years ago
Thibault Charbonnier
23f96dc81e
bumped ngx_http_lua to 0.10.16rc3 and ngx_stream_lua to 0.0.8rc2.
5 years ago
Thibault Charbonnier
82cd12a2ae
upgraded ngx_http_lua to 0.10.16rc1, ngx_stream_lua to 0.0.8rc1, lua-resty-core to 0.1.18rc1, lua-resty-redis to 0.28rc1, lua-resty-lrucache to 0.10rc1, lua-resty-shell to 0.03rc1.
5 years ago
Thibault Charbonnier
28f76c1d27
upgraded the NGINX core to 1.17.8.
5 years ago
Thibault Charbonnier
6d7249f1c4
configure: updated '--without-luajit-gc64' to follow Mike Pall's commit which enables GC64 by default on x64 platforms.
...
See openresty/luajit2@bd00094
5 years ago
Thibault Charbonnier
d6ff771c82
tests: sanity.t: fixed (again) test cases failing due to the last few commits.
...
This failure was first fixed in
1f3cf84a8a
, but mistakenly reverted in
395bed2b14
, causing Travis-CI to fail on
this test again.
It was then reverted again in 41abd0f3b5
,
and now fixed one more time.
5 years ago
Yichun Zhang (agentzh)
41abd0f3b5
bugfix: updated the ./configure --help usage text output for the latest nginx version.
5 years ago
Yichun Zhang (agentzh)
29af6de924
tests: updated tests to reflect recent changes.
5 years ago
Thibault Charbonnier
cc79822109
tests: sanity.t: renamed to t/000-sanity.t and added '.' in lib path.
5 years ago
Thibault Charbonnier
4995101388
tests: sanity.t: fixed (again) test cases failing due to the last few commits.
...
This failure was first fixed in
1f3cf84a8a
, but mistakenly reverted in
395bed2b14
, causing Travis-CI to fail on
this test again.
5 years ago
Yichun Zhang (agentzh)
3fd0e186bf
tests: fixed tests for updated components.
5 years ago
Yichun Zhang (agentzh)
395bed2b14
bugfix: windows: make clean: we did not clear many windows-specific files.
5 years ago
spacewander
cf7516fcbc
optimize: added an NGINX core patch to ensure unused listening fds are closed when 'reuseport' is used.
...
When `reuseport` is enabled in the `listen` directive, Nginx will create
a listening fd for each worker process in the master process.
These fds will be inherited by the worker processes, but most of them
are unused. For example, considering we have 32 listening ip:port
configurations and 64 worker processes, each worker process will inherit
2048 (32 * 64) listening fds, but only 32 fds are used. By closing the
unused fds, this change could save up to 2016 (32 * 63) fds in a worker
process.
It doesn't affect the listening socket, since there is only one used fd
which associates to the socket with or without this change.
Co-authored-by: Thibault Charbonnier <thibaultcha@me.com>
5 years ago
Thibault Charbonnier
cef09e553f
upgraded the nginx core to 1.17.1.
5 years ago
Thibault Charbonnier
836c8792d2
tests: sanity.t: fixed test cases failing due to the last few commits.
5 years ago
Thibault Charbonnier
547fdd5fb2
bugfix: Config.pm: fixed an issue when generating t/sanity.t_.
6 years ago
Thibault Charbonnier
1f3cf84a8a
tests: sanity.t: fixed test cases failing due to the last few commits and renamed another test case.
6 years ago
Yichun Zhang (agentzh)
cc9787a290
feature: ./configure: added new option --with-luajit-ldflags=OPTS for specifying custom luajit linker flags.
6 years ago
Thibault Charbonnier
a32ca0dbbe
upgraded LuaJIT to 2.1-20190507.
6 years ago
Thibault Charbonnier
62d31e53de
bumped ngx_http_lua to 0.10.15, ngx_stream_lua to 0.0.7, and lua-resty-core to 0.1.17.
6 years ago
Thibault Charbonnier
023b9d4f88
tests: updated sanity test suite to reflect recent changes in bumped components.
6 years ago
Thibault Charbonnier
88e214aad2
bumped LuaJIT to 2.1-20190228.
6 years ago
Thibault Charbonnier
ec8f1b0753
bumped lua-resty-upstream-healthcheck to 0.06.
6 years ago
Thibault Charbonnier
191ca1fdec
bumped resty-cli to 0.23.
6 years ago
Yichun Zhang (agentzh)
e2ca65128f
tests: updated tests to reflect recent changes.
6 years ago
Thibault Charbonnier
f238a7542a
bumped ngx_lua, ngx_stream_lua, and lua-resty-core to formal releases.
6 years ago
Thibault Charbonnier
95cfc25189
bumped resty-cli, lua-cjson, lua-resty-redis, lua-resty-limit-traffic, lua-resty-websocket, lua-resty-lock, and lua-resty-lrucache to formal release tags.
6 years ago
Yichun Zhang (agentzh)
0b956ca748
upgraded ngx_stream_lua to v0.0.6rc6.
6 years ago
Thibault Charbonnier
7630d23428
bumped ngx_lua to 0.10.14rc7 and lua-resty-shell to 0.02.
6 years ago
Thibault Charbonnier
60589ee251
upgraded LuaJIT to 2.1-20190221.
6 years ago
Thibault Charbonnier
94d0e8ed52
tests: bumped ngx_lua and removed lua-resty-shell/lua-resty-signal from windows builds to reflect recent changes.
6 years ago
Thibault Charbonnier
b84a47de27
travis: added travis-ci support.
6 years ago
Thibault Charbonnier
73c881bddf
tests: added support for `--- out_like` blocks.
6 years ago
Thibault Charbonnier
72962e0125
bugfix: we now build lua-resty-signal's shared lib component.
6 years ago
Thibault Charbonnier
2e7e51e649
feature: bundled the lua-resty-signal and lua-resty-shell libraries.
6 years ago
Thibault Charbonnier
06468602b9
tests: bumped ngx_lua, ngx_stream_lua, and LuaJIT references according to recent changes.
6 years ago
Thibault Charbonnier
c3b7c3b1b9
upgraded ngx_lua to 0.10.14rc4, ngx_stream_lua to 0.0.6rc4, and lua-resty-core to 0.1.16rc4.
6 years ago
Thibault Charbonnier
3f42731e50
change: we now enable the GC64 mode by default in our bundled LuaJIT build for x86_64 architectures; this can be disabled with ./configure --without-luajit-gc64.
6 years ago
Thibault Charbonnier
3c053fff33
tests: bumped lua-cjson references to 2.1.0.7rc2.
6 years ago
Thibault Charbonnier
7b290a582f
feature: bundled the lua-tablepool library.
6 years ago
Yichun Zhang (agentzh)
f56ee1ecd8
updated the tests to reflect recent changes.
6 years ago
Datong Sun
4500744d5c
test: fixed test failure due to NGINX core change introduced in 1.15.1
...
by 63e8a1d926
.
6 years ago
Yichun Zhang (agentzh)
37a41b416c
feature: ./configure: added new options --without-stream_ssl_module and --without-stream.
6 years ago
Yichun Zhang (agentzh)
e8da00c337
tests: updated tests to reflect recent version changes.
6 years ago
Datong Sun
34db6fd04c
configure: now supports the --without-stream_ssl_module option to disable ngx_stream_ssl_module if necessary.
...
Fix #388 .
6 years ago
Yichun Zhang (agentzh)
fe8f773b1d
updated tests to reflect recent changes.
7 years ago