Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [Test] Add some tests | Vsevolod Stakhov | 2021-07-22 | 1 | -11/+166 |
| | |||||
* | [Minor] Fix parsing of some misformed email addresses | Vsevolod Stakhov | 2021-07-21 | 1 | -4/+4 |
| | |||||
* | [Test] Store stdout/stderr in robot | Vsevolod Stakhov | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix rubbish stuff | Vsevolod Stakhov | 2021-07-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Do not try to modify constant memory | Vsevolod Stakhov | 2021-07-07 | 1 | -0/+1 |
| | |||||
* | [Test] Fix broken tests as it is confirmed by browser \m/ | Vsevolod Stakhov | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | [Test] Some fixes to html unit tests | Vsevolod Stakhov | 2021-06-28 | 1 | -28/+10 |
| | |||||
* | Merge pull request #3804 from fatalbanana/bitcoin_pcre | Vsevolod Stakhov | 2021-06-25 | 2 | -0/+32 |
|\ | | | | | [Fix] Fix an edge case in BITCOIN_ADDR rule | ||||
| * | [Fix] Fix an edge case in BITCOIN_ADDR rule | Andrew Lewis | 2021-06-23 | 2 | -0/+32 |
| | | | | | | | | | | - when using PCRE - and different address types are present | ||||
* | | [Test] Remove obsoleted test | Vsevolod Stakhov | 2021-06-23 | 1 | -142/+0 |
| | | |||||
* | | [Test] Use --help from doctest and not glib | Vsevolod Stakhov | 2021-06-21 | 1 | -0/+1 |
|/ | |||||
* | [Test] Rework some tests to subcases | Vsevolod Stakhov | 2021-06-20 | 1 | -5/+7 |
| | |||||
* | [Test] Slightly reorganize tests | Vsevolod Stakhov | 2021-06-18 | 1 | -0/+1 |
| | |||||
* | [Minor] Add one more case | Vsevolod Stakhov | 2021-06-18 | 2 | -0/+3 |
| | |||||
* | [Minor] Add a simple routine to remove smtp comments in place | Vsevolod Stakhov | 2021-06-18 | 2 | -1/+53 |
| | |||||
* | [Project] Add process exceptions for invisible text | Vsevolod Stakhov | 2021-06-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3772 from fatalbanana/external_relay | Vsevolod Stakhov | 2021-06-10 | 9 | -6/+118 |
|\ | | | | | [Feature] external_relay plugin | ||||
| * | [Feature] external_relay plugin | Andrew Lewis | 2021-06-07 | 9 | -6/+118 |
| | | |||||
* | | [Test] Log stderr in robot | Vsevolod Stakhov | 2021-06-08 | 1 | -3/+4 |
|/ |