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

9 Коммитов

Автор SHA1 Сообщение Дата
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) edad9bb063 fixed a test case to reflect recent changes in lua-resty-core. 2015-03-23 13:16:56 -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) 7e7b944ad6 change: ngx.decode_base64() now only accepts string arguments. 2014-01-04 11:25:46 -08:00
Yichun Zhang (agentzh) 04a7a2cca8 use Test::Nginx::Socket::Lua from the test-nginx project in our test suite. 2013-12-05 14:46:51 -08:00
agentzh (Yichun Zhang) 71e16c46d2 added custom test scaffold t::TestNginxLua which subclasses Test::Nginx::Socket. it supports the environment TEST_NGINX_INIT_BY_LUA which can be used to add more custom Lua code to the value of the init_by_lua directive in the nginx configuration. 2013-05-07 19:27:48 -07:00
agentzh (章亦春) b54c7568ad renamed ngx.base64_encode and ngx.base64_decode to ngx.encode_base64 and ngx.decode_base64 for consistency. 2010-11-14 16:00:58 +08:00
agentzh (章亦春) 5d0f7a8e80 tweaked kindy's patch for base64/md5_bin/get_today etc a bit. and pfree aggressively to prevent leaking 2010-10-07 18:51:39 +08:00
kindy lin 3348b15343 added:
ngx.now()
ngx.now_ts() ~ timestamp
ngx.md5_bin(s)
ngx.base64_encode(s)
ngx.base64_decode(s)
2010-10-07 17:41:04 +08:00