summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Remove redundant functionVsevolod Stakhov2017-04-085-37/+8
|
* [Minor] More bounds checksVsevolod Stakhov2017-04-072-3/+9
|
* [Minor] Use proper substring searchVsevolod Stakhov2017-04-071-6/+9
|
* [Minor] Add some more boundaries checksVsevolod Stakhov2017-04-071-5/+5
|
* [Fix] Fix one character length substrings searchVsevolod Stakhov2017-04-071-0/+25
|
* [Minor] Import public suffix list updatesAndrew Lewis2017-04-071-5/+13
|
* [Minor] More inline fixesVsevolod Stakhov2017-04-071-6/+8
|
* [Minor] Fix inline issuesVsevolod Stakhov2017-04-071-9/+10
|
* [Minor] Antivirus: don't set action if all results were whitelistedAndrew Lewis2017-04-071-0/+3
|
* [Minor] Unify substring search routinesVsevolod Stakhov2017-04-075-217/+102
|
* [Minor] Antivirus: process table results correctly; prettify loggingAndrew Lewis2017-04-071-3/+6
|
* [Minor] Try fix antivirus pluginAndrew Lewis2017-04-071-8/+27
|
* [Minor] Check boundsVsevolod Stakhov2017-04-071-0/+7
|
* [Minor] Use safe version of utf8 macroVsevolod Stakhov2017-04-071-1/+5
|
* [Minor] Disable noisy warning in gcc7Vsevolod Stakhov2017-04-071-0/+5
|
* [Minor] Use memmove for overlapping memoryVsevolod Stakhov2017-04-071-1/+1
|
* [Minor] Fix substring search in case if inlen == srchlenVsevolod Stakhov2017-04-071-23/+28
|
* [Minor] Style fixesVsevolod Stakhov2017-04-071-11/+6
|
* Merge pull request #1580 from croessner/avmVsevolod Stakhov2017-04-071-12/+41
|\ | | | | [Feature] Retrieve all virus names from SAVAPI
| * [Feature] Retrieve all virus names from SAVAPIChristian Roessner2017-04-071-12/+41
| |
* | [Minor] Emails module: fix hashed lookupsAndrew Lewis2017-04-071-2/+3
| |
* | [Fix] Escape json strings for controller rejplies from LuaVsevolod Stakhov2017-04-071-2/+2
| | | | | | | | Issue: #1581
* | [Feature] Add escaped version of lua_ucl importVsevolod Stakhov2017-04-072-11/+56
|/
* [Minor] Don't try to use filtered resultsAndrew Lewis2017-04-061-1/+3
|
* [Fix] Fix domain_only emails RBLAndrew Lewis2017-04-061-28/+21
| | | | - Also support hashing for domain_only
* [Feature] Allow to query hashed emailsVsevolod Stakhov2017-04-061-0/+5
|
* Merge pull request #1578 from moisseev/webuiVsevolod Stakhov2017-04-061-6/+3
|\ | | | | [WebUI] history: break To address lists on commas
| * [WebUI] history: break To address lists on commasAlexander Moisseev2017-04-061-6/+3
| |
* | [Minor] Remove metatokens count checksVsevolod Stakhov2017-04-061-9/+0
| |
* | [Minor] Set expiration for neural net dataVsevolod Stakhov2017-04-061-1/+8
|/
* Merge pull request #1577 from moisseev/webuiVsevolod Stakhov2017-04-052-10/+16
|\ | | | | [WebUI] Save some history table space
| * [WebUI] Save some history table spaceAlexander Moisseev2017-04-042-10/+16
| |
* | [Fix] Fix rfc2047 tokenizationVsevolod Stakhov2017-04-051-2/+4
| |
* | [Minor] Use the correct context when dealing with attached messagesVsevolod Stakhov2017-04-051-2/+2
| |
* | [CritFix] Fix issue when parsing encoded rfc822/messagesVsevolod Stakhov2017-04-051-20/+37
| |
* | [Feature] Probabilistically skip metatokensVsevolod Stakhov2017-04-051-3/+51
| |
* | [Fix] Check return values from Lua functions called from CVsevolod Stakhov2017-04-053-47/+64
| |
* | [Minor] Fix headers_foreach invocationVsevolod Stakhov2017-04-052-2/+2
| |
* | [Fix] Fix processing of small tokens vectorsVsevolod Stakhov2017-04-041-3/+8
| |
* | [Feature] Ignore bayes with mostly metatokens or with too few textVsevolod Stakhov2017-04-041-2/+28
| |
* | [CritFix] Fix classifier learning with Redis backendVsevolod Stakhov2017-04-041-13/+59
| |
* | [Rework] Set token data as uint64_t instead of chars arrayVsevolod Stakhov2017-04-0411-96/+120
|/
* [Fix] Fix parsing of options for workers with the same typeVsevolod Stakhov2017-04-041-1/+1
|
* [Minor] Fix out-of-bound readVsevolod Stakhov2017-04-041-2/+1
|
* [Minor] Allow to iterate mime headers as wellVsevolod Stakhov2017-04-042-0/+97
|
* [Feature] Add task:headers_foreach functionVsevolod Stakhov2017-04-043-50/+161
|
* [Minor] Explicitly set queue to NULL for top partVsevolod Stakhov2017-04-042-1/+4
|
* Merge pull request #1576 from humbapa/masterVsevolod Stakhov2017-04-041-1/+3
|\ | | | | Handle for ACC and OK messages from sophos
| * The same with 'OK SSSP' messagesMB2017-04-031-1/+1
| |
| * Handling ACC messages for sophosMB2017-04-031-1/+3
| |