Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Use fake record for testing | Vsevolod Stakhov | 2022-07-01 | 1 | -0/+6 |
| | |||||
* | [Test] Add a test to ensure that DKIM verifier ignores unknown tags | Vsevolod Stakhov | 2022-07-01 | 2 | -0/+23 |
| | | | | Obtained from: John Levine | ||||
* | [Test] Improve settings test | Vsevolod Stakhov | 2022-06-02 | 1 | -1/+1 |
| | | | | Issue: #4181 | ||||
* | [Minor] Add test for lower_utf8 selector transformation | Pavel Podkorytov | 2022-05-21 | 1 | -1/+7 |
| | |||||
* | [Test] Add testing for the augmentations logic | Vsevolod Stakhov | 2022-05-14 | 2 | -2/+3 |
| | |||||
* | [Test] Compare lists sorted... | Vsevolod Stakhov | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | [Test] Properly set test cases | Vsevolod Stakhov | 2022-04-15 | 1 | -12/+12 |
| | |||||
* | [Test] Do not cause sigsegv on failed test | Vsevolod Stakhov | 2022-04-15 | 1 | -5/+9 |
| | |||||
* | [Test] Add a test with DKIM key with spaces in base64 | Vsevolod Stakhov | 2022-04-15 | 1 | -0/+9 |
| | | | | Issue: #4149 | ||||
* | Remove dangling comment | Petr Vaněk | 2022-04-06 | 1 | -2/+0 |
| | | | | | | The dangling comment is result of commit bfe48b659baf ("[Fix] Fix logging for rspamadm"), where the same comment was removed from rspamadm but this one stayed. It should be removed as well. | ||||
* | [Minor] Add missing include | Vsevolod Stakhov | 2022-04-02 | 1 | -0/+1 |
| | | | | Issue: #4131 | ||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 3 | -3/+3 |
| | |||||
* | [Test] Split test | Vsevolod Stakhov | 2022-03-23 | 1 | -3/+7 |
| | |||||
* | [Test] Add test for csv detection | Vsevolod Stakhov | 2022-03-13 | 2 | -1/+8 |
| | |||||
* | [Minor] Microoptimize lua_util.str_endswith | Anton Yuzhaninov | 2022-02-26 | 1 | -1/+32 |
| | | | | | | | | Use find to check string suffix instead of sub (which involves string interning of a returned string). Benchmarks with LuaJIT 2.1.0 shows that an option with find is significantly faster. While here added unit test for this function. | ||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 8 | -20/+20 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Test] Add a test case | Vsevolod Stakhov | 2022-02-17 | 1 | -0/+1 |
| | | | | Issue: #4081 | ||||
* | [Minor] Tune Lua GC for Lua unit tests | Anton Yuzhaninov | 2022-02-08 | 1 | -0/+2 |
| | | | | Fixes sporadic unit test failures (on Mac OS X). | ||||
* | [Test] task:remove_symbol() on grouped virtual symbol | Andrew Lewis | 2022-02-01 | 3 | -0/+32 |
| | |||||
* | [Test] Fix mime dump test | Vsevolod Stakhov | 2021-12-09 | 1 | -0/+6 |
| | |||||
* | [Test] Fix string formatting | Vsevolod Stakhov | 2021-12-09 | 1 | -3/+5 |
| | |||||
* | [Test] Remove broken test | Vsevolod Stakhov | 2021-12-06 | 1 | -3/+4 |
| | |||||
* | [Test] Add a small test for xxh3 | Vsevolod Stakhov | 2021-12-05 | 1 | -0/+6 |
| | |||||
* | [Test] Improve envelope stuff testing | Vsevolod Stakhov | 2021-11-28 | 1 | -1/+28 |
| | |||||
* | [Test] Fix tests | Vsevolod Stakhov | 2021-11-27 | 1 | -97/+100 |
| | |||||
* | [Test] Oops, add a missing require | Vsevolod Stakhov | 2021-11-24 | 1 | -2/+2 |
| | |||||
* | [Test] Add unit test for message to ucl function | Vsevolod Stakhov | 2021-11-24 | 1 | -0/+188 |
| | |||||
* | [Test] One more fix | Vsevolod Stakhov | 2021-11-24 | 1 | -8/+7 |
| | |||||
* | [Test] Add a simple config helper for the unit tests | Vsevolod Stakhov | 2021-11-24 | 2 | -24/+31 |
| | |||||
* | [Test] Fix neural plugin tests | Pragadeesh Chandiran | 2021-11-22 | 3 | -38/+46 |
| | |||||
* | [Test] Fix automatic training tests | Vsevolod Stakhov | 2021-11-10 | 3 | -37/+40 |
| | |||||
* | [Test] Add tests for DKIM key record parsing | Vsevolod Stakhov | 2021-11-04 | 2 | -0/+160 |
| | | | | Issue: #3955 | ||||
* | [Test] whitelist: fix tests | Andrew Lewis | 2021-10-08 | 1 | -0/+3 |
| | |||||
* | [Test] Move tests from lua to C++ | Vsevolod Stakhov | 2021-10-06 | 1 | -226/+0 |
| | |||||
* | [Minor] Fix test message as we now process received headers as expected | Vsevolod Stakhov | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | [Test] Add the test for the previous fix | Vsevolod Stakhov | 2021-09-22 | 1 | -0/+8 |
| | |||||
* | [Test] Add tests for broken qp decoding | Vsevolod Stakhov | 2021-09-20 | 1 | -0/+10 |
| | |||||
* | [Minor] Plug some leaks on error paths | Vsevolod Stakhov | 2021-09-18 | 1 | -1/+2 |
| | | | | Found by: coverity scan | ||||
* | [Test] Avoid importing user configuration | Andrew Lewis | 2021-09-15 | 1 | -2/+5 |
| | |||||
* | Add SYSTEM_DOCTEST cmake option | Petr Vaněk | 2021-09-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | This gives packagers option to use system version of doctest rather than bundled one. It is disabled by default. Additionally, there is no need to link rspamd-test-cxx with doctest as it is is single header library. Main reason for this change is that currently bundled version of doctest-2.4.5 can't compile with glibc-2.34 [1]. However, this issue was already fixed in upstream doctest-2.4.6 [2] in commit [3]. With this, packagers can just bump doctest to fixed version. [1] https://github.com/onqtam/doctest/issues/473 [2] https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#246-2021-03-22 [3] https://github.com/onqtam/doctest/commit/099d5414e97244ec44cf46b14cd176b3a3dc52e3 | ||||
* | [Minor] Fix exit codes usage to POSIX portable EXIT_FAILURE | Vsevolod Stakhov | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | [Minor] Adjust unit test | Vsevolod Stakhov | 2021-07-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Try to deal with urls with backslashes in path | Vsevolod Stakhov | 2021-07-30 | 1 | -1/+5 |
| | |||||
* | [Test] Selector that returns list of rspamd_text | Andrew Lewis | 2021-07-28 | 2 | -0/+21 |
| | |||||
* | [Minor] Remove extra namespace | Vsevolod Stakhov | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Add std::hash specialisation + tests | Vsevolod Stakhov | 2021-07-23 | 1 | -10/+40 |
| | |||||
* | [Minor] Add std::swap specialisation | Vsevolod Stakhov | 2021-07-23 | 1 | -0/+26 |
| | |||||
* | [Test] Separate local_ptr unit tests | Vsevolod Stakhov | 2021-07-22 | 3 | -260/+287 |
| | |||||
* | [Minor] Add weak ptr counterpart | Vsevolod Stakhov | 2021-07-22 | 1 | -0/+79 |
| | |||||
* | [Minor] Enable make_shared like behaviour | Vsevolod Stakhov | 2021-07-22 | 1 | -0/+30 |
| |