Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Fix broken unit tests | Vsevolod Stakhov | 2019-04-06 | 1 | -5/+5 |
| | |||||
* | [Minor] Restore Lua 5.2 compatibility | Vsevolod Stakhov | 2019-04-01 | 1 | -3/+3 |
| | | | | | Issue: #2826 Closes: #2826 | ||||
* | [Feature] Preprocess config files using jinja templates | Vsevolod Stakhov | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2813 from miecio45/add_lua_mixed_script | Vsevolod Stakhov | 2019-03-27 | 1 | -0/+22 |
|\ | | | | | [Minor] Add util.if_utf_mixed_script to lua | ||||
| * | [Minor] Rewrite is_utf_mixed_script to use libicu only | Miecio Za | 2019-03-26 | 1 | -0/+22 |
| | | | | | | | | Rewrite to use U8_NEXT | ||||
* | | [Rework] Change lua global variables registration | Vsevolod Stakhov | 2019-03-26 | 1 | -1/+2 |
|/ | |||||
* | [Minor] Fix performance issue with is_utf_outside_range | Miecio Za | 2019-03-18 | 1 | -0/+67 |
| | | | | Fix performace issue, add some checking and add few tests | ||||
* | [Test] Use non-ASCII file name | Alexander Moisseev | 2019-03-07 | 1 | -2/+2 |
| | | | | to cover rfc2047 decoding (7d8bdf6) | ||||
* | [Minor] Fix broken test | Vsevolod Stakhov | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | [Test] Fix DNS tests | Vsevolod Stakhov | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | [Test] Revert tests changes | Vsevolod Stakhov | 2019-03-01 | 7 | -21/+45 |
| | |||||
* | [Test] Remove more broken tests | Vsevolod Stakhov | 2019-02-28 | 3 | -15/+8 |
| | |||||
* | [Test] Remove more broken tests | Vsevolod Stakhov | 2019-02-28 | 3 | -20/+5 |
| | |||||
* | [Test] Fix http tests - remove coroutines tests | Vsevolod Stakhov | 2019-02-28 | 2 | -9/+10 |
| | |||||
* | [Minor] Disable broken http bench | Vsevolod Stakhov | 2019-02-19 | 3 | -2/+2 |
| | |||||
* | [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 |
| |