| Commit message (Expand) | Author | Age | Files | Lines |
* | [Test] Enable Redis shingles test | Andrew Lewis | 2016-11-07 | 1 | -1/+0 |
* | [Minor] Fix tests build | Vsevolod Stakhov | 2016-11-05 | 1 | -0/+1 |
* | [Test] Add tests for Redis fuzzy backend and fix fuzzy fuzzy test | Andrew Lewis | 2016-11-04 | 6 | -17/+43 |
* | [Minor] Get rid of some global variables | Andrew Lewis | 2016-11-01 | 1 | -1/+1 |
* | [Test] Try improve reliability of fuzzy tests | Andrew Lewis | 2016-10-26 | 1 | -0/+2 |
* | [Test] Increase DNS retransmits | Andrew Lewis | 2016-10-20 | 8 | -0/+30 |
* | [Test] Add map reload test | Andrew Lewis | 2016-10-19 | 5 | -0/+68 |
* | Merge pull request #1044 from fatalbanana/ports | Vsevolod Stakhov | 2016-10-17 | 28 | -26/+90 |
|\ |
|
| * | [Test] Wait for ports to be confirmed-free inbetween runs | Andrew Lewis | 2016-10-17 | 28 | -26/+90 |
* | | [Test] Fix password tests post-changes | Andrew Lewis | 2016-10-17 | 1 | -7/+7 |
|/ |
|
* | Merge pull request #1031 from fatalbanana/test | Vsevolod Stakhov | 2016-10-14 | 1 | -2/+8 |
|\ |
|
| * | [Test] Wait until size of PIDfiles is > 0 | Andrew Lewis | 2016-10-14 | 1 | -2/+8 |
* | | Merge pull request #1028 from fatalbanana/fuzzy | Vsevolod Stakhov | 2016-10-14 | 7 | -5/+123 |
|\ \
| |/
|/| |
|
| * | [Test] Test fuzzy replication | Andrew Lewis | 2016-10-13 | 7 | -5/+123 |
* | | [Test] Try improve test stability | Andrew Lewis | 2016-10-14 | 9 | -4/+11 |
|/ |
|
* | [Test] More testcases for SPF | Andrew Lewis | 2016-10-06 | 1 | -0/+10 |
* | [Test] Add some missing testcases for DKIM/DMARC | Andrew Lewis | 2016-10-04 | 3 | -0/+56 |
* | [Minor] Fix a SPF_DNSFAIL case | Andrew Lewis | 2016-10-03 | 1 | -0/+5 |
* | [Minor] SPF: Make (almost) all unresolveable records PERMFAIL | Andrew Lewis | 2016-09-30 | 1 | -7/+27 |
* | [Test] Extend SPF tests | Andrew Lewis | 2016-09-27 | 2 | -0/+18 |
* | [Minor] Fix SPF PERMFAIL/DNSFAIL behaviour on failed redirect | Andrew Lewis | 2016-09-26 | 1 | -2/+2 |
* | [Feature] Add R_SPF_PERMFAIL symbol | Andrew Lewis | 2016-09-23 | 1 | -1/+16 |
* | [Test] Some tests for SPF | Andrew Lewis | 2016-09-21 | 1 | -0/+25 |
* | [Test] Test DKIM permfail | Andrew Lewis | 2016-09-19 | 3 | -0/+44 |
* | [Test] Fix stats_path | Andrew Lewis | 2016-09-02 | 5 | -2/+6 |
* | [Test] Add config test | Andrew Lewis | 2016-08-30 | 1 | -0/+9 |
* | [Test] Add tests for DMARC | Andrew Lewis | 2016-08-23 | 16 | -1/+139 |
* | [Feature] Add mempool maps in multimap | Andrew Lewis | 2016-08-18 | 2 | -1/+16 |
* | [Feature] ASN module; support matching ASN/country in multimap | Andrew Lewis | 2016-08-17 | 2 | -0/+28 |
* | [Test] Use out of tree build for tests/code coverage | Andrew Lewis | 2016-08-16 | 1 | -1/+1 |
* | [Test] Additions for multimap & proxy tests | Andrew Lewis | 2016-08-15 | 3 | -1/+26 |
* | [Test] Forgot to commit | Andrew Lewis | 2016-08-15 | 1 | -0/+3 |
* | Merge pull request #847 from fatalbanana/mmtest | Vsevolod Stakhov | 2016-08-15 | 6 | -0/+102 |
|\ |
|
| * | [Test] Add test for multimap URL maps & filters | Andrew Lewis | 2016-08-15 | 6 | -0/+102 |
* | | Merge pull request #846 from fatalbanana/fuzzytest | Vsevolod Stakhov | 2016-08-15 | 16 | -41/+290 |
|\ \
| |/
|/| |
|
| * | [Test] Rework fuzzy tests | Andrew Lewis | 2016-08-14 | 16 | -41/+290 |
* | | [Test] Fix tests | Andrew Lewis | 2016-08-14 | 1 | -1/+0 |
* | | [Test] Add test for TLD parts | Andrew Lewis | 2016-08-14 | 5 | -1/+72 |
|/ |
|
* | [Test] Some minor updates for tests | Andrew Lewis | 2016-08-12 | 6 | -28/+72 |
* | [Test] Add tests for redis maps in multimap | Andrew Lewis | 2016-08-12 | 3 | -1/+58 |
* | Merge pull request #840 from fatalbanana/sa_wlbl | Vsevolod Stakhov | 2016-08-11 | 2 | -6/+73 |
|\ |
|
| * | [Test] Some tests for SpamAssassin WLBLEval | Andrew Lewis | 2016-08-11 | 2 | -6/+73 |
* | | [Test] Fix multimap CDB test | Andrew Lewis | 2016-08-11 | 2 | -3/+3 |
|/ |
|
* | [Test] Add custom rspamd log follower for non-standard tests | Andrew Lewis | 2016-08-09 | 2 | -4/+9 |
* | [Test] Add simple test for proxying | Andrew Lewis | 2016-08-09 | 3 | -0/+57 |
* | [Test] Make `Run Rspamd` function reusable by other stuff | Andrew Lewis | 2016-08-09 | 1 | -28/+21 |
* | [Test] Remove nasty artifact from `Run Rspamd` function | Andrew Lewis | 2016-08-08 | 1 | -1/+0 |
* | [Test] Add SpamAssassin metas/foreign dependencies test | Andrew Lewis | 2016-08-05 | 5 | -0/+23 |
* | [Test] Fix recipients test | Vsevolod Stakhov | 2016-08-04 | 1 | -1/+1 |
* | Merge pull request #809 from fatalbanana/rcpt | Vsevolod Stakhov | 2016-08-04 | 2 | -0/+20 |
|\ |
|