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 10 hours
ago. based on code collected
about 10 hours
ago.
Aug 08, 2024 — Aug 08, 2025
Showing page 122 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add autodiscovery support for Debian Lenny.
Piotr Sikora
More...
over 14 years ago
more README tweaks.
agentzh (章亦春)
More...
over 14 years ago
documented that you can only write to an nginx variable in Lua when you have predefined it outside at config time. also documented an interesting work-around for set_by_lua to return multiple values to multiple nginx variables at the same time.
agentzh (章亦春)
More...
over 14 years ago
marked those lua interfaces only available in content_by_lua.
agentzh (章亦春)
More...
over 14 years ago
renamed ngx.utc_time() to ngx.time(), and canceled the old ngx.time() functionality. also renamed ngx.strtime() to ngx.localtime(), and ngx.utc_strtime() to ngx.utctime().
agentzh (章亦春)
More...
over 14 years ago
removed trailing spaces in README.
agentzh (章亦春)
More...
over 14 years ago
more README tweaks.
agentzh (章亦春)
More...
over 14 years ago
fixed an english wording error.
agentzh (章亦春)
More...
over 14 years ago
fixed ThinkPad spec in the Performance section.
agentzh (章亦春)
More...
over 14 years ago
minor README fixes.
agentzh (章亦春)
More...
over 14 years ago
fixed english wording in Known Issues.
agentzh (章亦春)
More...
over 14 years ago
more README tweaks.
agentzh (章亦春)
More...
over 14 years ago
more README tweaks.
agentzh (章亦春)
More...
over 14 years ago
states that subrequests are completely different from HTTP 301/302 redirection and internal redirection.
agentzh (章亦春)
More...
over 14 years ago
more README tweaks.
agentzh (章亦春)
More...
over 14 years ago
more wording tweaks in README.
agentzh (章亦春)
More...
over 14 years ago
minor wording tweaks in README.
agentzh (章亦春)
More...
over 14 years ago
explains how nginx subrequests work and what it can do.
agentzh (章亦春)
More...
over 14 years ago
documented the "args" option for ngx.location.capture().
agentzh (章亦春)
More...
over 14 years ago
implemented the "args" option for ngx.location.capture.
agentzh (章亦春)
More...
over 14 years ago
tweaked the docs for ngx.redirect().
agentzh (章亦春)
More...
over 14 years ago
implemented, tested, and documented the new ngx.redirect(uri, status) method for Lua.
agentzh (章亦春)
More...
over 14 years ago
documented the share_all_vars option for ngx.location.capture in README.
agentzh (章亦春)
More...
over 14 years ago
added a share_all_vars option to ngx.location.capture to resume the old behavior of sharing all variables among parent and sub requests.
agentzh (章亦春)
More...
over 14 years ago
now we do not share variables by default.
agentzh (章亦春)
More...
over 14 years ago
removed ngx.throw_error from the documentation.
agentzh (章亦春)
More...
over 14 years ago
more README love.
agentzh (章亦春)
More...
over 14 years ago
implemented ngx.utc_strtime() and ngx.time().
agentzh (章亦春)
More...
over 14 years ago
further renamed ngx.utc_now to ngx.utc_time, and ngx.now to ngx.strnow per Piotr's suggestion.
agentzh (章亦春)
More...
over 14 years ago
renamed ngx.time further to ngx.utc_now.
agentzh (章亦春)
More...
over 14 years ago
←
1
2
…
118
119
120
121
122
123
124
125
126
…
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