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

550 Коммитов

Автор SHA1 Сообщение Дата
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
Yichun Zhang (agentzh) 73884588f6 doc: bumped version to 0.9.12. 2014-09-02 20:48:16 -07:00
Yichun Zhang (agentzh) ffe7b34de7 doc: added more discussions for the potential race conditions in worker-level changeable data sharing to the "Data Sharing within an Nginx Worker" section. thanks Jon Keys for asking. 2014-09-02 12:24:03 -07:00
Yichun Zhang (agentzh) 9688c645ba doc: documented the behavior in the case that one does not call close() nor setkeepalive() in a cosocket object's lifetime. thanks Bogdan Irimia for asking. 2014-08-22 11:43:40 -07:00
Yichun Zhang (agentzh) e2aef6d038 doc: bumped version to 0.9.11; also claimed that we work with nginx 1.7.4. 2014-08-16 13:36:35 -07:00
Yichun Zhang (agentzh) 4c19852c0d doc: typo fix. 2014-08-15 12:19:44 -07:00
Yichun Zhang (agentzh) 05e2ad61f2 doc: removed the SSL cosocket item from the TODO list. 2014-08-07 19:17:35 -07:00
Yichun Zhang (agentzh) e482cdab37 doc: more clarification in the docs for the res.truncated flag returned by ngx.location.capture(). thanks Jon Keys for asking. 2014-08-06 12:02:56 -07:00
Yichun Zhang (agentzh) 2b40b44dcd doc: documented the new SSL cosocket feature. 2014-08-05 16:11:39 -07:00
Yichun Zhang (agentzh) 45cb4feb1f doc: added missing method name "get_keys" under "ngx.shared.DICT" and also fixed the method order. thanks George Bashi for the patch in #404. 2014-08-05 11:49:45 -07:00
Yichun Zhang (agentzh) 66c45338ca doc: markdown: fixed the "Back to TOC" links for the sections ("Nginx API for Lua" and "Directives") with inlined TOC. thanks Pierre-Yves Gérardy and Simon Eskildsen for the reports in #370 and #399, respectively. 2014-07-19 13:39:31 -07:00
Yichun Zhang (agentzh) e4e0f4b37b doc: improved the wording in the "Lua Coroutine Yielding/Resuming" section. thanks Hungpu DU for the report in #394. 2014-07-15 15:52:13 -07:00
Yichun Zhang (agentzh) d380c975ba doc: improved the wording of the documentation for ngx.req.clear_header() to prevent ambiguity. thanks Christophe-Marie Duquesne for the report in #393. 2014-07-11 12:32:13 -07:00
Yichun Zhang (agentzh) cee6659f63 doc: documented that the standard coroutine API is now available in the context of header_filter_by_lua* and body_filter_by_lua*. 2014-07-10 15:05:56 -07:00
Yichun Zhang (agentzh) 1238bdd9fd doc: documented the NGX_LUA_NO_FFI_API C macro. 2014-07-10 14:57:24 -07:00
Yichun Zhang (agentzh) 76c70010b8 doc: fixed a wrong statement regarding require() in the "Lua Variable Scope" section. thanks Hungpu DU for the report in #390. 2014-07-10 11:36:16 -07:00
Yichun Zhang (agentzh) 6929e7de92 doc: documented the behavior of init_by_lua* when lua_code_cache is off. 2014-07-09 11:37:01 -07:00
Yichun Zhang (agentzh) cea9ee2cd2 doc: bumped version to 0.9.10. 2014-07-08 13:47:41 -07:00
Yichun Zhang (agentzh) 6b8ca4a35e doc: typo fix. 2014-07-04 19:40:43 -07:00
Yichun Zhang (agentzh) c29f33adf1 doc: documented the NGX_LUA_USE_ASSERT and NGX_LUA_ABORT_AT_PANIC C macros. 2014-07-04 18:08:39 -07:00
Yichun Zhang (agentzh) 24953436fc doc: documented the new full-duplex stream cosocket feature. 2014-06-30 21:21:03 -07:00
Yichun Zhang (agentzh) f408dd51a9 doc: documented the ngx.thread.kill() API function. 2014-06-30 21:10:13 -07:00
Yichun Zhang (agentzh) 0950973adc doc: bumped version to 0.9.9. also states that we work with nginx 1.7.2. 2014-06-30 21:04:52 -07:00
Yichun Zhang (agentzh) 06b7476b27 doc: added performance notes to the sections for ngx.var and ngx.ctx. 2014-06-05 14:33:28 -07:00
Yichun Zhang (agentzh) 7a20b07705 doc: fixed a typo. 2014-06-03 13:33:48 -07:00
Yichun Zhang (agentzh) ab8bd1b022 doc: documented the values can be passed to the timer callback function. 2014-06-03 12:54:15 -07:00