aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
* Turn on folding for now as gmime breaks everything.Vsevolod Stakhov2015-09-091-0/+3
|
* Add unit test for headers folding.Vsevolod Stakhov2015-09-081-0/+59
|
* Add tests and fix some issues.Vsevolod Stakhov2015-09-031-0/+1
|
* Destroy memory pool in test.Vsevolod Stakhov2015-07-201-0/+2
|
* Add unit tests for the new mempool variables.Vsevolod Stakhov2015-07-201-0/+37
|
* Add logic to preserve newlines in HTML.Vsevolod Stakhov2015-07-161-7/+4
|
* Add test case.Vsevolod Stakhov2015-07-161-0/+20
|
* More fixes to html parsing.Vsevolod Stakhov2015-07-161-2/+23
|
* Add html extraction unit test.Vsevolod Stakhov2015-07-162-2/+33
|
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-141-0/+3
|
* 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
|
* 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.
* 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
|