Граф коммитов

105 Коммитов

Автор SHA1 Сообщение Дата
agentzh (章亦春) f2541c2d57 minor edits. 2011-01-12 18:34:44 +08:00
agentzh (章亦春) ee1cb7dd66 added a more complicated sample for access_by_phase. 2011-01-12 18:33:30 +08:00
Wang Xiaozhe 84131c0fd0 resolved conflictions 2011-01-12 13:26:19 +08:00
agentzh (章亦春) a910ced9de fixed test cases for earlier versions of nginx. 2011-01-12 13:14:09 +08:00
Wang Xiaozhe 1660f57316 updated test requirements 2011-01-12 11:57:30 +08:00
Wang Xiaozhe 0745d1e936 modified doc to reflect *_file directives' change 2011-01-12 02:57:59 +08:00
Wang Xiaozhe c689ef5141 Merge branch 'master' of github.com:chaoslawful/lua-nginx-module 2011-01-12 02:45:44 +08:00
Wang Xiaozhe 4ba628259a allow using nginx vars in *_by_lua_file directives 2011-01-12 02:43:59 +08:00
agentzh (章亦春) 4d153cbae2 updated the Installation section. 2011-01-11 17:14:45 +08:00
agentzh (章亦春) e9502dd238 now we no longer emit anything (even special bufs) after eof. 2011-01-10 16:46:53 +08:00
agentzh (章亦春) 80bb55a3e9 updated the year list in the copyright notice. 2011-01-09 21:23:21 +08:00
agentzh (章亦春) 92381c521c edited my names in README. 2011-01-09 21:22:13 +08:00
agentzh (章亦春) 57d1f80cf3 rewritten the HTTP 1.0 handling section in README. we can actually automatically generate a Content-Length header for HTTP 1.0 requests. 2011-01-09 20:54:30 +08:00
agentzh (章亦春) f2374de190 fixed a typo in README. 2011-01-09 20:32:44 +08:00
agentzh (章亦春) 69527323ab added a section in HTTP 1.0 outputs to README. 2011-01-09 20:30:27 +08:00
agentzh (章亦春) 44bbe7068d applied a modified version of neilljordan 's patch to add support for multi-value response headers returned from subrquests. 2011-01-08 16:24:34 +08:00
agentzh (章亦春) 077ee1a4da documented that access_by_lua* also supports lua_need_request_body. 2011-01-07 19:49:43 +08:00
agentzh (章亦春) 417e3a7602 added a sample for mixing rewrite_by_lua_file, access_by_lua_file, and content_by_lua_file. 2011-01-07 19:24:03 +08:00
agentzh (章亦春) 02f32dd21b added more sample configs to Synopsis section. 2011-01-07 18:52:03 +08:00
agentzh (章亦春) 20e919d612 access_by_lua and access_by_lua_file are passing tests now. 2011-01-07 18:37:46 +08:00
agentzh (章亦春) 51971a48f3 added compatibility notes regarding 0.9.x. 2011-01-07 14:56:13 +08:00
agentzh (章亦春) f5187bff39 specified which context a specific lua nginx API is available, like being available in rewrite_by_lua and content_by_lua. 2011-01-06 16:15:41 +08:00
agentzh (章亦春) 77a036c5a7 documented that rewrite_by_lua will NOT work with nginx 0.8.41 ~ 0.8.53. 2011-01-06 12:46:00 +08:00
agentzh (章亦春) 3a25d18663 documented the current behavior of the "lua_need_request_body" directive. 2011-01-05 21:13:01 +08:00
agentzh (章亦春) 18df04491f 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. 2011-01-05 20:08:19 +08:00
agentzh (章亦春) 65ef4ca5ef fixed compatibility issues with nginx 0.7.x but still rewrite_by_lua does not work with 0.7.x. 2011-01-04 15:39:37 +08:00
agentzh (章亦春) 2d37ba51d8 now we use the 2-clause bsd license. 2010-12-17 17:20:59 +08:00
Wang Xiaozhe bc1c2d63a1 added notes about using luajit under 64-bit darwin os; updated ndk depedency 2010-12-13 10:50:29 +08:00
agentzh (章亦春) 967557e8d6 more README tweaks. 2010-11-26 23:11:21 +08:00
agentzh (章亦春) 18588a5608 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. 2010-11-26 23:09:26 +08:00
agentzh (章亦春) d4e72a9c23 marked those lua interfaces only available in content_by_lua. 2010-11-26 16:26:56 +08:00
agentzh (章亦春) ae3ae2e7fd 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(). 2010-11-25 21:30:53 +08:00
agentzh (章亦春) a348f369b5 removed trailing spaces in README. 2010-11-22 14:50:39 +08:00
agentzh (章亦春) ec5a8bc61e more README tweaks. 2010-11-22 14:33:52 +08:00
agentzh (章亦春) 561a722984 fixed an english wording error. 2010-11-22 14:32:59 +08:00
agentzh (章亦春) 0e0f1e5303 fixed ThinkPad spec in the Performance section. 2010-11-22 14:26:28 +08:00
agentzh (章亦春) 93186ff6e6 minor README fixes. 2010-11-22 12:03:56 +08:00
agentzh (章亦春) 0558182387 fixed english wording in Known Issues. 2010-11-22 11:50:43 +08:00
agentzh (章亦春) d7693625b3 more README tweaks. 2010-11-22 11:44:31 +08:00
agentzh (章亦春) 70bba9064b more README tweaks. 2010-11-22 11:44:06 +08:00
agentzh (章亦春) a7b79f070b states that subrequests are completely different from HTTP 301/302 redirection and internal redirection. 2010-11-22 11:43:26 +08:00
agentzh (章亦春) d88aa2b076 more README tweaks. 2010-11-22 11:41:28 +08:00
agentzh (章亦春) 7415b527ef more wording tweaks in README. 2010-11-22 11:40:31 +08:00
agentzh (章亦春) 1fce2771fb minor wording tweaks in README. 2010-11-22 11:39:05 +08:00
agentzh (章亦春) 46642db583 explains how nginx subrequests work and what it can do. 2010-11-22 11:38:19 +08:00
agentzh (章亦春) e870cad23c documented the "args" option for ngx.location.capture(). 2010-11-22 11:33:34 +08:00
agentzh (章亦春) 74f541f5b1 tweaked the docs for ngx.redirect(). 2010-11-20 19:32:07 +08:00
agentzh (章亦春) 32c3686a15 implemented, tested, and documented the new ngx.redirect(uri, status) method for Lua. 2010-11-20 19:26:36 +08:00
agentzh (章亦春) d98a147780 documented the share_all_vars option for ngx.location.capture in README. 2010-11-18 22:46:17 +08:00
agentzh (章亦春) 8eb0d80101 removed ngx.throw_error from the documentation. 2010-11-18 21:27:22 +08:00