Skip to content

Tags: openresty/lua-resty-lock

Tags

v0.09

Toggle v0.09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
optimize: return setmetatable is NYI. (#30)

---- TRACE 162 abort setmetatable -- NYI: return to lower frame

Verified

This tag was signed with the committer’s verified signature.
thibaultcha Thibault Charbonnier

v0.08rc1

Toggle v0.08rc1's commit message
doc: made it clearer that we depend on lua-resty-core.

v0.07

Toggle v0.07's commit message
bumped version to 0.07.

v0.07rc1

Toggle v0.07rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feature: added new method expire() that can change the TTL of the loc…

…k being held.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>

v0.06

Toggle v0.06's commit message
bumped version to 0.06.

v0.05

Toggle v0.05's commit message
optimize: use branch-free algorithms for variables assignment.

* the new step assignment combines both branches, and also ensures we do
not go over the value of `timeout`, so we avoid a third branch.
* we can avoid checking for step > timeout before the sleep if we take
care of it in `new()`. Further checks are done in the new step
assignment.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>

v0.04

Toggle v0.04's commit message
bumped version to 0.04.

v0.03

Toggle v0.03's commit message
bumped version to 0.03 and also updated docs to reflect recent changes.

v0.02

Toggle v0.02's commit message
bumped version to 0.02.