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 11, 2024 — Aug 11, 2025
Showing page 119 of 132
Search / Filter on:
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.
agentzh (章亦春)
More...
over 14 years ago
when subrequest status is 0, assuming 200.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
over 14 years ago
added more test cases for phase postponing.
agentzh (章亦春)
More...
over 14 years ago
added more docs for the Lua code cache.
agentzh (章亦春)
More...
over 14 years ago
updated README to reflect recent changes regarding the lua code cache control.
agentzh (章亦春)
More...
over 14 years ago
added more test cases.
agentzh (章亦春)
More...
over 14 years ago
now we also pre-calculate cache keys for lua file paths that do not contain nginx variables.
agentzh (章亦春)
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.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
over 14 years ago
added more code-cache tests for set_by_lua_file.
agentzh (章亦春)
More...
over 14 years ago
fixed a typo in README.
agentzh (章亦春)
More...
over 14 years ago
documented the new "lua_code_cache" directive.
agentzh (章亦春)
More...
over 14 years ago
now we forcibly flush "package.loaded" for each http request when lua_code_cache is off.
agentzh (章亦春)
More...
over 14 years ago
first cut on the "lua_code_cache off" directive. mostly working but reloading lua modules still needs some work.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
over 14 years ago
minor test code cleanup.
agentzh (章亦春)
More...
over 14 years ago
fixed a typo in README.
agentzh (章亦春)
More...
over 14 years ago
fixed README's wording a bit.
agentzh (章亦春)
More...
over 14 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module
agentzh (章亦春)
More...
over 14 years ago
documented that subrequest issued by ngx.location.capture always inherit all the request headers of the parent request.
agentzh (章亦春)
More...
over 14 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module
Wang Xiaozhe
More...
over 14 years ago
updated todos
Wang Xiaozhe
More...
over 14 years ago
fixed a typo: $LIB_LIB should be $LUA_LIB. thanks Vladislav Manchev.
agentzh (章亦春)
More...
over 14 years ago
fixed -lcrypto library search under /lib for Solaris. ngx_lua should build out of the box there.
agentzh (章亦春)
More...
over 14 years ago
No ONLY in exit.t
agentzh (章亦春)
More...
over 14 years ago
updated config to check openssl and -W,-E support on the fly.
agentzh (章亦春)
More...
over 14 years ago
minor edits.
agentzh (章亦春)
More...
over 14 years ago
added a more complicated sample for access_by_phase.
agentzh (章亦春)
More...
over 14 years ago
checked in auth.t.
agentzh (章亦春)
More...
over 14 years ago
←
1
2
…
115
116
117
118
119
120
121
122
123
…
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