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

93 Коммитов

Автор SHA1 Сообщение Дата
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
agentzh (章亦春) 82ff13ad11 more README love. 2010-11-18 21:24:48 +08:00
agentzh (章亦春) 1c1b04550d implemented ngx.utc_strtime() and ngx.time(). 2010-11-18 21:24:24 +08:00
agentzh (章亦春) cbc0ca96c7 further renamed ngx.utc_now to ngx.utc_time, and ngx.now to ngx.strnow per Piotr's suggestion. 2010-11-18 20:44:20 +08:00
agentzh (章亦春) fa9f606ce7 renamed ngx.time further to ngx.utc_now. 2010-11-18 20:11:53 +08:00
agentzh (章亦春) 8a06613c7d documented that ngx.now() returns local time while ngx.time() returns GMT time. 2010-11-18 20:02:07 +08:00
agentzh (章亦春) ad2b41ff65 renamed ngx.get_today() to ngx.today(), ngx.get_now() to ngx.now(), and ngx.get_now_ts() to ngx.time(). 2010-11-18 20:00:55 +08:00
agentzh (章亦春) 9ecb1f0730 minor formatting fixes in README. 2010-11-18 19:41:10 +08:00
agentzh (章亦春) f901a4064f documented ngx.get_today(), ngx.get_now(), ngx.get_now_ts(), and ngx.cookie_time(t) in README. 2010-11-18 19:39:46 +08:00
agentzh (章亦春) a4b8f98d3d added a link to chaoslawful's wiki page for ngx_lua. 2010-11-18 10:58:04 +08:00
agentzh (章亦春) 76507f452d minor README tweaks. 2010-11-18 10:56:29 +08:00
agentzh (章亦春) b41e7dd962 removed non-GET method support in ngx.location.capture from the TODO list in README. 2010-11-16 21:20:33 +08:00
agentzh (章亦春) 1b87f64b0b documented the option arg for ngx.location.capture as well as the "method" and "body" options. 2010-11-16 20:55:29 +08:00