Skip to content

Tags: codehunte/lua-nginx-module

Tags

v0.7.3

Toggle v0.7.3's commit message
documented the new shdict:get_keys() API. also bumped version to 0.7.3.

v0.7.2

Toggle v0.7.2's commit message
bumped version to 0.7.2.

v0.7.1

Toggle v0.7.1's commit message
docs: massive wording improvements from Dayo. also bumped version to …

…0.7.1.

v0.7.1rc1

Toggle v0.7.1rc1's commit message
bugfix: ngx.re.gsub() might throw out the "attempt to call a string v…

…alue" exception when the "replace" argument is a Lua function and the subject string is large. thanks Zhu Maohai for reporting this issue.

v0.7.0

Toggle v0.7.0's commit message
docs: documented the new ngx.thread API. also fixed the __newindex me…

…tamethod definition for catching writes to undeclared global varaibles in a Lua module.

v0.6.10

Toggle v0.6.10's commit message
bumped version to 0.6.10.

v0.6.9

Toggle v0.6.9's commit message
bumped version to 0.6.9.

v0.6.8

Toggle v0.6.8's commit message
bumped version to 0.6.8.

v0.6.7

Toggle v0.6.7's commit message
bumped version to 0.6.7.

v0.6.7rc1

Toggle v0.6.7rc1's commit message
minor coding style fixes in the lua/luajit bytecode loader.