0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implemented ngx.exec for Lua. More... almost 15 years ago
removed C++ style line comments. More... almost 15 years ago
more style fixes. More... almost 15 years ago
coding style fixes. More... almost 15 years ago
repeat_each(2) in 016-headers.t. More... almost 15 years ago
checked in the test file 016-headers.t More... almost 15 years ago
implemented the ngx.header.foo API for Lua to set/add/clear response headers. More... almost 15 years ago
implemented 'ngx.status = xxx' and 'my_var = ngx.status' on the Lua land, which is just mapped to nginx core's r->headers_out.status More... almost 15 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module More... almost 15 years ago
nginx core's ngx.escape_uri does not escape the plus sign (+), we now use our patched version of this function. More... almost 15 years ago
merged marcus' modification; updated ndk depedency More... almost 15 years ago
Update ndk_md5_hash() to work with updated NDK More... almost 15 years ago
force enabling NGX_OPENSSL_MD5 to solve weird complation issues. More... almost 15 years ago
turned off ddebug. More... almost 15 years ago
renamed 011-bugs.t to 014-bugs.t More... almost 15 years ago
tweaked kindy's patch for base64/md5_bin/get_today etc a bit. and pfree aggressively to prevent leaking More... almost 15 years ago
added: ngx.now() ngx.now_ts() ~ timestamp ngx.md5_bin(s) ngx.base64_encode(s) ngx.base64_decode(s) More... almost 15 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module More... almost 15 years ago
checked in t/011-bugs.t. More... almost 15 years ago
updated config; updated dependency More... almost 15 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module More... almost 15 years ago
fixed ngx.quote_sql_str which should put the surrounding quotes. More... almost 15 years ago
removed unused readme file More... almost 15 years ago
removed skip tag for ngx_http_auth_request tests More... almost 15 years ago
modified build script; modified installation section of readme More... almost 15 years ago
complement the directive documents More... almost 15 years ago
removed finished job: read request body More... almost 15 years ago
added lua_need_request_body directive to force reading request body; modified tests prefix More... almost 15 years ago
fixed log level signess mismatch More... almost 15 years ago
fix readme typo More... almost 15 years ago