agentzh (章亦春)
|
ea24c93c82
|
documented ngx.HTTP_GATEWAY_TIMEOUT and also included edits from Nginx User.
|
2011-12-02 17:27:09 +08:00 |
agentzh (章亦春)
|
9cbf7c3762
|
docs: massive documentation improvements. thanks Nginx User.
|
2011-11-29 22:19:04 +08:00 |
agentzh (章亦春)
|
28ae78f0e0
|
updated docs to reflect recent changes.
|
2011-11-25 21:22:41 +08:00 |
agentzh (章亦春)
|
6b8c2d8a21
|
more docs love.
|
2011-11-24 22:10:01 +08:00 |
agentzh (章亦春)
|
4626334810
|
updated the docs to reflect recent changes. thanks Nginx User for polishing the documentation a lot.
|
2011-11-24 22:04:32 +08:00 |
agentzh (章亦春)
|
5fcb1a7b8b
|
updated docs to reflect recent changes.
|
2011-11-22 23:02:02 +08:00 |
agentzh (章亦春)
|
c43d510fb9
|
updated docs to reflect recent changes. thanks Nginx User.
|
2011-11-21 22:51:46 +08:00 |
agentzh (章亦春)
|
4572801361
|
massive documentation improvements. thanks Nginx User.
|
2011-11-17 16:51:38 +08:00 |
agentzh (章亦春)
|
fa5cafdcff
|
updated docs to reflect recent changes.
|
2011-11-09 16:59:40 +08:00 |
agentzh (章亦春)
|
82c566aaed
|
confirmed that we work with nginx 1.0.9.
|
2011-11-04 16:44:14 +08:00 |
agentzh (章亦春)
|
860199f994
|
updated docs to reflect recent changes.
|
2011-11-04 15:28:11 +08:00 |
agentzh (章亦春)
|
1eb73d67c1
|
updated docs to reflect recent changes.
|
2011-10-27 18:16:20 +08:00 |
agentzh (章亦春)
|
9c26604bf4
|
documented the shared dictionary API.
|
2011-10-26 15:03:10 +08:00 |
agentzh (章亦春)
|
b9d28596d1
|
now we support 0 expiration time to denote infinite expiration time in shared_dict set. and it is default to 0 when the set method does not take an "expire" argument.
|
2011-10-25 22:35:04 +08:00 |
agentzh (章亦春)
|
5973268d3a
|
updated docs and turned off ddebug.
|
2011-10-24 12:04:09 +08:00 |
agentzh (章亦春)
|
b25d06b326
|
improved the README file's formatting.
|
2011-10-22 13:04:30 +08:00 |
agentzh (章亦春)
|
8eef13e10b
|
updated docs to reflect recent changes regarding the request body API.
|
2011-10-21 22:18:02 +08:00 |
agentzh (章亦春)
|
a0a9fb49a2
|
documented the new APIs: ngx.req.read_body(), ngx.req.discard_body(), ngx.req.get_body_data(), and ngx.req.get_body_file(); also improved the coding style and the test suite a bit.
|
2011-10-19 16:53:14 +08:00 |
agentzh (章亦春)
|
6c1c1666b0
|
now we prohibit use of true jump argument in ngx.req.set_uri() in contexts other than rewrite_by_lua and rewrite_by_lua_file. a lua exception will be thrown if the context is incorrect.
|
2011-10-16 21:41:26 +08:00 |
agentzh (章亦春)
|
6ff491bd19
|
now we change the ngx.req.set_uri() API a bit by changing the optional argument "break_cycle" to "jump". so now it will not trigger location jump by default (because "jump" argument is false by default) and in case "jump" is given true, the function will re-search locations and jump to the new location and never return.
|
2011-10-16 19:00:37 +08:00 |
agentzh (章亦春)
|
6be7dad626
|
added more complex samples to the docs for ngx.req.set_uri().
|
2011-10-16 11:08:56 +08:00 |
agentzh (章亦春)
|
89dcc5b8d3
|
documented the new APIs ngx.req.set_uri() and ngx.req.set_uri_args(). thanks Vladimir Protasov (utros) and Nginx User for suggesting this feature in github issue #62 and the nginx mailing list, respectively.
|
2011-10-16 10:32:17 +08:00 |
agentzh (章亦春)
|
f72eb473cb
|
documented that rewrite phase Lua code will be skipped if location re-lookup is triggered by the standard ngx_rewrite module's rewrite directive. thanks Nginx User.
|
2011-10-16 10:08:02 +08:00 |
agentzh (章亦春)
|
0bb8899566
|
updated docs to reflect recent changes.
|
2011-10-16 07:00:40 +08:00 |
agentzh (章亦春)
|
8f84964193
|
fixed the download page links in docs.
|
2011-10-13 11:29:55 +08:00 |
agentzh (章亦春)
|
e5b8c8f46e
|
bugfix: calling ngx.exec() to jump to a named location did not clear the context object of ngx_lua properly and might cause evil problems. thanks Nginx User.
|
2011-10-13 11:08:57 +08:00 |
agentzh (章亦春)
|
65e4759651
|
updated docs to state that we work with nginx 1.0.8 and 1.1.5.
|
2011-10-09 16:00:38 +08:00 |
agentzh (章亦春)
|
0727d20dd5
|
documented the ngx.crc32_short and ngx.crc32_long methods.
|
2011-09-23 15:42:17 +08:00 |
agentzh (章亦春)
|
6800229f00
|
documented the new feature that ngx.exec accepts a Lua table as its "args" argument value.
|
2011-09-23 00:01:14 +08:00 |
agentzh (章亦春)
|
60a8b4a614
|
documented the new ngx.headers_sent API.
|
2011-09-22 23:29:05 +08:00 |
agentzh (章亦春)
|
87f360c9f3
|
fixed doc formatting issues.
|
2011-09-22 15:34:29 +08:00 |
agentzh (章亦春)
|
f5c7c9d1d9
|
updated docs from wiki.
|
2011-09-22 15:31:43 +08:00 |
agentzh (章亦春)
|
f147ba4e94
|
rewording the doc for ngx.exit a bit.
|
2011-09-15 09:13:26 +08:00 |
agentzh (章亦春)
|
ac24af7f0e
|
documented the way to output error pages with custom dynamic bodies in Lua. thanks rik1083.
|
2011-09-15 09:05:40 +08:00 |
agentzh (章亦春)
|
71993f12ae
|
documented the reading ngx.header.HEADER feature.
|
2011-09-13 10:43:32 +08:00 |
agentzh (章亦春)
|
71fba5afba
|
updated the documentation from wiki.nginx.org.
|
2011-09-08 15:57:43 +08:00 |
agentzh (章亦春)
|
dd0d4d0966
|
releng work for v0.3.0.
|
2011-09-02 16:16:55 +08:00 |
agentzh (章亦春)
|
eb666c15b1
|
marked nginx APIs available in the context of header_filter_by_lua* in the docs.
|
2011-09-01 19:51:05 +08:00 |
agentzh (章亦春)
|
644b1da68c
|
added more tests for header_filter_by_lua (confirmed that various APIs are properly injected).
|
2011-09-01 19:47:48 +08:00 |
agentzh (章亦春)
|
d41f205df3
|
updated docs in markdown and plain text accordingly.
|
2011-08-28 13:13:10 +08:00 |
agentzh (章亦春)
|
4355225aa1
|
fixed a small formatting nit in the docs.
|
2011-08-27 23:49:33 +08:00 |
agentzh (章亦春)
|
8e91a6a050
|
documented the new "o" regex option for the ngx.re.* API, as well as the new lua_regex_cache_max_entries directive.
|
2011-08-27 23:24:56 +08:00 |
agentzh (章亦春)
|
2097cef560
|
Revert "bumped the version number."
This reverts commit de284ea913 .
|
2011-08-26 16:49:02 +08:00 |
agentzh (章亦春)
|
de284ea913
|
bumped the version number.
|
2011-08-26 16:47:32 +08:00 |
agentzh (章亦春)
|
6381eba76d
|
splitted source lines exceeding 80 cols and also updated the docs from the wiki page.
|
2011-08-26 16:44:27 +08:00 |
agentzh (章亦春)
|
3ef84e0f8e
|
updated docs to reflect recent changes.
|
2011-08-26 09:57:45 +08:00 |
agentzh (章亦春)
|
16aa083ca9
|
fixed < and > symbols in the markdown docs.
|
2011-08-25 19:16:54 +08:00 |
agentzh (章亦春)
|
3ce0b7a241
|
updated links in the doc.
|
2011-08-25 12:46:56 +08:00 |
agentzh (章亦春)
|
188cd41039
|
documented the new ngx.re.gsub function.
|
2011-08-24 17:53:31 +08:00 |
agentzh (章亦春)
|
2be93496f7
|
documented the optional "ctx" table argument to ngx.re.match.
|
2011-08-24 12:44:24 +08:00 |