aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix tostring testsVsevolod Stakhov2019-10-221-3/+3
|
* [Fix] Fix parsing of the received headers with empty partVsevolod Stakhov2019-10-011-1/+8
|
* [Test] Adjust testsVsevolod Stakhov2019-09-262-2/+7
|
* [Fix] Fix out-of-bound read in qp decodeVsevolod Stakhov2019-09-251-1/+18
|
* [Test] Fix punny trie testVsevolod Stakhov2019-09-101-27/+20
|
* [Test] Add unit tests for trie table versionVsevolod Stakhov2019-09-051-0/+27
|
* [Minor] Another fix to extract_specificVsevolod Stakhov2019-08-301-1/+0
|
* [Test] Improve urls extraction testsVsevolod Stakhov2019-08-291-56/+189
|
* [Minor] Lua_util: Rework and add tests for callback_from_stringVsevolod Stakhov2019-08-231-0/+30
|
* [Rework] Lua_util: Another rework for extract_specific_urlsVsevolod Stakhov2019-08-201-3/+3
|
* [Test] Update unit testsVsevolod Stakhov2019-08-192-6/+12
|
* [Feature] Selectors: Add `specific_urls` extractorVsevolod Stakhov2019-08-191-0/+12
|
* [Test] Add test for the new selectorVsevolod Stakhov2019-08-191-0/+4
|
* [Rework] Reorganise selectors implementationVsevolod Stakhov2019-08-192-9/+9
|
* [Test] Add unit testsVsevolod Stakhov2019-08-151-0/+47
|
* [Test] Add more mime testsVsevolod Stakhov2019-08-141-0/+48
|
* [Fix] Fix more issues with nested messages + testsVsevolod Stakhov2019-08-131-30/+100
|
* [Minor] Rework utf8 lowercasingVsevolod Stakhov2019-08-131-4/+4
|
* [Minor] Lua_selectors: Allow to index numeric arrays in selectorsVsevolod Stakhov2019-07-231-0/+4
|
* [Feature] Lua_selectors: Add `words` selectorVsevolod Stakhov2019-07-231-2/+6
|
* [Minor] Add one more testVsevolod Stakhov2019-07-231-0/+5
|
* [Test] Add QP fuzz testingVsevolod Stakhov2019-07-221-0/+34
|
* [Test] Add tests for QP encodingVsevolod Stakhov2019-07-223-2/+88
|
* [Test] Add some more tests for maps in selectorsVsevolod Stakhov2019-07-191-0/+13
|
* [Test] Add tests for maps in selectorsVsevolod Stakhov2019-07-191-1/+16
|
* [Minor] Use t1ha128 to avoid libsodium version enforcementVsevolod Stakhov2019-07-121-1/+1
|
* [Minor] Fix some cases of strong headers usageVsevolod Stakhov2019-07-121-1/+1
|
* [Test] Remove obsoleted testVsevolod Stakhov2019-07-091-74/+0
|
* [Test] Add test for kann load/saveVsevolod Stakhov2019-07-031-0/+3
|
* [Test] Add unit test for kannVsevolod Stakhov2019-07-011-0/+43
|
* [Minor] Fix unique to work with iterators, add testsVsevolod Stakhov2019-06-241-13/+36
|
* [Fix] Html: Fix processing of fjlig entityVsevolod Stakhov2019-06-141-0/+3
| | | | TODO: Make a generic fix
* [Test] Improve address parsing unit testsVsevolod Stakhov2019-06-091-1/+13
|
* [Test] Add unit tests for fpconvVsevolod Stakhov2019-05-191-0/+96
|
* [Test] Fix broken unit testsVsevolod Stakhov2019-04-061-5/+5
|
* [Minor] Rewrite is_utf_mixed_script to use libicu onlyMiecio Za2019-03-261-0/+22
| | | | Rewrite to use U8_NEXT
* [Minor] Fix performance issue with is_utf_outside_rangeMiecio Za2019-03-181-0/+67
| | | | Fix performace issue, add some checking and add few tests
* [Minor] Oops, fix memory drainageVsevolod Stakhov2019-02-081-0/+6
|
* [Test] Improve received testsVsevolod Stakhov2019-02-081-2/+18
|
* [Minor] Fix `with` parsingVsevolod Stakhov2019-02-071-3/+16
|
* [Test] Try to fix bloody ambiguity in IPv6 notations...Vsevolod Stakhov2019-02-071-4/+9
|
* [Project] Attach new received parserVsevolod Stakhov2019-02-071-4/+21
|
* [Test] Unit: Fix hash value (due to mime parsing error)Vsevolod Stakhov2018-12-171-17/+17
|
* [Minor] Add rspamd_str_make_utf_valid routine + unit testsVsevolod Stakhov2018-12-031-20/+52
|
* [Minor] Pet luacheckVsevolod Stakhov2018-10-232-21/+12
|
* [Test] Try to fix test segfaultVsevolod Stakhov2018-10-161-11/+12
|
* [Test] fixed unit testMikhail Galanin2018-10-091-2/+1
|
* [Test] one more test caseMikhail Galanin2018-10-081-35/+55
|
* [Minor] Add Lua coverage collection for unit-tests (#2528)Mikhail Galanin2018-09-251-1/+14
| | | | | | | | | | | | | | * [Minor] Add Lua coverage collection for unit-tests * [Minor] add coverage collection to CircleCI * [Minor] split into two lines * [Minor] sudo * [Minor] fixed nonsense * [Minor] Fix functional test
* [Test] Final cases for selectors - register_* and functional for regexpsMikhail Galanin2018-09-241-0/+81
|