Yichun Zhang (agentzh)
|
fd76e196a8
|
bumped the ABI version to 0.9.20.
|
2015-11-28 19:53:43 +08:00 |
Yichun Zhang (agentzh)
|
049feaffd0
|
a follow-up fix for #611.
|
2015-11-25 20:35:46 +08:00 |
Yichun Zhang (agentzh)
|
94f68befa3
|
bugfix: bogus nginx.conf parse failure "Lua code block missing the "}" character" might happen when there are many Lua code blocks inlined. thanks Andreas Lubbe for the report and test case in #611.
|
2015-11-25 20:19:25 +08:00 |
Yichun Zhang (agentzh)
|
2b93087210
|
bugfix: bogus "subrequests cycle" errors might occur with nginx 1.9.5+ due to the recent changes in the nginx core.
|
2015-11-25 12:15:39 +08:00 |
Yichun Zhang (agentzh)
|
1fae289285
|
Revert "tweaked .gitattributes a bit more."
This reverts commit fe50cff389 .
|
2015-11-25 11:35:00 +08:00 |
Yichun Zhang (agentzh)
|
4ab399199a
|
develper build script: disabled the spdy module since it is already removed.
|
2015-11-24 22:36:38 +08:00 |
Yichun Zhang (agentzh)
|
fe50cff389
|
tweaked .gitattributes a bit more.
|
2015-11-23 23:05:19 +08:00 |
Yichun Zhang (agentzh)
|
2fa55e8638
|
added a .gitattributes file to correct GitHub's language tag.
|
2015-11-23 23:05:02 +08:00 |
Yichun Zhang (agentzh)
|
7b1ff62c21
|
bumped version to 0.9.19.
|
2015-11-11 17:49:24 +08:00 |
Yichun Zhang (agentzh)
|
905d7d0f04
|
bugfix: using quotes inside a pair of long brackets might lead to parse failures. this is similar to the issue reported by Dejiang Zhu in #596.
|
2015-11-09 12:19:37 +08:00 |
Yichun Zhang (agentzh)
|
c317742742
|
doc: ngx.var: documented the values for undefined and uninitialized nginx variables. thanks Sean Johnson for asking for this explanation in #595.
|
2015-11-05 19:57:27 +08:00 |
Yichun Zhang (agentzh)
|
ea33435022
|
doc: bumped version to 0.9.18.
|
2015-11-04 22:42:39 +08:00 |
Yichun Zhang (agentzh)
|
f8e1a7ae78
|
doc: emphasized that we target NGINX's HTTP subsystem in this module.
|
2015-11-04 21:24:34 +08:00 |
Yichun Zhang (agentzh)
|
4e897529d7
|
bugfix: use line comments inside a pair of long brackets might lead to parse failures. thanks Dejiang Zhu for the patch in #596.
|
2015-11-04 17:07:37 +08:00 |
Yichun Zhang (agentzh)
|
809c674327
|
bugfix: fixed errors and warnings with C compilers without variadic macro support.
|
2015-11-01 12:26:32 +08:00 |
Yichun Zhang (agentzh)
|
ec86ade221
|
bumped the API version to 0.9.18.
|
2015-10-30 21:18:22 +08:00 |
Yichun Zhang (agentzh)
|
9fb2948c49
|
feature: now we support LuaJIT 2 on Windows (in the form of lua51.dll).
|
2015-10-30 21:17:28 +08:00 |
Yichun Zhang (agentzh)
|
4a9d4b11fb
|
bugfix: subrequest response status codes between the range 100 .. 299 (inclusive) might get lost in the return values of ngx.location.capture*() calls. thanks Igor Clark for the report.
|
2015-10-30 15:16:09 +08:00 |
Yichun Zhang (agentzh)
|
2f65b0fff0
|
bugfix: we might return the wrong shm zone in the public C API function ngx_http_lua_find_zone(). thanks qlee001 for the report in #589.
|
2015-10-30 14:57:05 +08:00 |
Yichun Zhang (agentzh)
|
2cbeb0c5a8
|
doc: bumped version to 0.9.17.
|
2015-10-27 17:11:14 +08:00 |
Yichun Zhang (agentzh)
|
04a57a1d38
|
doc: fixed a typo.
|
2015-10-27 12:11:32 +08:00 |
Yichun Zhang (agentzh)
|
e5c01f3dc3
|
doc: use *_by_lua_block {} in the examples in Synopsis; also updated the TODO and Special Escaing Sequeneces sections to reflect recent changes.
|
2015-10-27 12:06:50 +08:00 |
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)
|
8daa9a672c
|
doc: use proper wiki syntax.
|
2015-10-27 11:18:38 +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)
|
bf9436adef
|
tests: removed a bogus test case for set_by_lua_block.
|
2015-10-27 10:38:40 +08:00 |
Yichun Zhang (agentzh)
|
195baff55d
|
feature: implemented the set_by_lua_block directive.
|
2015-10-26 16:23:04 +08:00 |
Yichun Zhang (agentzh)
|
effd1d1d5b
|
fixed the test serial numbers in t/028-req-header.t.
|
2015-10-26 16:19:11 +08:00 |
Yichun Zhang (agentzh)
|
62e31a3f25
|
bugfix: fixed typos due to copy&paste mistakes in some error messages.
|
2015-10-26 16:10:29 +08:00 |
Yichun Zhang (agentzh)
|
cecc0e789b
|
bugfix: setting builtin request header Upgrade via ngx.req.set_header and etc might not take effect with some bultin nginx modules.
|
2015-10-21 12:20:21 +08:00 |
Yichun Zhang (agentzh)
|
1d640d6e84
|
a followup fix for commit c96625866 .
|
2015-10-21 11:53:27 +08:00 |
Yichun Zhang (agentzh)
|
b948841c0d
|
bugfix: setting builtin request headers Depth, Destination, Overwrite, and Date via ngx.req.set_header() and etc might not take effect at least with ngx_http_dav_module. thanks Igor Clark for the report.
|
2015-10-21 11:48:24 +08:00 |
Yichun Zhang (agentzh)
|
c96625866b
|
refactor: reordered the request header entries in the ngx_http_lua_set_handlers array to match ngx_http_headers_in in the nginx core.
|
2015-10-21 11:35:18 +08:00 |
Yichun Zhang (agentzh)
|
da089df2d8
|
doc: updated the wiki file to reflect recent changes.
|
2015-10-15 15:44:25 +08:00 |
Yichun Zhang (agentzh)
|
311539270b
|
tests: removed the useless "use lib" directives from the Perl test files. thanks Markus Linnala for the report in #464.
|
2015-10-08 17:13:16 +08:00 |
Yichun Zhang (agentzh)
|
8b32f3616d
|
feature: initial fixes when being used with the new ngx_http_v2 module since nginx 1.9.5. thanks itpp16 for the patch in #569 and #570.
|
2015-10-08 16:52:52 +08:00 |
Yichun Zhang (agentzh)
|
8a0a3e4706
|
doc: nginx 1.9.3 is compatible.
|
2015-10-06 11:01:00 +08:00 |
Yichun Zhang (agentzh)
|
bccf4dab24
|
bugfix: the user specified ./configure's --with-cc-opt and --with-ld-opt might override the LUAJIT_INC/LUAJIT_LIB and LUA_INC/LUA_LIB environment settings. thanks Julian Gonggrijp for the report in openresty/ngx_openresty#117.
|
2015-10-01 16:28:03 +08:00 |
Yichun Zhang (agentzh)
|
ec4076ef3a
|
reverted the last commit.
|
2015-09-30 16:29:10 +08:00 |
Yichun Zhang (agentzh)
|
e801097952
|
skipped test cases that do not make sense for the "check leaks" testing mode.
|
2015-09-30 10:56:58 +08:00 |
Yichun Zhang (agentzh)
|
bec51155f2
|
fixed line numbers in 132-lua-blocks.t.
|
2015-09-30 10:54:44 +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)
|
6b558cd4bd
|
feature: implemented the *_by_lua_block {...} directives that do not require extra escaping when inlining Lua code in nginx.conf.
|
2015-09-26 20:25:36 +08:00 |