aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2385 from negram/extract_specific_urls-reworkVsevolod Stakhov2018-07-311-0/+226
|\
| * [Minor] added test parsing html/phished urlsMikhail Galanin2018-07-311-12/+111
| * [Minor] Pass params via table instead of long arglist. Added esld_limit param...Mikhail Galanin2018-07-311-0/+127
* | [Fix] Avoid one extra byte writingVsevolod Stakhov2018-07-311-0/+3
* | [Feature] Implement parsing of scoped IPv6 addressesVsevolod Stakhov2018-07-311-1/+3
|/
* [Test] Add received headers parsing unit testsVsevolod Stakhov2018-07-031-0/+137
* [Minor] Reduce speed test cycles in unit testsVsevolod Stakhov2018-07-032-12/+17
* [Minor] Fix more testsVsevolod Stakhov2018-06-231-1/+1
* [Test] Fix html unit testVsevolod Stakhov2018-06-231-1/+1
* [Test] Another fix for folding testsVsevolod Stakhov2018-04-031-1/+1
* [Test] Fix folding unit testsVsevolod Stakhov2018-04-031-6/+6
* [Test] Improve folding testsVsevolod Stakhov2018-04-021-1/+7
* [Minor] Fix ac-trie test case as it cannot deal with \0Vsevolod Stakhov2018-03-311-2/+2
* [Test] Improve trie unit testingVsevolod Stakhov2018-03-301-35/+33
* [Test] Improve tokenization testsVsevolod Stakhov2018-03-301-80/+84
* [Test] Fix email address parsing testVsevolod Stakhov2018-03-302-44/+47
* [Test] Improve URL unit testsVsevolod Stakhov2018-03-301-103/+106
* [Fix] Fix folding and folding testsVsevolod Stakhov2018-03-291-30/+28
* [Fix] Fix lua RSA verify and its testsVsevolod Stakhov2018-03-291-5/+13
* [Minor] Variuous unit tests fixesVsevolod Stakhov2018-03-293-6/+6
* [Fix] Plug memory leak when setting email addresses from LuaVsevolod Stakhov2017-11-101-1/+1
* [Test] Fix testsAndrew Lewis2017-08-161-1/+2
* [Refactor] Correct misspelled messages in testsAlexander Moisseev2017-06-282-6/+6
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-272-3/+3
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-291-2/+2
* html content extraction test improvPragadeesh C2017-04-141-0/+58
* [Minor] Add benchmarks for base64 decoding speedVsevolod Stakhov2017-02-072-17/+70
* [Test] More test casesVsevolod Stakhov2017-01-081-1/+9
* [Test] Add tests, fix normalization algorithmVsevolod Stakhov2017-01-081-0/+28
* [Fix] Do not lowercase Content-Disposition to perform decodingVsevolod Stakhov2016-12-211-0/+1
* [Fix] Fix parsing of '=' character in headersVsevolod Stakhov2016-12-211-0/+2
* [Test] Add fuzz testing for rfc2047Vsevolod Stakhov2016-12-201-1/+29
* [Minor] Add some more unit testsVsevolod Stakhov2016-12-201-2/+6
* [Test] Add preliminary rfc2047 testVsevolod Stakhov2016-12-192-2/+55
* [Minor] Add some more testsVsevolod Stakhov2016-06-161-3/+5
* [Fix] Try to fix false positive URL detections in text partsVsevolod Stakhov2016-05-121-2/+2
* [Test] Add speed test for addr parserVsevolod Stakhov2016-04-251-0/+24
* [Feature] Add support of address with at-domain listVsevolod Stakhov2016-04-251-0/+2
* [Test] Add more tests for smtp addressVsevolod Stakhov2016-04-251-1/+25
* [Feature] Normalize quoted addressesVsevolod Stakhov2016-04-251-2/+2
* [Test] Improve SMTP address testsVsevolod Stakhov2016-04-251-2/+2
* [Test] Fix unit testsVsevolod Stakhov2016-04-234-16/+29
* [Test] Add smtp addr unit testVsevolod Stakhov2016-04-231-0/+56
* [Tests] Add more tests for expressionsVsevolod Stakhov2016-03-311-8/+15
* [Feature] Improve tests for siphashVsevolod Stakhov2016-03-031-12/+55
* Add lua_sqlite3 unit testsVsevolod Stakhov2016-01-251-0/+49
* Fix invalid testsVsevolod Stakhov2015-12-042-3/+2
* Init re cache on config post loadVsevolod Stakhov2015-12-041-12/+14
* More fixes to url numeric conversionsVsevolod Stakhov2015-11-281-0/+3
* Fix testsVsevolod Stakhov2015-11-201-7/+30