0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implemented the response headers support in ngx.location.capture. More... over 14 years ago
documented that keys in ngx.header.HEADER will be matched case-insentively. More... over 14 years ago
added a failing test for $arg_v not defiled side-effect bug. More... over 14 years ago
minor optimizations by specifying pre-allocated item count in lua_createtable. More... over 14 years ago
improved the error message: "content_by_lua prematurely ended" => "content_by_lua aborted". More... over 14 years ago
now we make print in Lua use the ngx.NOTICE log level. More... almost 15 years ago
renamed ngx.throw_error to ngx.exit. the former is now deprecated. More... almost 15 years ago
updated .gitignore. More... almost 15 years ago
now we make "print" use the debug log level and the "lua print: " prefix. More... almost 15 years ago
confirmed that we work with 0.8.53. More... almost 15 years ago
now we cached the ndk.set_var.DIRECTIVE lua closure to eliminate config directive lookup at every call. More... almost 15 years ago
eliminate allocating "hv" on the heap to reduce runtime cost. More... almost 15 years ago
now we also escape "=" in ngx.escape_uri. More... almost 15 years ago
now we allow ngx.throw_error(0). More... almost 15 years ago
fixed typos in error messages. More... almost 15 years ago
avoid using newlines in closure factory wrapper code to ensure the line numbers in error messages are correct. More... almost 15 years ago
documented ndk.set_var.DIRECTIVE interface. More... almost 15 years ago
checked in 018-ndk.t for ndk.set_var.xxx testing. More... almost 15 years ago
added static for clarity. More... almost 15 years ago
minor style fixes in 006-escape.t. More... almost 15 years ago
now we also escape / in ngx.escape_uri. More... almost 15 years ago
implemented ndk.set_var.DIRECTIVE such that we can invoke directives of other nginx C modules directly from within Lua :D More... almost 15 years ago
implemented and documented and tested ngx.exec to named locations. More... almost 15 years ago
fixed a typo in README. More... almost 15 years ago
now we allow overriding multi-value headers. More... almost 15 years ago
documented the multi-value header setting feature. More... almost 15 years ago
implemented multi-value header setting. More... almost 15 years ago
states that ngx.exec never returns. More... almost 15 years ago
documented how to clear a response header. More... almost 15 years ago
documented ngx.header.xxx, ngx.exec, and ngx.status in README. More... almost 15 years ago