Skip to content

Tags: dirkfeytons/lua-nginx-module

Tags

v0.5.0rc28

Toggle v0.5.0rc28's commit message
removed dead code found by Simon Liu.

v0.5.0rc27

Toggle v0.5.0rc27's commit message
now we call ngx_http_lua_socket_finalize in cosocket:setkeepalive() t…

…o help buffer reuse.

v0.5.0rc26

Toggle v0.5.0rc26's commit message
optimize: now ngx.log is much faster when the log level argument is l…

…ower than the actual error_log level specified in nginx.conf. thanks Matthieu Tourne for providing the patch.

v0.5.0rc25

Toggle v0.5.0rc25's commit message
bugfix: cosocket connections from the connection pool might lead to s…

…egfaults if it is not used immediately. thanks xukaifu for reporting this as github issue openresty#108.

v0.5.0rc24

Toggle v0.5.0rc24's commit message
updated docs to reflect recent changes (documented the ngx.HTTP_OPTIO…

…NS constant).

v0.5.0rc23

Toggle v0.5.0rc23's commit message
bugfix: certain compilers might complain about missing declarations f…

…or types like int8_t. now we explicitly included stdint.h. thanks runner-mei for reporting it in github issue openresty#98.

v0.5.0rc22

Toggle v0.5.0rc22's commit message
cosocket: various optimizations in timeout handling. this gives about…

… 2.5+% performance boost in some benchmarks using lua-resty-redis and lua-resty-mysql.

v0.5.0rc21

Toggle v0.5.0rc21's commit message
updated docs to reflect recent changes.

v0.5.0rc20

Toggle v0.5.0rc20's commit message
fixed a coding style issue: we did not declare C variables at the beg…

…inning of the current code block in ngx_http_lua_del_thread, reported by runner-mei in github issue openresty#93.

v0.5.0rc19

Toggle v0.5.0rc19's commit message
updated docs to reflect recent changes.