openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
lua-nginx-module
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 06, 2024 — Aug 06, 2025
Showing page 124 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
implemented the response headers support in ngx.location.capture.
agentzh (章亦春)
More...
over 14 years ago
documented that keys in ngx.header.HEADER will be matched case-insentively.
agentzh (章亦春)
More...
over 14 years ago
added a failing test for $arg_v not defiled side-effect bug.
agentzh (章亦春)
More...
over 14 years ago
minor optimizations by specifying pre-allocated item count in lua_createtable.
agentzh (章亦春)
More...
over 14 years ago
improved the error message: "content_by_lua prematurely ended" => "content_by_lua aborted".
agentzh (章亦春)
More...
over 14 years ago
now we make print in Lua use the ngx.NOTICE log level.
agentzh (章亦春)
More...
almost 15 years ago
renamed ngx.throw_error to ngx.exit. the former is now deprecated.
agentzh (章亦春)
More...
almost 15 years ago
updated .gitignore.
agentzh (章亦春)
More...
almost 15 years ago
now we make "print" use the debug log level and the "lua print: " prefix.
agentzh (章亦春)
More...
almost 15 years ago
confirmed that we work with 0.8.53.
agentzh (章亦春)
More...
almost 15 years ago
now we cached the ndk.set_var.DIRECTIVE lua closure to eliminate config directive lookup at every call.
agentzh (章亦春)
More...
almost 15 years ago
eliminate allocating "hv" on the heap to reduce runtime cost.
agentzh (章亦春)
More...
almost 15 years ago
now we also escape "=" in ngx.escape_uri.
agentzh (章亦春)
More...
almost 15 years ago
now we allow ngx.throw_error(0).
agentzh (章亦春)
More...
almost 15 years ago
fixed typos in error messages.
agentzh (章亦春)
More...
almost 15 years ago
avoid using newlines in closure factory wrapper code to ensure the line numbers in error messages are correct.
agentzh (章亦春)
More...
almost 15 years ago
documented ndk.set_var.DIRECTIVE interface.
agentzh (章亦春)
More...
almost 15 years ago
checked in 018-ndk.t for ndk.set_var.xxx testing.
agentzh (章亦春)
More...
almost 15 years ago
added static for clarity.
agentzh (章亦春)
More...
almost 15 years ago
minor style fixes in 006-escape.t.
agentzh (章亦春)
More...
almost 15 years ago
now we also escape / in ngx.escape_uri.
agentzh (章亦春)
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
agentzh (章亦春)
More...
almost 15 years ago
implemented and documented and tested ngx.exec to named locations.
agentzh (章亦春)
More...
almost 15 years ago
fixed a typo in README.
agentzh (章亦春)
More...
almost 15 years ago
now we allow overriding multi-value headers.
agentzh (章亦春)
More...
almost 15 years ago
documented the multi-value header setting feature.
agentzh (章亦春)
More...
almost 15 years ago
implemented multi-value header setting.
agentzh (章亦春)
More...
almost 15 years ago
states that ngx.exec never returns.
agentzh (章亦春)
More...
almost 15 years ago
documented how to clear a response header.
agentzh (章亦春)
More...
almost 15 years ago
documented ngx.header.xxx, ngx.exec, and ngx.status in README.
agentzh (章亦春)
More...
almost 15 years ago
←
1
2
…
120
121
122
123
124
125
126
127
128
…
131
132
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree