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

GitHub / github/lua-nginx-module / commits

SHA Message Author Date Stats
c9f2b865 follow-up fix for the previous commit. thanks Tatsuhiko Kubo for the patch in... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
9531e5e7 bugfix: removed the dead code for the old NGX_THREADS mode which breaks the n... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
bbc64d40 removed the git submodule deps/ngx_devel_kit because this is just an optional... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
ac48bd2b doc: added new section "Obsolete Sections" to hold renamed or removed documen... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
e7a7079c add no_padding option to ngx_http_lua_ffi_encode_base64 Shuxin Yang <s****6@g****m> over 11 years ago
5fa6ff1b Updated docs. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
e3cda9cb bugfix: fixed compilation failures with very old versions of PCRE, like 4.5. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
054f80f6 bugfix: we might still pick up Lua/LuaJIT headers/libraries in the paths spec... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
6222f0c5 feature: ngx.encode_base64: added support for the "no_padding" boolean argume... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
0f0c2f81 bugfix: we should never automatically set Content-Type on 304 responses. than... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
e086440c bumped the API version to 0.9.16. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
7c37b4bb bugfix: use of ngx_http_image_filter_module might lead to request hang due to... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
3dbb2b00 tests: fixed nondeterminism due to unordered Lua table iterations. thanks Mar... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
b2b061d3 merge Merge pull request #466 from maage/env_lua Yichun Zhang <a****h@g****m> over 11 years ago
ff23175f fix env tests Markus Linnala <M****a@c****m> over 11 years ago
8f6790de doc: fixed the code sample for ngx.redirect() to reflect recent changes there... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
4388b1e4 doc: bumped version to 0.9.15; also stated that we work with nginx 1.7.10. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
f88d4a9f tests: fixed the test plan in 041-header-filter.t. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
dde60620 Revert "bugfix: header_filter_by_lua*: now we ensure we always forward the ex... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
e9fa313f bugfix: header_filter_by_lua*: now we ensure we always forward the exact retu... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
82d0c265 bugfix: using error codes (ngx.ERROR or >=300) in ngx.exit() in header_filter... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
d427d9a1 feature: improved the debugging event logging for timers created by ngx.timer... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
6f63b973 optimize: fixed padding holes in our struct memory layouts for 64-bit systems... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
31265f78 bumped the API version number to 0.9.15. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
05a4a714 bugfix: the value of the Location response header set by ngx.redirect() might... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
8f908775 bugfix: the value of the Location response header set by the ngx.header.HEADE... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
23afdc0b bugfix: lua_shared_dict: use of Lua numbers as the value in shared dict might... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
a0246730 optimize: header_filter_by_lua*: removed a piece of useless code. thanks Zi L... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
23c2ceae doc: emphasized the capability of using nginx variables in the Lua file path ... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
cea0699a updated the copyright years. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
20d968bc doc: bumped version to 0.9.14. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
93a056c8 doc: typo fix from lneto in #451. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
fe0e22d3 bugfix: tcpsock:setkeepalive(): we did not check NULL connection pointers pro... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
a05073d7 doc: typo fix from Harold via #446. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
8e79804e bugfix: ngx.quote_str_str() incorrectly escaped "\026" to "\z" while "\Z" is ... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
bd51d819 added passing test cases for #445. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
39ff3e69 added tests for using the ngx. API functions in the user callback functions f... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
521e4f45 reindexed the tests in t/036-sub.t. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
bc120f9a bugfix: fixed a compiliation error in the timer module when the DDEBUG macro ... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
4cd7644a bugfix: ngx.timer.at: fixed a small memory leak in case of running out of mem... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
c317feea optimize: save our own log ctx for timers. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
c6930f01 tests: fixed a test case which expects 127.0.0.1:53 has nothing to listen on,... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
ac009a24 bugfix: ngx.re.gsub/ngx.re.sub incorrectly swallowed the character right afte... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
af16d1f9 feature: added the Lua global __ngx_cycle which is a lightuserdata holding th... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
f24a96b8 doc: added two more TODO items. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
cd01e7b9 doc: updated our TODO list. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
f9709b6d api: bumped the version number to 0.9.14. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
452640db doc: ngx.var: named more readonly nginx builtin variables, as per adamonduty'... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
b3a3e5ea doc: fixed some formatting issues in markdown. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
4c633dd3 doc: added a warning for the "share_all_vars" option for ngx.location.capture*. Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
7a97d090 doc: bumped version to 0.9.13 and also claimed the compatibility with nginx c... Yichun Zhang (agentzh) <a****h@g****m> over 11 years ago
5d063412 merge Merge branch 'master' of github.com:openresty/lua-nginx-module Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
4720940e fixed some new test failures according to the Amazon EC2 report. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
3085f32e Various improvements in ngx.timer and fake connections/requests. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
e6132eab feature: added nginx configuration file names and line numbers to the rewrite... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
e2268451 Various downstream writing fixes. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
bda5b979 style: minor fixes. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
60c64cc1 doc: documented the 0-delay timer workaround for contexts where cosockets are... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
20bbbfbe bugfix: compilation failed when http ssl is not enabled in the nginx build. t... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
3c1918df bugfix: ngx.get_phase() does not work in the context of init_worker_by_lua*. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
5eb3f8c6 bugfix: tcpsock:sslhandshake(): memory invalid read and/or bogus "lua ssl cer... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
da31a5e6 doc: documented that ngx.exit() is enabled in the context of ngx.timer.* call... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
0846f276 tests: increased the timeout threshold for the test cases involved with expen... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
75eaf078 feature: ngx.flush(true) now returns the "timeout" and "client aborted" error... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
0c33b9e0 feature: ngx.flush(true) can now wait on delayed events due to nginx's limit_... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
a4f8b8ad bugfix: use of "ngx.flush(true)" with the "limit_rate" config directive or th... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
db428bfc doc: added a new section, "Cocockets Not Available Everywhere", under the "Kn... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
1506812a updated valgrind.suppress to suppress a false positive on Amazon Linux i386. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
2fe0d8dd more fixes in the tests regarding the resolver. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
bba7058e tests: avoid using hard-coded DNS nameserver address but the TEST_NGINX_RESOL... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
d4275173 suppressed a warning in the libc resolver. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
c2f88f8d bugfix: compilation error when PCRE is disabled in the nginx build. thanks Iv... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
9ea909ba doc: typo fix from e路相扶. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
0162afd7 doc: fixed some broken in-page links, as reported by smallfish in #421. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
cc9e738a doc: various wording improvements and link fixes from Dayo Akanji. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
c135f05f tests: use larger timeout limit for a test case revolved with external DNS re... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
5c8957b2 tests: fixed a failure due to recent changes in the nginx core. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
05e8499c tests: fixed a test failure due to the misuse of the $TEST_NGINX_PORT variable. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
0d736bf2 tests: suppressed a warning from the test scaffold for a timer test case. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
6706ec21 bugfix: when syslog was enabled in the "error_log" directive for nginx 1.7.1+... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
8a4e8a72 minor test file format fixes. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
25c4bdd6 tests: suppressed a warning from the test scaffold due to an expected [crit] ... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
c9128e50 tests: added a passing test case for connecting to IPv6 addresses via cosockets. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
4323f3bc tests: 129-ssl-socket.t: use limited timeout threshold for the cosockets. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
0c4528e5 bugfix: fixed compilation error with nginx 1.7.5+ because nginx 1.7.5+ change... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
14fbf403 doc: made clarification about ngx.exec() requested by Dayo Akanji. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
e9139a95 doc: typo fix from tianchaijz in #419. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
227a5f0e api: bumped version to 0.9.13. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
33497917 bugfix: ngx.req.raw_header(): buffer overflow and the "buffer error" exceptio... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
ddb36362 refactor: ngx.req.raw_header(): simplified the implementation. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
62fd4c5f bugfix: ngx.req.raw_header(): we might change nginx's internal buffer pointer... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
73884588 doc: bumped version to 0.9.12. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
ffe7b34d doc: added more discussions for the potential race conditions in worker-level... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
d7378122 tests: fixed a small bug in a test case. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
be1655d2 bugfix: added extra delays to some of the test cases with systemtap involved. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
8e6aa11d tests: updated test suite according to the latest changes in Test::Nginx::Soc... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
9688c645 doc: documented the behavior in the case that one does not call close() nor s... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
eb128df0 bugfix: added allocation failure check for ngx_array_init(). thanks Tatsuhiko... Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
0e49fe74 tests: fixed a case with expired CRL. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago
5662ddd9 bumped internal code version to 0.9.12. Yichun Zhang (agentzh) <a****h@g****m> almost 12 years ago

← Back to repository