0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 minutes ago. based on code collected 5 minutes ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
access_by_lua and access_by_lua_file are passing tests now. More... over 14 years ago
updated .gitignore. More... over 14 years ago
added compatibility notes regarding 0.9.x. More... over 14 years ago
resolved conflicts More... over 14 years ago
added typecasts to suppress clang warnings More... over 14 years ago
now we return NGX_DONE when ngx_http_read_client_request_body returns NGX_AGAIN in content_by_lua. 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. More... over 14 years ago
documented that rewrite_by_lua will NOT work with nginx 0.8.41 ~ 0.8.53. More... over 14 years ago
massive code layout refactoring. More... over 14 years ago
moved the handler functions out of directive.[ch]. More... over 14 years ago
moved t/024-mixed.t to t/023-rewrite/. More... over 14 years ago
checked in more tests for rewrite_by_lua. More... over 14 years ago
fixed a bug regarding content handler reading request body. More... over 14 years ago
documented the current behavior of the "lua_need_request_body" directive. 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. 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. 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. More... over 14 years ago
rewite_by_lua tests. More... over 14 years ago
sanity.t and subrequest.t for rewrite_by_lua* now passing. More... over 14 years ago
rewrite_by_lua starts passing tests. More... over 14 years ago
coding style fixes. More... over 14 years ago
first cut on rewrite_by_lua support, not there yet. More... over 14 years ago
updated ndk upstream location More... over 14 years ago
updated ndk dep More... over 14 years ago
Merge branch 'master' of github.com:chaoslawful/lua-nginx-module More... over 14 years ago
now we use the 2-clause bsd license. More... over 14 years ago
Add auto-discovery for FreeBSD. More... over 14 years ago
added notes about using luajit under 64-bit darwin os; updated ndk depedency More... over 14 years ago
$ngx_found value cannot be accessed before auto/feature, because it carries-over result from the previous feature check. More... over 14 years ago
added more tests for 500 in subrequests. More... over 14 years ago