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
4 minutes
ago. based on code collected
5 minutes
ago.
Aug 13, 2024 — Aug 13, 2025
Showing page 121 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
access_by_lua and access_by_lua_file are passing tests now.
agentzh (章亦春)
More...
over 14 years ago
updated .gitignore.
agentzh (章亦春)
More...
over 14 years ago
added compatibility notes regarding 0.9.x.
agentzh (章亦春)
More...
over 14 years ago
resolved conflicts
Wang Xiaozhe
More...
over 14 years ago
added typecasts to suppress clang warnings
Wang Xiaozhe
More...
over 14 years ago
now we return NGX_DONE when ngx_http_read_client_request_body returns NGX_AGAIN in content_by_lua.
agentzh (章亦春)
More...
over 14 years ago
specified which context a specific lua nginx API is available, like being available in rewrite_by_lua and content_by_lua.
agentzh (章亦春)
More...
over 14 years ago
documented that rewrite_by_lua will NOT work with nginx 0.8.41 ~ 0.8.53.
agentzh (章亦春)
More...
over 14 years ago
massive code layout refactoring.
agentzh (章亦春)
More...
over 14 years ago
moved the handler functions out of directive.[ch].
agentzh (章亦春)
More...
over 14 years ago
moved t/024-mixed.t to t/023-rewrite/.
agentzh (章亦春)
More...
over 14 years ago
checked in more tests for rewrite_by_lua.
agentzh (章亦春)
More...
over 14 years ago
fixed a bug regarding content handler reading request body.
agentzh (章亦春)
More...
over 14 years ago
documented the current behavior of the "lua_need_request_body" directive.
agentzh (章亦春)
More...
over 14 years ago
re-implemented the "lua_need_request_body" directive. now it is both working for rewrite_by_lua and content_by_lua.
agentzh (章亦春)
More...
over 14 years ago
now we postpone rewrite_by_lua to the end of the rewrite phase; also reset ctx in content_by_lua to avoid left-over ctx flags set by rewrite_by_lua to taint our content_by_lua handlers.
agentzh (章亦春)
More...
over 14 years ago
fixed compatibility issues with nginx 0.7.x but still rewrite_by_lua does not work with 0.7.x.
agentzh (章亦春)
More...
over 14 years ago
rewite_by_lua tests.
agentzh (章亦春)
More...
over 14 years ago
sanity.t and subrequest.t for rewrite_by_lua* now passing.
agentzh (章亦春)
More...
over 14 years ago
rewrite_by_lua starts passing tests.
agentzh (章亦春)
More...
over 14 years ago
coding style fixes.
agentzh (章亦春)
More...
over 14 years ago
first cut on rewrite_by_lua support, not there yet.
agentzh (章亦春)
More...
over 14 years ago
updated ndk upstream location
Wang Xiaozhe
More...
over 14 years ago
updated ndk dep
Wang Xiaozhe
More...
over 14 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module
agentzh (章亦春)
More...
over 14 years ago
now we use the 2-clause bsd license.
agentzh (章亦春)
More...
over 14 years ago
Add auto-discovery for FreeBSD.
Piotr Sikora
More...
over 14 years ago
added notes about using luajit under 64-bit darwin os; updated ndk depedency
Wang Xiaozhe
More...
over 14 years ago
$ngx_found value cannot be accessed before auto/feature, because it carries-over result from the previous feature check.
Piotr Sikora
More...
over 14 years ago
added more tests for 500 in subrequests.
agentzh (章亦春)
More...
over 14 years ago
←
1
2
…
117
118
119
120
121
122
123
124
125
…
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