aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparision operators.Vsevolod Stakhov2015-04-301-0/+1
|
* Fix closure lifetime in tests.Vsevolod Stakhov2015-04-271-2/+2
|
* Expression parsing errors are not asserts actually.Vsevolod Stakhov2015-04-271-0/+1
|
* Add some more URL test cases.Vsevolod Stakhov2015-04-231-8/+16
|
* Use non-predictable hash seed to avoid collision attacks.Vsevolod Stakhov2015-04-211-1/+1
|
* Add a simple unit test of task processing.Vsevolod Stakhov2015-04-181-0/+44
|
* Fix unit tests.Vsevolod Stakhov2015-04-152-45/+16
|
* Add AVX implementation generated by clang.Vsevolod Stakhov2015-04-081-4/+19
|
* Add siphash testing.Vsevolod Stakhov2015-04-081-0/+14
|
* Indicies in lua starts from 1.Vsevolod Stakhov2015-04-071-3/+3
|
* Rework lua trie API, allow raw message search.Vsevolod Stakhov2015-04-071-1/+1
|
* Add unit tests for lua_trie.Vsevolod Stakhov2015-04-072-0/+61
|
* Fix urls unit test.Vsevolod Stakhov2015-04-071-3/+5
|
* Use TLD file directly within API.Vsevolod Stakhov2015-04-061-1/+1
|
* Fix URL unit test.Vsevolod Stakhov2015-04-051-0/+4
|
* Add unit tests for logger.Vsevolod Stakhov2015-04-051-0/+27
|
* Add fast version of ascii lowercase.Vsevolod Stakhov2015-04-021-0/+17
|
* Add some more SA and perl compat for regexps.Vsevolod Stakhov2015-03-311-0/+1
|
* More to priorities optimization.Vsevolod Stakhov2015-03-271-6/+6
|
* Another tricky case of test.Vsevolod Stakhov2015-03-251-1/+2
|
* Fix some priority issues in expressions.Vsevolod Stakhov2015-03-241-1/+4
|
* Add unit tests for expressions processing.Vsevolod Stakhov2015-03-191-0/+38
|
* 2 more test cases.Vsevolod Stakhov2015-03-181-0/+4
|
* Add more unit tests.Vsevolod Stakhov2015-03-181-1/+11
|
* Fix more issues in expressions parser.Vsevolod Stakhov2015-03-171-5/+11
|
* Fix expressions unit test.Vsevolod Stakhov2015-03-171-3/+4
|
* Add lua unit test for expressions.Vsevolod Stakhov2015-03-171-0/+39
|
* Add inet addr unit test.Vsevolod Stakhov2015-03-141-0/+31
|
* Add some raw regexp tests.Vsevolod Stakhov2015-03-111-0/+4
|
* Add fuzz testing for base32.Vsevolod Stakhov2015-03-091-2/+18
|
* Add basic base32 tests.Vsevolod Stakhov2015-03-091-0/+34
|
* Implement lua regexp split, write test case.Vsevolod Stakhov2015-03-061-1/+24
|
* Distinguish match and search in lua regexp.Vsevolod Stakhov2015-03-061-3/+1
|
* Adopt lua regexps for rspamd_regexp.Vsevolod Stakhov2015-03-051-1/+2
|
* Add unit test for lua regexp.Vsevolod Stakhov2015-03-041-0/+31
|
* Fix url extraction tests.Vsevolod Stakhov2015-03-021-3/+3
|
* Add unit test for url extraction.Vsevolod Stakhov2015-03-021-0/+66
|
* Fix broken asserts.Vsevolod Stakhov2015-03-021-7/+7
|
* Add test cases.Vsevolod Stakhov2015-02-281-1/+10
|
* Write unit test for redis substitution and fix a bug found.Vsevolod Stakhov2015-02-281-0/+39
|
* Add utf lc test case and fix the bug.Vsevolod Stakhov2015-02-281-0/+23
|
* Adopt RSA test for telescope.Vsevolod Stakhov2015-02-282-34/+30
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-287-0/+1034
|
* Rework lua tests structure, require external busted.Vsevolod Stakhov2015-02-2736-2828/+0
|
* Reorganize lua tests.Vsevolod Stakhov2015-02-2736-26/+2860
|
* Add lua test framework.Vsevolod Stakhov2015-02-271-0/+0
|
* Add a simple test of rsa utils in lua.Vsevolod Stakhov2013-06-134-0/+94
Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules.