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
about 9 hours
ago. based on code collected
about 9 hours
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 125 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
implemented ngx.exec for Lua.
agentzh (章亦春)
More...
almost 15 years ago
removed C++ style line comments.
agentzh (章亦春)
More...
almost 15 years ago
more style fixes.
agentzh (章亦春)
More...
almost 15 years ago
coding style fixes.
agentzh (章亦春)
More...
almost 15 years ago
repeat_each(2) in 016-headers.t.
agentzh (章亦春)
More...
almost 15 years ago
checked in the test file 016-headers.t
agentzh (章亦春)
More...
almost 15 years ago
implemented the ngx.header.foo API for Lua to set/add/clear response headers.
agentzh (章亦春)
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
agentzh (章亦春)
More...
almost 15 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module
agentzh (章亦春)
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.
agentzh (章亦春)
More...
almost 15 years ago
merged marcus' modification; updated ndk depedency
Wang Xiaozhe
More...
almost 15 years ago
Update ndk_md5_hash() to work with updated NDK
Marcus Clyne
More...
almost 15 years ago
force enabling NGX_OPENSSL_MD5 to solve weird complation issues.
agentzh (章亦春)
More...
almost 15 years ago
turned off ddebug.
agentzh (章亦春)
More...
almost 15 years ago
renamed 011-bugs.t to 014-bugs.t
agentzh (章亦春)
More...
almost 15 years ago
tweaked kindy's patch for base64/md5_bin/get_today etc a bit. and pfree aggressively to prevent leaking
agentzh (章亦春)
More...
almost 15 years ago
added: ngx.now() ngx.now_ts() ~ timestamp ngx.md5_bin(s) ngx.base64_encode(s) ngx.base64_decode(s)
kindy lin
More...
almost 15 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module
agentzh (章亦春)
More...
almost 15 years ago
checked in t/011-bugs.t.
agentzh (章亦春)
More...
almost 15 years ago
updated config; updated dependency
Wang Xiaozhe
More...
almost 15 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module
agentzh (章亦春)
More...
almost 15 years ago
fixed ngx.quote_sql_str which should put the surrounding quotes.
agentzh (章亦春)
More...
almost 15 years ago
removed unused readme file
Wang Xiaozhe
More...
almost 15 years ago
removed skip tag for ngx_http_auth_request tests
Wang Xiaozhe
More...
almost 15 years ago
modified build script; modified installation section of readme
Wang Xiaozhe
More...
almost 15 years ago
complement the directive documents
Wang Xiaozhe
More...
almost 15 years ago
removed finished job: read request body
Wang Xiaozhe
More...
almost 15 years ago
added lua_need_request_body directive to force reading request body; modified tests prefix
Wang Xiaozhe
More...
almost 15 years ago
fixed log level signess mismatch
Wang Xiaozhe
More...
almost 15 years ago
fix readme typo
Wang Xiaozhe
More...
almost 15 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
130
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