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

354 Коммитов

Автор SHA1 Сообщение Дата
agentzh (Yichun Zhang) b771643dba bumped version number to 0.6.2. 2012-08-22 15:25:54 -07:00
agentzh (Yichun Zhang) e282c1c6c1 bumped version to 0.6.1. 2012-08-19 16:14:01 -07:00
agentzh (Yichun Zhang) 912707780e bumped version to 0.6.0. 2012-08-18 09:17:24 -07:00
agentzh (Yichun Zhang) ce791df20f documented the limitation in the current coroutine.resume() implementation. 2012-08-17 22:44:20 -07:00
agentzh (Yichun Zhang) 2b560d3590 documented the limitation in the current coroutine.status implementation and also included other documentation updates. 2012-08-17 22:41:16 -07:00
agentzh (Yichun Zhang) 347214c055 documented the new user coroutine API and claimed that we work with nginx 1.3.4. also updated the TODO list to reflect recent changes. 2012-08-15 15:33:40 -07:00
agentzh (章亦春) 7b363ee7b2 bumped version to 0.5.14. 2012-08-13 22:22:25 -07:00
agentzh (章亦春) a70c1e4c75 bumped version to 0.5.13. 2012-08-12 11:18:23 -07:00
agentzh (章亦春) 1efea1b3da docs: documented the new lua_socket_log_errors directive and also updated the TODO list. 2012-08-11 11:58:50 -07:00
agentzh (章亦春) 3388d424f6 updated docs to reflect recent changes, especially the new "openresty-en" mailing list for English speakers. 2012-08-04 16:56:24 -07:00
agentzh (章亦春) f0efac25b3 updated the error message in docs to reflect recent changes. 2012-07-30 21:57:17 -07:00
agentzh (章亦春) dfe6202049 bumped version to 0.5.11. 2012-07-30 21:46:33 -07:00
agentzh (章亦春) ef4a8acd75 documented that ngx.req.socket() is required to be called before ngx.req.init_body(). 2012-07-30 17:00:39 -07:00
agentzh (章亦春) db0bebedb6 documented the ngx.req.init_body, ngx.req.append_body, and ngx.req.finish_body APIs; also bumped the version number to 0.5.10. 2012-07-29 23:46:25 -07:00
agentzh (章亦春) 9b3bbf4f8c documented the ngx.get_phase() API. 2012-07-26 14:19:36 -07:00
agentzh (章亦春) bd66f77fe6 bumped version number to 0.5.9 2012-07-26 11:20:41 -07:00
agentzh (章亦春) c25689b93a updated docs and bumped version to 0.5.8. 2012-07-21 10:59:41 -07:00
agentzh (章亦春) 54c0a35490 bumped version to 0.5.7. 2012-07-14 12:32:18 -07:00
agentzh (章亦春) 24fc460b40 documented the new options table argument and the "pool" option for the tcpsock:connect() method. 2012-07-11 12:12:27 -07:00
agentzh (章亦春) 06abbea6b9 documented the UDP/datagram cosocket API. 2012-07-10 13:34:22 -07:00
agentzh (章亦春) 8b1040d259 bumped version number to 0.5.6. 2012-07-09 13:32:05 -07:00
agentzh (章亦春) 06d654b02e documented the ngx.req.get_method() and ngx.req.set_method(method_id) methods. 2012-07-08 12:17:58 -07:00
agentzh (章亦春) 80e86f5540 updated docs to reflect recent changes. 2012-07-08 11:47:50 -07:00
agentzh (章亦春) 166de0c46d updated the TODO list in docs to reflect recent changes. 2012-07-04 21:59:04 -07:00
agentzh (章亦春) 4275482f49 documented the init_by_lua* directives and also bumped version number to 0.5.5. 2012-07-04 13:41:00 -07:00
agentzh (章亦春) a96dd55152 bumped version to 0.5.4. 2012-06-28 16:05:26 -07:00
agentzh (章亦春) 538b97ae92 updated docs to reflect recent changes. 2012-06-25 11:01:51 +08:00
agentzh (章亦春) f73785c643 updated docs to reflect recent changes. 2012-06-22 14:48:34 +08:00
agentzh (章亦春) 7d6547aeb5 docs: added more documentation for the Lua/LuaJIT raw bytecode support. thanks Wayne. 2012-06-18 13:02:40 +08:00
agentzh (章亦春) 37a9fcd87d bumped version number to v0.5.1. 2012-06-16 23:47:02 +08:00
agentzh (章亦春) a8e1f16f06 docs: redocumented the "inclusive" option for the cosocket:receiveuntil method. 2012-06-16 13:27:24 +08:00
agentzh (章亦春) c4d5e3a24d Merge branch 'master' into inclusive 2012-06-16 13:14:17 +08:00
agentzh (章亦春) 2b6c95cfe9 updated README and README.markdown by the tools. 2012-06-15 21:52:15 +08:00
agentzh (章亦春) 5545cfaad5 Merge branch 'master' into inclusive 2012-06-15 13:45:37 +08:00
agentzh (章亦春) 33e62fcf33 docs: documented the body_filter_by_lua* directives and the new bytecode file loading support. 2012-06-14 21:15:47 +08:00
agentzh (章亦春) 1c6280f578 docs: documented the lua_transform_underscores_in_response_headers directive. 2012-06-14 19:29:12 +08:00
agentzh (章亦春) 2a63a168bd docs: added a note for installation with lua 5.1 on ubuntu 11.10. thanks Dan Sosedoff. 2012-06-14 11:47:38 +08:00
agentzh (章亦春) 81964d5a89 bufix: fixed the directive context for set_by_lua and set_by_lua_file. they really work in the contexts "server", "server if", "location", and "location if". thanks Liu Taihua. 2012-06-14 11:44:09 +08:00
agentzh (章亦春) 6183ad4f53 docs: fixed a typo: ngx.now returns time of the resolution of milliseonds, rather than microseconds. thanks Wang Xi. 2012-06-13 14:54:37 +08:00
Matthieu Tourne 172fe05aa7 Merge remote-tracking branch 'upstream/master' into inclusive 2012-06-12 15:07:11 -07:00
agentzh (章亦春) 1ce845313f docs: fixed the sample code for log_by_lua. 2012-06-09 09:58:46 +08:00
agentzh (章亦春) 7292647a75 docs: marked the APIs that are available in the log_by_lua* context. 2012-06-08 21:24:18 +08:00
agentzh (章亦春) ead78b766d bumped version to 0.5.0rc31. 2012-06-08 17:54:45 +08:00
agentzh (章亦春) 1bf725345b updated the docs for log_by_lua and log_by_lua_file. 2012-06-08 16:54:04 +08:00
agentzh (章亦春) 3b1e9aaff7 updated docs to reflect recent changes. 2012-06-07 20:19:41 +08:00
agentzh (章亦春) f9e61f0447 docs: massive wording improvements from the nginx wiki site. thanks Dayo. 2012-06-04 11:48:34 +08:00
Matthieu Tourne 6ab79176d0 Reverting to da5e60c949 2012-05-29 15:53:20 -07:00
Matthieu Tourne 104b80949f Merge remote-tracking branch 'upstream/master' 2012-05-29 11:31:42 -07:00
agentzh (章亦春) 2362917a68 updated docs to reflect changes (including documenting ngx.sleep.) 2012-05-29 16:01:18 +08:00
agentzh (章亦春) 6446ee71b8 documented the rewrite_by_lua_no_postpone directive. 2012-05-28 00:20:43 +08:00