0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
now we skip those lua5.1 and luajit2.0's builtin packages while clearing package.loaded when lua_code_cache is off. More... over 14 years ago
when subrequest status is 0, assuming 200. More... over 14 years ago
added a test case to demonstrate how to kill timed out mysql queries and also confirmed that we also work with nginx 0.9.4. More... over 14 years ago
added more test cases for phase postponing. More... over 14 years ago
added more docs for the Lua code cache. More... over 14 years ago
updated README to reflect recent changes regarding the lua code cache control. More... over 14 years ago
added more test cases. More... over 14 years ago
now we also pre-calculate cache keys for lua file paths that do not contain nginx variables. More... over 14 years ago
inlined lua code now calculates the digest key only once at config time, this will save some CPU cycles per request. More... over 14 years ago
now we make use of the new ngx_http_complex_value_t struct and related utility functions provided by the nginx core for nginx variable handling in lua file paths. More... over 14 years ago
added more code-cache tests for set_by_lua_file. More... over 14 years ago
fixed a typo in README. More... over 14 years ago
documented the new "lua_code_cache" directive. More... over 14 years ago
now we forcibly flush "package.loaded" for each http request when lua_code_cache is off. More... over 14 years ago
first cut on the "lua_code_cache off" directive. mostly working but reloading lua modules still needs some work. More... over 14 years ago
now ngx.log and those log level constants are available in the context of set_by_lua and set_by_lua_file. More... over 14 years ago
minor test code cleanup. More... over 14 years ago
fixed a typo in README. More... over 14 years ago
fixed README's wording a bit. More... over 14 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module More... over 14 years ago
documented that subrequest issued by ngx.location.capture always inherit all the request headers of the parent request. More... over 14 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module More... over 14 years ago
updated todos More... over 14 years ago
fixed a typo: $LIB_LIB should be $LUA_LIB. thanks Vladislav Manchev. More... over 14 years ago
fixed -lcrypto library search under /lib for Solaris. ngx_lua should build out of the box there. More... over 14 years ago
No ONLY in exit.t More... over 14 years ago
updated config to check openssl and -W,-E support on the fly. More... over 14 years ago
minor edits. More... over 14 years ago
added a more complicated sample for access_by_phase. More... over 14 years ago
checked in auth.t. More... over 14 years ago