Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix HTTP headers signing case | Vsevolod Stakhov | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix tests | Vsevolod Stakhov | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | [Test] Add test for http headers signing | Vsevolod Stakhov | 2019-02-18 | 2 | -0/+7 |
| | |||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue. | ||||
* | [Rework] Start rework of the HTTP library | Vsevolod Stakhov | 2019-02-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2758 from moisseev/mid | Vsevolod Stakhov | 2019-02-15 | 4 | -0/+63 |
|\ | | | | | [Test] Add tests for MID module | ||||
| * | [Test] Add tests for MID module | Alexander Moisseev | 2019-02-15 | 4 | -0/+63 |
| | | |||||
* | | [Minor] Try to fix linking hell | Vsevolod Stakhov | 2019-02-14 | 1 | -2/+0 |
| | | |||||
* | | [Minor] Oops, add dependency | Vsevolod Stakhov | 2019-02-13 | 1 | -0/+1 |
| | | |||||
* | | [Rework] Convert rspamd-server to a shared library | Vsevolod Stakhov | 2019-02-13 | 1 | -18/+0 |
| | | |||||
* | | [Test] Disable it, it is doomed | Vsevolod Stakhov | 2019-02-13 | 1 | -7/+7 |
| | | |||||
* | | [Test] Sigh, another monkey patch | Vsevolod Stakhov | 2019-02-13 | 1 | -1/+56 |
| | | |||||
* | | [Test] Another try to fix test | Vsevolod Stakhov | 2019-02-13 | 2 | -57/+3 |
| | | |||||
* | | [Test] Another try to fix migration test | Vsevolod Stakhov | 2019-02-12 | 1 | -2/+2 |
| | | |||||
* | | [Test] Try to fix schema version in the test | Vsevolod Stakhov | 2019-02-12 | 1 | -2/+2 |
|/ | |||||
* | [Minor] Oops, fix memory drainage | Vsevolod Stakhov | 2019-02-08 | 1 | -0/+6 |
| | |||||
* | [Test] Improve received tests | Vsevolod Stakhov | 2019-02-08 | 1 | -2/+18 |
| | |||||
* | [Test] Fix tests relying on the broken behaviour | Vsevolod Stakhov | 2019-02-07 | 2 | -6/+7 |
| | |||||
* | [Minor] Fix `with` parsing | Vsevolod Stakhov | 2019-02-07 | 1 | -3/+16 |
| | |||||
* | [Test] Try to fix bloody ambiguity in IPv6 notations... | Vsevolod Stakhov | 2019-02-07 | 1 | -4/+9 |
| | |||||
* | [Project] Attach new received parser | Vsevolod Stakhov | 2019-02-07 | 1 | -4/+21 |
| | |||||
* | add tests for dkim signatures with milter | John McKay | 2019-02-02 | 6 | -0/+162 |
| | |||||
* | mark cache tests as broken until can fix for ci | John McKay | 2019-02-02 | 1 | -0/+1 |
| | |||||
* | don't use 3.6+ python re syntax in multiple test | John McKay | 2019-02-02 | 1 | -1/+1 |
| | |||||
* | Add tests for multiple signatures | John McKay | 2019-02-02 | 2 | -0/+44 |
| | |||||
* | Add tests for key cache invalidation | John McKay | 2019-02-02 | 2 | -0/+57 |
| | |||||
* | Add ed25519 signing tests | John McKay | 2019-02-02 | 4 | -0/+56 |
| | |||||
* | [Minor] mime_types - add filename whitelist | Carsten Rosenberg | 2019-01-29 | 4 | -0/+30 |
| | |||||
* | [Test] Add tests for mime_types | Alexander Moisseev | 2019-01-25 | 3 | -0/+28 |
| | |||||
* | [Test] Add testing for dynamic conf | Vsevolod Stakhov | 2019-01-24 | 3 | -2/+129 |
| | |||||
* | [Test] Add tests for lua_udp | Vsevolod Stakhov | 2019-01-21 | 3 | -0/+132 |
| | |||||
* | [Test] Add dummy udp client | Vsevolod Stakhov | 2019-01-21 | 1 | -0/+19 |
| | |||||
* | [Fix] tests - antivirus - fprot symbols | Carsten Rosenberg | 2019-01-19 | 3 | -15/+15 |
| | |||||
* | [Minor] test - adjust antivirus symbols | Carsten Rosenberg | 2019-01-17 | 1 | -3/+3 |
| | |||||
* | [Test] Add task:get_from(['mime']) test | Alexander Moisseev | 2019-01-17 | 12 | -0/+104 |
| | |||||
* | [Test] Write test name to queue id | Vsevolod Stakhov | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | [Test] Fix broken test | Vsevolod Stakhov | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | [Test] Unit: Fix hash value (due to mime parsing error) | Vsevolod Stakhov | 2018-12-17 | 1 | -17/+17 |
| | |||||
* | [Test] Rbl: Add received and whitelists tests | Vsevolod Stakhov | 2018-12-16 | 3 | -0/+45 |
| | |||||
* | [Test] Rbl: Add some tests for RBL module | Vsevolod Stakhov | 2018-12-15 | 3 | -1/+87 |
| | |||||
* | [Test] Add some tests for greylist module | Vsevolod Stakhov | 2018-12-08 | 2 | -0/+50 |
| | |||||
* | [Minor] Add rspamd_str_make_utf_valid routine + unit tests | Vsevolod Stakhov | 2018-12-03 | 1 | -20/+52 |
| | |||||
* | [Fix] Perform policy downgrade on sample out, add tests | Vsevolod Stakhov | 2018-11-28 | 2 | -1/+23 |
| | |||||
* | [Test] Add tests for pct=0 case | Vsevolod Stakhov | 2018-11-28 | 3 | -0/+27 |
| | |||||
* | [Test] Add tests for broken richtext case | Vsevolod Stakhov | 2018-11-27 | 2 | -0/+32 |
| | |||||
* | [Minor] Fix tests | Vsevolod Stakhov | 2018-11-21 | 1 | -2/+3 |
| | |||||
* | [Test] Remove broken tests | Vsevolod Stakhov | 2018-11-16 | 4 | -12/+0 |
| | |||||
* | [Test] Add tests for #2584 and #2349 | Vsevolod Stakhov | 2018-11-13 | 4 | -0/+181 |
| | |||||
* | [Test] Fix broken tests | Vsevolod Stakhov | 2018-11-12 | 1 | -4/+4 |
| | |||||
* | [Minor] Improve logic of parts selection and fix some corner cases | Vsevolod Stakhov | 2018-11-06 | 1 | -0/+2 |
| |