Yichun Zhang (agentzh)
|
a9e0111fe9
|
doc: moved important sections to the front. thanks Pierre-Yves Gérardy for the patch in #371.
|
2014-05-30 13:43:15 -07:00 |
Yichun Zhang (agentzh)
|
4f0be44f75
|
doc: added more explanation for some user FAQs.
|
2014-05-22 12:45:44 -07:00 |
Yichun Zhang (agentzh)
|
32960150ff
|
minor doc love.
|
2014-05-22 11:37:16 -07:00 |
Yichun Zhang (agentzh)
|
506728da23
|
doc: fixed the links to ngx_rewrite in the "set_by_lua" section.
|
2014-04-30 12:24:55 -07:00 |
Yichun Zhang (agentzh)
|
39d3e74cbc
|
updated docs to reflect recent changes.
|
2014-04-30 12:20:54 -07:00 |
Yichun Zhang (agentzh)
|
e52a2631ec
|
doc: now we have tested with nginx 1.5.12; also put the 0.9.7 release date.
|
2014-04-06 17:04:11 -07:00 |
Yichun Zhang (agentzh)
|
bec802ea9c
|
bumped version to 0.9.6.
|
2014-03-20 13:18:51 -07:00 |
Yichun Zhang (agentzh)
|
e5eefed328
|
updated docs to reflect the change in commit 382c7201 .
|
2014-03-20 12:51:40 -07:00 |
Yichun Zhang (agentzh)
|
97d9162338
|
updated docs for the 0.9.5 release.
|
2014-03-12 15:50:02 -07:00 |
Yichun Zhang (agentzh)
|
e0c5d58f20
|
doc: typo fix in a code sample for ngx.req.get_post_args(). thanks Evan for the patch in #344.
|
2014-03-04 12:16:19 -08:00 |
Yichun Zhang (agentzh)
|
48af6433b6
|
doc: documented the new ngx.config.nginx_configure() function.
|
2014-02-28 17:40:02 -08:00 |
Yichun Zhang (agentzh)
|
f862915839
|
doc: documented the ngx.resp.get_headers() API function.
|
2014-02-26 15:47:27 -08:00 |
Yichun Zhang (agentzh)
|
eab56942ac
|
doc: fixed a typo in the doc for coroutine.yield(). thanks Ruoshan Huang for the report.
|
2014-02-18 12:04:32 -08:00 |
Yichun Zhang (agentzh)
|
f7db5fddb8
|
doc: fixed linkrot of mod_lua. thanks Tatsuhiko Kubo for the patch in #336.
|
2014-02-13 12:11:16 -08:00 |
Yichun Zhang (agentzh)
|
df7bf56af9
|
doc: documented the new ngx.worker.pid() API.
|
2014-02-05 12:25:59 -08:00 |
Yichun Zhang (agentzh)
|
2c4534ab26
|
test: now we require the ngx_lua_upstream module for the test suite.
|
2014-01-26 18:02:11 -08:00 |
Yichun Zhang (agentzh)
|
096e2ff8ed
|
doc: updated the "TODO" section to reflect recent changes.
|
2014-01-26 17:58:43 -08:00 |
Yichun Zhang (agentzh)
|
1d85a61f64
|
doc: mentioned ngx.timer.at for doing background jobs in ngx.eof's documentation.
|
2014-01-23 19:18:24 -08:00 |
Yichun Zhang (agentzh)
|
c5c8a12812
|
doc: markdown formatting fixes from Peter Cawley in #326.
|
2014-01-23 19:14:32 -08:00 |
Yichun Zhang (agentzh)
|
7e96a2dda6
|
doc: typo fix from Zheng Ping.
|
2014-01-19 19:49:01 -08:00 |
Yichun Zhang (agentzh)
|
bbaa57d2a8
|
doc: added a code example for init_worker_by_lua.
|
2014-01-12 16:49:29 -08:00 |
Yichun Zhang (agentzh)
|
484e7df2f2
|
doc: documented init_worker_by_lua and init_worker_by_lua_file. also updated the copyright years.
|
2014-01-12 13:22:13 -08:00 |
Yichun Zhang (agentzh)
|
6169a191d1
|
documented the 5th optional argument, "res_table", for ngx.re.match().
|
2014-01-10 15:13:54 -08:00 |
Yichun Zhang (agentzh)
|
eb43c9c7de
|
doc: fixed the year. it is 2014 now :)
|
2014-01-10 15:01:46 -08:00 |
Yichun Zhang (agentzh)
|
388094027a
|
updated docs to reflect recent changes.
|
2014-01-10 14:56:00 -08:00 |
Yichun Zhang (agentzh)
|
a4323aab82
|
shdict: improved the error handling a bit and also increased the tests' code coverage.
|
2014-01-04 19:58:30 -08:00 |
Yichun Zhang (agentzh)
|
c50f3cd3cc
|
doc: documented that the coroutine.* API can be used in init_by_lua since 0.9.2. thanks Ruoshan Huang for the reminder.
|
2013-12-30 11:49:15 -08:00 |
Yichun Zhang (agentzh)
|
4f2b35ddbe
|
doc: bumped version to 0.9.3 and also stated that we work with nginx 1.4.4.
|
2013-12-14 13:29:06 -08:00 |
Yichun Zhang (agentzh)
|
31e2212797
|
doc: documented the new behavior regarding zero-delay timers upon nginx worker process exiting.
|
2013-12-11 17:40:44 -08:00 |
Yichun Zhang (agentzh)
|
6e4a22b523
|
doc: documented the ngx.worker.exiting() API.
|
2013-12-11 17:33:57 -08:00 |
Yichun Zhang (agentzh)
|
02abcec8a6
|
doc: minor formatting fixes in the markdown version.
|
2013-12-11 11:46:36 -08:00 |
Yichun Zhang (agentzh)
|
4eade06890
|
doc: tweaked the wording for lua_code_cache a bit more.
|
2013-12-01 18:58:53 -08:00 |
Yichun Zhang (agentzh)
|
80944815ab
|
doc: updated the docs for lua_code_cache to reflect recent changes.
|
2013-11-30 15:01:24 -08:00 |
Yichun Zhang (agentzh)
|
5d7e08ce01
|
documented the new "nth" argument for ngx.re.find.
|
2013-11-26 19:48:05 -08:00 |
Yichun Zhang (agentzh)
|
014de9d9b6
|
doc: typo fix from Zheng Ping.
|
2013-11-25 11:13:59 -08:00 |
Yichun Zhang (agentzh)
|
e5f63816bf
|
doc: more formatting tweaks.
|
2013-11-22 13:44:39 -08:00 |
Yichun Zhang (agentzh)
|
55623aca75
|
doc: fixed regressions in the markdown version.
|
2013-11-22 13:39:12 -08:00 |
Yichun Zhang (agentzh)
|
f5b78fc808
|
doc: markdown: removed unnecessary indentation from code samples.
|
2013-11-22 13:30:49 -08:00 |
Yichun Zhang (agentzh)
|
159be4c9b8
|
doc: documented how to link against a static library (or object file archive) consisting of (many) compiled Lua module files.
|
2013-11-22 13:27:33 -08:00 |
Yichun Zhang (agentzh)
|
736fce1ad4
|
doc: added new section "Statically Linking Pure Lua Modules".
|
2013-11-19 20:46:33 -08:00 |
Yichun Zhang (agentzh)
|
5cb9d9d48c
|
doc: mention LuaJIT 2.1 wherever we mention LuaJIT 2.0.
|
2013-11-19 20:13:06 -08:00 |
Yichun Zhang (agentzh)
|
86a08bab42
|
documented the new ngx.config.nginx_version and ngx.config.ngx_lua_version API.
|
2013-11-15 12:53:31 -08:00 |
Yichun Zhang (agentzh)
|
93bc3c505a
|
updated docs to reflect the new support for loading LuaJIT 2.1 bytecode directly.
|
2013-11-12 17:30:08 -08:00 |
Yichun Zhang (agentzh)
|
d516e4e31a
|
bumped version to 0.9.2.
|
2013-11-06 12:05:58 -08:00 |
Yichun Zhang (agentzh)
|
229a22142c
|
documented the new ngx.config.prefix() API function.
|
2013-11-06 11:45:47 -08:00 |
Yichun Zhang (agentzh)
|
1bedc5d4c8
|
ngx.re.find now returns a single nil value when no match is found.
|
2013-11-05 14:55:52 -08:00 |
Yichun Zhang (agentzh)
|
2d6cf5c7f9
|
documented the new ngx.re.find API function.
|
2013-11-05 13:46:37 -08:00 |
Yichun Zhang (agentzh)
|
f5944933b9
|
updated docs to reflect recent changes.
|
2013-11-04 16:00:52 -08:00 |
Yichun Zhang (agentzh)
|
c99ebeb4de
|
documented the new lua_use_default_type directive.
|
2013-10-29 12:58:35 -07:00 |
Yichun Zhang (agentzh)
|
a95851bb18
|
doc: updated the docs for ngx.req.socket(raw) to reflect the recent change that allows reading raw request body data directly.
|
2013-10-29 12:05:54 -07:00 |