0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add autodiscovery support for Debian Lenny. More... over 14 years ago
more README tweaks. 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. More... over 14 years ago
marked those lua interfaces only available in content_by_lua. 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(). More... over 14 years ago
removed trailing spaces in README. More... over 14 years ago
more README tweaks. More... over 14 years ago
fixed an english wording error. More... over 14 years ago
fixed ThinkPad spec in the Performance section. More... over 14 years ago
minor README fixes. More... over 14 years ago
fixed english wording in Known Issues. More... over 14 years ago
more README tweaks. More... over 14 years ago
more README tweaks. More... over 14 years ago
states that subrequests are completely different from HTTP 301/302 redirection and internal redirection. More... over 14 years ago
more README tweaks. More... over 14 years ago
more wording tweaks in README. More... over 14 years ago
minor wording tweaks in README. More... over 14 years ago
explains how nginx subrequests work and what it can do. More... over 14 years ago
documented the "args" option for ngx.location.capture(). More... over 14 years ago
implemented the "args" option for ngx.location.capture. More... over 14 years ago
tweaked the docs for ngx.redirect(). More... over 14 years ago
implemented, tested, and documented the new ngx.redirect(uri, status) method for Lua. More... over 14 years ago
documented the share_all_vars option for ngx.location.capture in README. 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. More... over 14 years ago
now we do not share variables by default. More... over 14 years ago
removed ngx.throw_error from the documentation. More... over 14 years ago
more README love. More... over 14 years ago
implemented ngx.utc_strtime() and ngx.time(). More... over 14 years ago
further renamed ngx.utc_now to ngx.utc_time, and ngx.now to ngx.strnow per Piotr's suggestion. More... over 14 years ago
renamed ngx.time further to ngx.utc_now. More... over 14 years ago