aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Add ability to log mempool usage for a taskVsevolod Stakhov2019-12-123-0/+20
* [Minor] Track memory usage in mempoolVsevolod Stakhov2019-12-122-0/+8
* [Fix] Fix O(N^2) algorithmVsevolod Stakhov2019-12-121-13/+30
* [Minor] Fix domain checkVsevolod Stakhov2019-12-121-1/+1
* [Test] Add tests for first/last transformsVsevolod Stakhov2019-12-111-3/+21
* [Minor] Selectors: Sigh, another try to fix .lastVsevolod Stakhov2019-12-111-7/+1
* [Minor] Selectors: Try to fix last transformationVsevolod Stakhov2019-12-111-1/+7
* [Minor] Disable ottery wipe stack as it breaks asan sometimesVsevolod Stakhov2019-12-101-1/+1
* [Minor] Force_actions: Allow least actionsVsevolod Stakhov2019-12-101-4/+9
* [Minor] Lua_scanners: Set least action if matchedVsevolod Stakhov2019-12-101-1/+1
* [Fix] Select a different upstream on last retransmitVsevolod Stakhov2019-12-101-2/+19
* [Minor] Try to get filename from CT if CD header is brokenVsevolod Stakhov2019-12-091-0/+24
* [Minor] Add an extra checkVsevolod Stakhov2019-12-091-1/+1
* [Minor] Allow nil options when adding symbolsVsevolod Stakhov2019-12-091-0/+6
* [Minor] Fix length calculationsVsevolod Stakhov2019-12-091-4/+27
* [Minor] Remove debugging as it is called in a destructor where logger is absentVsevolod Stakhov2019-12-091-2/+0
* [Test] Disable broken test, I've given upVsevolod Stakhov2019-12-081-7/+8
* [Test] Slightly improve a test messageVsevolod Stakhov2019-12-081-1/+3
* [Test] Add missing test recordsVsevolod Stakhov2019-12-082-1/+6
* [Minor] Lua_task: Fix error handling for a task with no messageVsevolod Stakhov2019-12-081-1/+7
* Merge pull request #3179 from korgoth1/masterVsevolod Stakhov2019-12-077-2/+41
|\
| * [Test] SURBL html entity&shykorgoth12019-12-071-0/+1
| * [Test] SPF for relaykorgoth12019-12-072-0/+7
| * [Test] SPF for relaykorgoth12019-12-075-18/+14
| * [Test] SPF for relaykorgoth12019-12-071-2/+15
| |\ | |/ |/|
* | [Minor] Spf: Fix external relay detectionVsevolod Stakhov2019-12-071-2/+15
| * [Test] SPF for relaykorgoth12019-12-067-29/+94
| |\ | |/ |/|
* | [Minor] Treat flags properly in dns toolVsevolod Stakhov2019-12-061-1/+1
* | [Minor] Check if we have a current itemVsevolod Stakhov2019-12-061-1/+4
* | [Minor] Fix race condition with LRU keys lifetimeVsevolod Stakhov2019-12-061-3/+4
* | [Minor] Add debugging for spf references to find refcount leakVsevolod Stakhov2019-12-062-11/+28
* | [Minor] Allow to log numeric idVsevolod Stakhov2019-12-062-1/+43
* | [Minor] Improve error messageVsevolod Stakhov2019-12-051-2/+2
* | [Minor] Some small changes to the logicVsevolod Stakhov2019-12-052-11/+13
* | Merge pull request #3177 from korgoth1/masterVsevolod Stakhov2019-12-052-0/+22
|\ \
| | * [Test] SPF PERMFAIL REDIRECT WITHOUT SPFkorgoth12019-12-064-1/+36
| |/
| * [Test] SPF PERMFAIL REDIRECT WITHOUT SPFkorgoth12019-12-052-0/+22
|/
* [Fix] Treat soft hyphen as zero width spaceVsevolod Stakhov2019-12-051-1/+2
* [Minor] Oops, set item just on registration phaseVsevolod Stakhov2019-12-041-0/+2
* [Minor] Fix API functionVsevolod Stakhov2019-12-041-1/+6
* [Minor] Add more flexible symcache item access functionsVsevolod Stakhov2019-12-042-24/+149
* [Minor] Allow to disable virtual symbols permanentlyVsevolod Stakhov2019-12-043-11/+19
* [Minor] Forgot to list methodVsevolod Stakhov2019-12-031-0/+1
* Merge pull request #3172 from korgoth1/masterVsevolod Stakhov2019-12-035-135/+170
|\
| * [Test] 115 Dmarc is now separated by 115 dmarc, 116 dkim, 117 spf.korgoth12019-12-0211-740/+392
| |\
| * | [Test] 115 Dmarc is now separated by 115 dmarc, 116 dkim, 117 spf.korgoth12019-12-025-135/+170
* | | [Minor] Fix regexps for using in pcreVsevolod Stakhov2019-12-021-5/+5
* | | [Test] Spf is now Lua moduleVsevolod Stakhov2019-12-023-2/+4
| |/ |/|
* | [Feature] Spf: Add external_relay optionVsevolod Stakhov2019-12-022-3/+37
* | [Minor] Lua_spf: Allow string representation of the IP addressVsevolod Stakhov2019-12-021-2/+27