Skip to content

Tags: linyawen/lua-nginx-module

Tags

v0.10.21rc1

Toggle v0.10.21rc1's commit message
tests: NGINX_TEST_CHECK_LEAK detects memoryleak because nginx can not…

… free resolver ctx quickly.

This was introduce in commit acd5364 which is use to resovle double free of resolver ctx.
This issue happens only when nginx can not get any reply from the dns server until timeout.

v0.10.20

Toggle v0.10.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumped the API version to 0.10.20.

v0.10.20rc1

Toggle v0.10.20rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumped the API version to 0.10.20.

v0.10.19

Toggle v0.10.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumped the API version to 0.10.19. (openresty#1824)

v0.10.19rc1

Toggle v0.10.19rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumped the API version to 0.10.19. (openresty#1824)

v0.10.18

Toggle v0.10.18's commit message
bugfix: accessed memory out of range when calling lua_pushfstring wit…

…h none zero-terminated string introduced in commit 7367a23.

v0.10.18rc4

Toggle v0.10.18rc4's commit message
feature: implemented the new tcpsok:setoption() function for setting …

…options for the TCP socket.

v0.10.18rc3

Toggle v0.10.18rc3's commit message
feature: added undocumented API for attaching arbitrary key-value pai…

…r data to a cosocket TCP connecton, which can survive connection pool reuse.

This API may change in the future without notice.

v0.10.18rc2

Toggle v0.10.18rc2's commit message
bugfix: we now only recycle light threads which are "entry threads" o…

…therwise it is not safe to recycle user created threads since we have no idea whether the user may still hold refs to them.

v0.10.18rc1

Toggle v0.10.18rc1's commit message
bumped the API version to 0.10.18.