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

575 Коммитов

Автор SHA1 Сообщение Дата
Yichun Zhang (agentzh) 9afe2066a0 documented the log_by_lua_block {} directive. 2015-10-27 11:55:17 +08:00
Yichun Zhang (agentzh) acc8239910 documented the body_filter_by_lua_block {} directive. 2015-10-27 11:52:49 +08:00
Yichun Zhang (agentzh) d76317b62a documented the header_filter_by_lua_block {} directive. 2015-10-27 11:48:09 +08:00
Yichun Zhang (agentzh) 51be770acd documented the access_by_lua_block {} directive. 2015-10-27 11:45:05 +08:00
Yichun Zhang (agentzh) 2ba17fd197 documented the rewrite_by_lua_block {} directive. 2015-10-27 11:27:35 +08:00
Yichun Zhang (agentzh) 37167ce58a documented the content_by_lua_block {} directive. 2015-10-27 11:24:50 +08:00
Yichun Zhang (agentzh) def5d55008 documented the init_worker_by_lua_block {} directive. 2015-10-27 11:21:22 +08:00
Yichun Zhang (agentzh) 0025a9827a documented the init_by_lua_block {} directive. 2015-10-27 11:17:01 +08:00
Yichun Zhang (agentzh) 95dd9cd617 documented the set_by_lua_block directive. 2015-10-27 11:03:42 +08:00
Yichun Zhang (agentzh) 8a0a3e4706 doc: nginx 1.9.3 is compatible. 2015-10-06 11:01:00 +08:00
Yichun Zhang (agentzh) a688d5a068 doc: a code example misses a "return". thanks YuanSheng Wang for the patch in #572. 2015-09-28 10:47:19 +08:00
Yichun Zhang (agentzh) c93567d704 doc: more typo fixes from Lance Li in #565. 2015-09-13 12:14:46 +08:00
Yichun Zhang (agentzh) 74aecfe720 doc: typo fixes from Lance Li in #564. 2015-09-10 21:23:18 +08:00
Yichun Zhang (agentzh) 1885b4d299 doc: typo fixes from Lance Li in #562. 2015-09-10 11:56:51 +08:00
Yichun Zhang (agentzh) 8269883035 doc: added links to more lua-resty-* libraries. 2015-09-09 16:36:19 +08:00
Yichun Zhang 73bdb53911 Merge pull request #546 from doujiang24/doc
doc fix: ngx.exit is not disabled within header_filter_by_lua
2015-08-21 22:48:45 +08:00
doujiang24 3043b71631 doc fix: ngx.exit is not disabled within header_filter_by_lua 2015-08-18 22:52:03 +08:00
Yichun Zhang (agentzh) 5e45843126 doc: typo fix from Lance Li. 2015-08-12 17:54:56 +08:00
Yichun Zhang (agentzh) cc2df46d42 minor doc tweaks. 2015-08-12 17:16:19 +08:00
Tatsuya Hoshino 6d45420d4d Fix typo: use a double quote instead of a single quote 2015-07-27 23:49:48 +09:00
Yichun Zhang (agentzh) ec3f150cc1 doc: bumped version number to 0.9.16. 2015-06-22 20:33:26 +08:00
Yichun Zhang (agentzh) b59129ff6e doc: fixed a bug in an example where both rewrite_by_lua and content_by_lua produce response outputs. thanks fengidri for the report in #460. 2015-06-22 20:32:22 +08:00
agentzh (章亦春) 5b35451cd1 doc: fixed the context for the lua_need_request_body directive. thanks Tatsuhiko Kubo for the patch in #492. 2015-05-08 13:11:20 +08:00
Yichun Zhang (agentzh) 847bc0f47e minor fixes in doc. 2015-04-09 21:23:52 -07:00
Yichun Zhang (agentzh) 42d62e4b7b doc: mentioned the "auth_request", "add_before_body", and "add_after_body" directives in the section "Locations Configured by Subrequest Directives of Other Modules". 2015-04-03 18:34:37 -07:00
Yichun Zhang (agentzh) ac48bd2b67 doc: added new section "Obsolete Sections" to hold renamed or removed documentation sections so as to keep links valid over the web. thanks Dayo Akanji for the suggestion. 2015-03-15 14:27:53 -07:00
Yichun Zhang (agentzh) 5fa6ff1b64 Updated docs.
* added a note on possible uninitialized variables for short-circuited
  requests. thanks Simon Eskildsen for the patch in #456.
* renamed the section "Special PCRE Sequences" to "Special Escaping
  Sequences".
2015-03-10 13:11:45 -07:00
Yichun Zhang (agentzh) 6222f0c53d feature: ngx.encode_base64: added support for the "no_padding" boolean argument to disable padding when a true value is specified. thanks Shuxin Yang for the patch. 2015-03-09 15:44:18 -07:00
Yichun Zhang (agentzh) 8f6790de7d doc: fixed the code sample for ngx.redirect() to reflect recent changes there. thanks Zi Lin for the report. 2015-02-24 16:42:04 -08:00
Yichun Zhang (agentzh) 4388b1e483 doc: bumped version to 0.9.15; also stated that we work with nginx 1.7.10. 2015-02-18 15:29:39 -08:00
Yichun Zhang (agentzh) 23c2ceae40 doc: emphasized the capability of using nginx variables in the Lua file path in content_by_lua_file/rewrite_by_lua_file/access_by_lua_file. 2015-01-23 12:15:33 -08:00
Yichun Zhang (agentzh) cea0699a57 updated the copyright years. 2015-01-21 14:24:58 -08:00
Yichun Zhang (agentzh) 20d968bc8f doc: bumped version to 0.9.14. 2015-01-21 14:19:24 -08:00
Yichun Zhang (agentzh) 93a056c846 doc: typo fix from lneto in #451. 2015-01-20 12:16:44 -08:00
Yichun Zhang (agentzh) a05073d715 doc: typo fix from Harold via #446. 2015-01-06 11:17:54 -08:00
Yichun Zhang (agentzh) f24a96b80a doc: added two more TODO items. 2014-12-07 21:45:22 -08:00
Yichun Zhang (agentzh) cd01e7b985 doc: updated our TODO list. 2014-12-07 21:23:03 -08:00
Yichun Zhang (agentzh) 452640db94 doc: ngx.var: named more readonly nginx builtin variables, as per adamonduty's request in #440. 2014-12-05 16:22:48 -08:00
Yichun Zhang (agentzh) b3a3e5ea28 doc: fixed some formatting issues in markdown. 2014-12-04 14:34:08 -08:00
Yichun Zhang (agentzh) 4c633dd346 doc: added a warning for the "share_all_vars" option for ngx.location.capture*. 2014-12-03 16:52:51 -08:00
Yichun Zhang (agentzh) 7a97d09024 doc: bumped version to 0.9.13 and also claimed the compatibility with nginx cores up to 1.7.7. 2014-11-21 21:09:29 -08:00
Yichun Zhang (agentzh) 60c64cc144 doc: documented the 0-delay timer workaround for contexts where cosockets are not available (yet). also documented the "connection in dubious state" error message for tcpsock:setkeepalive(). 2014-11-03 11:37:04 -08:00
Yichun Zhang (agentzh) 3c1918df8d bugfix: ngx.get_phase() does not work in the context of init_worker_by_lua*. 2014-10-28 21:38:06 -07:00
Yichun Zhang (agentzh) da31a5e653 doc: documented that ngx.exit() is enabled in the context of ngx.timer.* callbacks. 2014-10-28 17:24:02 -07:00
Yichun Zhang (agentzh) db428bfc6d doc: added a new section, "Cocockets Not Available Everywhere", under the "Known Issues" section. 2014-10-23 17:38:21 -07:00
Yichun Zhang (agentzh) 9ea909bae2 doc: typo fix from e路相扶. 2014-10-10 17:54:07 -07:00
Yichun Zhang (agentzh) 0162afd715 doc: fixed some broken in-page links, as reported by smallfish in #421. 2014-10-09 16:22:40 -07:00
Yichun Zhang (agentzh) cc9e738a72 doc: various wording improvements and link fixes from Dayo Akanji. 2014-10-09 16:10:41 -07:00
Yichun Zhang (agentzh) 14fbf40317 doc: made clarification about ngx.exec() requested by Dayo Akanji. 2014-09-16 12:43:09 -07:00
Yichun Zhang (agentzh) e9139a954b doc: typo fix from tianchaijz in #419. 2014-09-15 12:03:51 -07:00