An open API service providing commit metadata for open source projects.

GitHub / github/lua-nginx-module / commits

SHA Message Author Date Stats
fd76e196 bumped the ABI version to 0.9.20. Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
049feaff a follow-up fix for #611. Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
94f68bef bugfix: bogus nginx.conf parse failure "Lua code block missing the "}" charac... Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
2b930872 bugfix: bogus "subrequests cycle" errors might occur with nginx 1.9.5+ due to... Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
1fae2892 Revert "tweaked .gitattributes a bit more." Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
4ab39919 develper build script: disabled the spdy module since it is already removed. Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
fe50cff3 tweaked .gitattributes a bit more. Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
2fa55e86 added a .gitattributes file to correct GitHub's language tag. Yichun Zhang (agentzh) <a****h@g****m> over 10 years ago
7b1ff62c bumped version to 0.9.19. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
905d7d0f bugfix: using quotes inside a pair of long brackets might lead to parse failu... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
c3177427 doc: ngx.var: documented the values for undefined and uninitialized nginx var... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
ea334350 doc: bumped version to 0.9.18. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
f8e1a7ae doc: emphasized that we target NGINX's HTTP subsystem in this module. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
4e897529 bugfix: use line comments inside a pair of long brackets might lead to parse ... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
809c6743 bugfix: fixed errors and warnings with C compilers without variadic macro sup... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
ec86ade2 bumped the API version to 0.9.18. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
9fb2948c feature: now we support LuaJIT 2 on Windows (in the form of lua51.dll). Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
4a9d4b11 bugfix: subrequest response status codes between the range 100 .. 299 (inclus... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
2f65b0ff bugfix: we might return the wrong shm zone in the public C API function ngx_h... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
2cbeb0c5 doc: bumped version to 0.9.17. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
04a57a1d doc: fixed a typo. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
e5c01f3d doc: use *_by_lua_block {} in the examples in Synopsis; also updated the TODO... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
9afe2066 documented the log_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
acc82399 documented the body_filter_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
d76317b6 documented the header_filter_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
51be770a documented the access_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
2ba17fd1 documented the rewrite_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
37167ce5 documented the content_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
def5d550 documented the init_worker_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
8daa9a67 doc: use proper wiki syntax. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
0025a982 documented the init_by_lua_block {} directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
95dd9cd6 documented the set_by_lua_block directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
bf9436ad tests: removed a bogus test case for set_by_lua_block. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
195baff5 feature: implemented the set_by_lua_block directive. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
effd1d1d fixed the test serial numbers in t/028-req-header.t. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
62e31a3f bugfix: fixed typos due to copy&paste mistakes in some error messages. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
cecc0e78 bugfix: setting builtin request header Upgrade via ngx.req.set_header and etc... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
1d640d6e a followup fix for commit c96625866. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
b948841c bugfix: setting builtin request headers Depth, Destination, Overwrite, and Da... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
c9662586 refactor: reordered the request header entries in the ngx_http_lua_set_handle... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
da089df2 doc: updated the wiki file to reflect recent changes. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
31153927 tests: removed the useless "use lib" directives from the Perl test files. tha... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
8b32f361 feature: initial fixes when being used with the new ngx_http_v2 module since ... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
8a0a3e47 doc: nginx 1.9.3 is compatible. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
bccf4dab bugfix: the user specified ./configure's --with-cc-opt and --with-ld-opt migh... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
ec4076ef reverted the last commit. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
e8010979 skipped test cases that do not make sense for the "check leaks" testing mode. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
bec51155 fixed line numbers in 132-lua-blocks.t. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
a688d5a0 doc: a code example misses a "return". thanks YuanSheng Wang for the patch in... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
b5de0c2f bugfix: fixed one -Wmaybe-uninitialized warning when compiling with gcc -Os. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
6b558cd4 feature: implemented the *_by_lua_block {...} directives that do not require ... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
7e415bbb optimize: fixed the hash-table initial sizes of the cosocket metatables. ops.dev.cn <o****n@g****m>
Committed by: Yichun Zhang (agentzh) <a****h@g****m>
almost 11 years ago
c93567d7 doc: more typo fixes from Lance Li in #565. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
74aecfe7 doc: typo fixes from Lance Li in #564. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
1885b4d2 doc: typo fixes from Lance Li in #562. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
82698830 doc: added links to more lua-resty-* libraries. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
a05e1eb5 bugfix: use of shared dicts resulted in (unwanted) registrations of shared di... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
14f2b88b bumped the API version to 0.9.17. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
b6189f87 fixed the test plan. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
69d1a698 bugfix: if a 3rd-party module calls ngx_http_conf_get_module_srv_conf to fetc... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
ee30b7ce doc: updated the wiki format to reflect recent changes. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
73bdb539 merge Merge pull request #546 from doujiang24/doc Yichun Zhang <a****h@g****m> almost 11 years ago
3043b716 doc fix: ngx.exit is not disabled within header_filter_by_lua doujiang24 <d****4@g****m> almost 11 years ago
ea195bd8 typo fixes in recently added test cases. Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
b661ff10 bugfix: the if_unmodified_since "shortcut" field in ngx_http_headers_in_t was... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
2979422c merge Merge branch 'master' of github.com:openresty/lua-nginx-module Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
bc0d6192 bugfix: ngx.req.clear_header/ngx.req.set_header: we did not update the shortc... Yichun Zhang (agentzh) <a****h@g****m> almost 11 years ago
5e458431 doc: typo fix from Lance Li. Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
cc2df46d minor doc tweaks. Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
5399898e bugfix: setting Content-Type response values including "; charset=xxx" via th... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
a22bfb94 merge Merge branch 'master' of github.com:openresty/lua-nginx-module Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
7087978d fixed SSL cosocket tests with google https in non-US regions. Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
a7857abf merge Merge pull request #538 from tatsuyafw/fix-typo Yichun Zhang <a****h@g****m> about 11 years ago
6d45420d Fix typo: use a double quote instead of a single quote Tatsuya Hoshino <t****7@g****m> about 11 years ago
b8fc6c58 tests: disabled the test cases exercising multiple http {} blocks since this ... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
7e201d75 merge Merge pull request #535 from doujiang24/typofix Yichun Zhang <a****h@g****m> about 11 years ago
336ed3f5 typo fix in debug log doujiang24 <d****4@g****m> about 11 years ago
1bf0757a merge Merge branch 'master' of github.com:openresty/lua-nginx-module Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
289d86b3 valgrind.suppress: suppressed a false positive in the latest version of glibc... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
51a311c0 removed the old util/build.sh script and also added notes as comments to util... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
f67aefc9 bugfix: we might miss the linker option -ldl when we shouldn't. Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
91ff51fa bugfix: access nonexistent fields in the "ngx" table in init_by_lua* could le... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
ec3f150c doc: bumped version number to 0.9.16. Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
b59129ff doc: fixed a bug in an example where both rewrite_by_lua and content_by_lua p... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
721fff24 bugfix: fixed compiler warnings at least with gcc 4.7 and clang 3.5. this reg... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
601044eb bugfix: ngx.resp.get_headers(): some built-in headers were not accessible via... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
9e0503b0 bugfix: raw downstream cosockets did not support full-deplexing. thanks avira... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
0be13207 fixed buggy test cases stuck on request body reading, which were exposed by t... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
6fa6e97c bugfix: we did not always discard the request body if the user Lua handlers d... Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
255d40b1 fixed a test case for Mac OS X. Yichun Zhang (agentzh) <a****h@g****m> about 11 years ago
5b35451c doc: fixed the context for the lua_need_request_body directive. thanks Tatsuh... agentzh (章亦春) <a****h@g****m> over 11 years ago
f4e13111 feature: fixed compilation failures with nginx 1.9.0. thanks Charles R. Portw... agentzh (章亦春) <a****h@g****m> over 11 years ago
847bc0f4 minor fixes in doc. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
76dc20d4 merge Merge pull request #486 from itpp16/patch-3 Yichun Zhang <a****h@g****m> over 11 years ago
1db65c10 Update ddebug.h itpp16 <i****o@e****l> over 11 years ago
42d62e4b doc: mentioned the "auth_request", "add_before_body", and "add_after_body" di... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
0fff5888 more coding style fixes in function declarations. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
edad9bb0 fixed a test case to reflect recent changes in lua-resty-core. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
3eadb55c more coding style fixes. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
65b65bfd minor coding style fixes. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago

← Back to repository