Skip to content

Tags: lifei3/lua-nginx-module

Tags

v0.9.20

Toggle v0.9.20's commit message
fixed a C compiler warning on FreeBSD introduced in the previous commit. 

v0.9.20rc3

Toggle v0.9.20rc3's commit message
bugfix: fixed a compiler warning on type mismatch when dtrace USDT is… … enabled in the build.

v0.9.20rc2

Toggle v0.9.20rc2's commit message
bugfix: fixed compiler warnings "comparison between signed and unsign… …ed integer expressions" on Windows.

v0.9.20rc1

Toggle v0.9.20rc1's commit message
bugfix: fixed a potential data alignment issue in the ngx.var setter … …API.

v0.9.19

Toggle v0.9.19's commit message
bumped version to 0.9.19. 

v0.9.18

Toggle v0.9.18's commit message
doc: bumped version to 0.9.18. 

v0.9.18rc1

Toggle v0.9.18rc1's commit message
bumped the API version to 0.9.18. 

v0.9.17

Toggle v0.9.17's commit message
doc: bumped version to 0.9.17. 

v0.9.17rc1

Toggle v0.9.17rc1's commit message
bugfix: the user specified ./configure's --with-cc-opt and --with-ld-… …opt might override the LUAJIT_INC/LUAJIT_LIB and LUA_INC/LUA_LIB environment settings. thanks Julian Gonggrijp for the report in openresty/openresty#117.

v0.9.16

Toggle v0.9.16's commit message
bugfix: we might miss the linker option -ldl when we shouldn't.