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

247 Коммитов

Автор SHA1 Сообщение Дата
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
Yichun Zhang (agentzh) b6715395c0 doc: bumped version to 0.9.1; also added a new section "System Environment Variable Support". 2013-10-29 11:59:50 -07:00
Yichun Zhang (agentzh) dad8ba3ab8 doc: fixed the context for the lua_package_path and lua_package_cpath directives. thanks duhoobo for the report in #297. 2013-10-17 23:20:31 -07:00
Yichun Zhang (agentzh) bc43c4367a docs: added more explanation on subrequests' request body handling. thanks Jędrzej Nowak for the suggestion. 2013-10-06 16:19:46 -07:00
Yichun Zhang (agentzh) 2063a94b2b docs: bumped version to 0.9.0 and mentioned lua-resty-websocket and lua-resty-lock. 2013-09-29 20:39:13 -07:00
Yichun Zhang (agentzh) eabadd9b22 docs: documented the new ngx.req.socket(true) API, upon which fancy protocols like WebSocket can be implemented. 2013-09-27 13:28:43 -07:00
Yichun Zhang (agentzh) 42567bd245 docs: made the "Test Suite" section up to date (I hope). 2013-09-25 15:03:52 -07:00
Yichun Zhang (agentzh) e78dea9e0f bumped version to 0.8.10. 2013-09-22 14:52:32 -07:00
Yichun Zhang (agentzh) db35efd18d docs: documented more limitations in the current implementation. 2013-09-19 12:27:05 -07:00
Yichun Zhang (agentzh) a98ff5f802 docs: avoided using module() and also recommended the lua-releng tool to locate misuse of Lua globals. 2013-09-18 12:13:43 -07:00
Yichun Zhang (agentzh) a641101a5e bumped version to 0.8.9. 2013-09-15 13:46:28 -07:00
Yichun Zhang (agentzh) 5b7c567cb6 documented the "always_forward_body" option for ngx.location.capture() and ngx.location.capture_multi(). 2013-09-08 16:51:32 -07:00
Yichun Zhang (agentzh) 4c6dc4f7a2 updated docs to reflect recent changes. 2013-09-08 16:15:54 -07:00
Yichun Zhang (agentzh) 138bc9d912 documented the new ngx.config.debug API and also updated docs to reflect other recent changes. 2013-09-02 12:58:33 -07:00
Yichun Zhang (agentzh) 940429a5c6 bumped version to 0.8.6. 2013-08-06 16:21:39 -07:00
Yichun Zhang (agentzh) 87a4f346b8 documented the new "get_stale" method for shdict objects. 2013-08-01 18:07:00 -07:00
Yichun Zhang (agentzh) 424232deb9 updated docs to reflect recent changes. 2013-08-01 18:00:00 -07:00
Yichun Zhang (agentzh) 0d81430914 bumped version to 0.8.5. 2013-07-18 12:53:33 -07:00
Yichun Zhang (agentzh) 4516e5adf9 docs: documented the memory freeing behavior of shdict:flush_all and shdict:flush_expired. 2013-07-17 12:31:15 -07:00
Yichun Zhang (agentzh) f36a35d39f documented the lua_regex_match_limit directive. 2013-07-16 21:46:48 -07:00
Yichun Zhang (agentzh) 8708f604f5 docs: typo fixes in the code sample for body_filter_by_lua. thanks cyberty for reporting this issue as #261. 2013-07-15 12:31:03 -07:00
Yichun Zhang (agentzh) 4656a290b3 docs: bumped version to 0.8.4; also mentioned Nginx Systemtap Toolkit. 2013-07-10 23:09:09 -07:00
Yichun Zhang (agentzh) d8aa2fedac updated docs to reflect recent changes. 2013-06-20 16:02:01 -07:00
agentzh (Yichun Zhang) 39151875d7 updated docs to reflect recent changes. 2013-05-23 12:21:18 -07:00
agentzh (Yichun Zhang) 41e3c2f5b9 docs: documented the new WebDAV request methods; also fixed a small typo. 2013-05-07 13:01:29 -07:00
agentzh (Yichun Zhang) c558c4347b bumped version to 0.8.1. 2013-04-26 12:27:52 -07:00
agentzh (Yichun Zhang) 7695a31e04 documented the new "U" regex option for the ngx.re API. 2013-04-24 16:29:12 -07:00
agentzh (Yichun Zhang) 2aa12ab3df bumped version to 0.8.0. 2013-04-23 12:29:14 -07:00
agentzh (Yichun Zhang) 656551e618 documented ngx.timer.at, lua_max_pending_timers, lua_max_running_timers, and other recent changes. 2013-04-22 17:18:47 -07:00
agentzh (Yichun Zhang) f081f212d3 bumped version to 0.7.21. 2013-04-16 16:17:17 -07:00
agentzh (Yichun Zhang) a414691b8e updated docs to reflect recent changes. 2013-04-09 16:59:46 -07:00
agentzh (Yichun Zhang) d4b8c7d84e bumped version to 0.7.19. 2013-03-27 12:41:19 -07:00
agentzh (Yichun Zhang) 5193cff298 updated docs to reflect recent changes. 2013-03-24 22:15:48 -07:00
agentzh (Yichun Zhang) 4751625f89 Merge branch 'ngx-re-no-exceptions' 2013-03-20 17:06:05 -07:00
agentzh (Yichun Zhang) 3ea32c9693 api-change: the ngx.re.match, ngx.re.gmatch, ngx.re.sub, and ngx.re.gsub functions used to throw Lua exceptions aggressively for all the error conditions; now they return an additonal string describing the error for almost all common errors instead of throwing exceptions, including pcre compile-time and exec-time failures. thanks Matthieu Tourne for requesting this change. 2013-03-17 20:16:05 -07:00
agentzh (Yichun Zhang) 17b349e972 feature: added new methods safe_set and safe_get to ngx.shared.DICT objects, which never override existing unexpired items but immediately return nil and a "no memory" string message when running out of storage. thanks Matthieu Tourne for requesting this. 2013-03-17 17:16:18 -07:00
agentzh (Yichun Zhang) a768a65b25 updated docs to reflect recent changes; also bumped the version number to 0.7.17. 2013-03-11 12:23:08 -07:00
agentzh (Yichun Zhang) 53a46aaef9 docs: made it explicit that redirecting to external domains is also supported in ngx.redirect(). thanks Ron Gomes for asking. 2013-03-06 17:17:52 -08:00
agentzh (Yichun Zhang) c95456c872 feature: implemented the ngx.req.raw_header() function for returning the original raw HTTP protocol header string received by Nginx. thanks Matthieu Tourne for requesting this. 2013-03-06 17:14:12 -08:00
agentzh (Yichun Zhang) 89861df1c3 feature: implemented ngx.req.http_version() that returns the HTTP version number for the current request. thanks Matthieu Tourne for requesting this. 2013-03-05 15:59:57 -08:00