aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add test for empty part learning.Vsevolod Stakhov2015-07-072-0/+44
|
* Add dependencies test.Vsevolod Stakhov2015-07-074-1/+82
|
* Use BATS_TMPDIR instead of '/tmp' for tests.Vsevolod Stakhov2015-07-073-10/+13
|
* Add learning functional tests.Vsevolod Stakhov2015-07-064-0/+176
|
* Add encryption test.Vsevolod Stakhov2015-07-021-0/+11
|
* Store rspamd log permanently for functional tests.Vsevolod Stakhov2015-07-022-1/+7
|
* Add functional test for spamc protocol.Vsevolod Stakhov2015-07-022-0/+49
|
* Add streamline HTTP test (failing for now).Vsevolod Stakhov2015-07-023-1/+45
|
* Start functional tests.Vsevolod Stakhov2015-07-025-0/+102
|
* Add workarounds for numeric hosts in URLs.Vsevolod Stakhov2015-07-021-2/+17
|
* Add more unit tests for url parser.Vsevolod Stakhov2015-07-011-5/+15
|
* Add new url unit test.Vsevolod Stakhov2015-07-011-0/+33
|
* Fix issues with capturing patternsVsevolod Stakhov2015-06-301-5/+12
|
* Add captures unit test.Vsevolod Stakhov2015-06-301-0/+20
|
* Refactor events API.Vsevolod Stakhov2015-05-262-3/+3
|
* Add unit tests for b64 decoding and native encoding.Vsevolod Stakhov2015-05-251-0/+41
|
* Use not common name for tokenization exceptions.Vsevolod Stakhov2015-05-211-7/+7
|
* Add more unit tests for tokenization.Vsevolod Stakhov2015-05-211-5/+90
|
* Add tests for tokenizer bug.Vsevolod Stakhov2015-05-201-0/+3
|
* Add a simple unit test for tokenizer.Vsevolod Stakhov2015-05-201-0/+23
|
* Add unit test for base64 encoding.Vsevolod Stakhov2015-05-201-0/+71
|
* Fix regexp splitting in lua.Vsevolod Stakhov2015-05-131-3/+5
|
* Use raw regexp instead of utf ones by default.Vsevolod Stakhov2015-05-121-1/+1
| | | | | Now to enable utf8 match, one should specify 'u' modifier, for example, by adding '/u' to the slashed patterm.
* One more case to check.Vsevolod Stakhov2015-05-071-1/+52
|
* Add fuzz tests and other split cases.Vsevolod Stakhov2015-05-071-1/+176
|
* Implement unalgined tests.Vsevolod Stakhov2015-05-071-2/+2
|
* Add unit test for cryptobox.Vsevolod Stakhov2015-05-074-0/+111
|
* 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 tests build.Vsevolod Stakhov2015-04-171-7/+3
|
* 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
|
* Fix linking if tests.Vsevolod Stakhov2015-04-071-0/+1
|
* 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
|