Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Remove redundant function | Vsevolod Stakhov | 2017-04-08 | 5 | -37/+8 |
| | |||||
* | [Minor] More bounds checks | Vsevolod Stakhov | 2017-04-07 | 2 | -3/+9 |
| | |||||
* | [Minor] Use proper substring search | Vsevolod Stakhov | 2017-04-07 | 1 | -6/+9 |
| | |||||
* | [Minor] Add some more boundaries checks | Vsevolod Stakhov | 2017-04-07 | 1 | -5/+5 |
| | |||||
* | [Fix] Fix one character length substrings search | Vsevolod Stakhov | 2017-04-07 | 1 | -0/+25 |
| | |||||
* | [Minor] Import public suffix list updates | Andrew Lewis | 2017-04-07 | 1 | -5/+13 |
| | |||||
* | [Minor] More inline fixes | Vsevolod Stakhov | 2017-04-07 | 1 | -6/+8 |
| | |||||
* | [Minor] Fix inline issues | Vsevolod Stakhov | 2017-04-07 | 1 | -9/+10 |
| | |||||
* | [Minor] Antivirus: don't set action if all results were whitelisted | Andrew Lewis | 2017-04-07 | 1 | -0/+3 |
| | |||||
* | [Minor] Unify substring search routines | Vsevolod Stakhov | 2017-04-07 | 5 | -217/+102 |
| | |||||
* | [Minor] Antivirus: process table results correctly; prettify logging | Andrew Lewis | 2017-04-07 | 1 | -3/+6 |
| | |||||
* | [Minor] Try fix antivirus plugin | Andrew Lewis | 2017-04-07 | 1 | -8/+27 |
| | |||||
* | [Minor] Check bounds | Vsevolod Stakhov | 2017-04-07 | 1 | -0/+7 |
| | |||||
* | [Minor] Use safe version of utf8 macro | Vsevolod Stakhov | 2017-04-07 | 1 | -1/+5 |
| | |||||
* | [Minor] Disable noisy warning in gcc7 | Vsevolod Stakhov | 2017-04-07 | 1 | -0/+5 |
| | |||||
* | [Minor] Use memmove for overlapping memory | Vsevolod Stakhov | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix substring search in case if inlen == srchlen | Vsevolod Stakhov | 2017-04-07 | 1 | -23/+28 |
| | |||||
* | [Minor] Style fixes | Vsevolod Stakhov | 2017-04-07 | 1 | -11/+6 |
| | |||||
* | Merge pull request #1580 from croessner/avm | Vsevolod Stakhov | 2017-04-07 | 1 | -12/+41 |
|\ | | | | | [Feature] Retrieve all virus names from SAVAPI | ||||
| * | [Feature] Retrieve all virus names from SAVAPI | Christian Roessner | 2017-04-07 | 1 | -12/+41 |
| | | |||||
* | | [Minor] Emails module: fix hashed lookups | Andrew Lewis | 2017-04-07 | 1 | -2/+3 |
| | | |||||
* | | [Fix] Escape json strings for controller rejplies from Lua | Vsevolod Stakhov | 2017-04-07 | 1 | -2/+2 |
| | | | | | | | | Issue: #1581 | ||||
* | | [Feature] Add escaped version of lua_ucl import | Vsevolod Stakhov | 2017-04-07 | 2 | -11/+56 |
|/ | |||||
* | [Minor] Don't try to use filtered results | Andrew Lewis | 2017-04-06 | 1 | -1/+3 |
| | |||||
* | [Fix] Fix domain_only emails RBL | Andrew Lewis | 2017-04-06 | 1 | -28/+21 |
| | | | | - Also support hashing for domain_only | ||||
* | [Feature] Allow to query hashed emails | Vsevolod Stakhov | 2017-04-06 | 1 | -0/+5 |
| | |||||
* | Merge pull request #1578 from moisseev/webui | Vsevolod Stakhov | 2017-04-06 | 1 | -6/+3 |
|\ | | | | | [WebUI] history: break To address lists on commas | ||||
| * | [WebUI] history: break To address lists on commas | Alexander Moisseev | 2017-04-06 | 1 | -6/+3 |
| | | |||||
* | | [Minor] Remove metatokens count checks | Vsevolod Stakhov | 2017-04-06 | 1 | -9/+0 |
| | | |||||
* | | [Minor] Set expiration for neural net data | Vsevolod Stakhov | 2017-04-06 | 1 | -1/+8 |
|/ | |||||
* | Merge pull request #1577 from moisseev/webui | Vsevolod Stakhov | 2017-04-05 | 2 | -10/+16 |
|\ | | | | | [WebUI] Save some history table space | ||||
| * | [WebUI] Save some history table space | Alexander Moisseev | 2017-04-04 | 2 | -10/+16 |
| | | |||||
* | | [Fix] Fix rfc2047 tokenization | Vsevolod Stakhov | 2017-04-05 | 1 | -2/+4 |
| | | |||||
* | | [Minor] Use the correct context when dealing with attached messages | Vsevolod Stakhov | 2017-04-05 | 1 | -2/+2 |
| | | |||||
* | | [CritFix] Fix issue when parsing encoded rfc822/messages | Vsevolod Stakhov | 2017-04-05 | 1 | -20/+37 |
| | | |||||
* | | [Feature] Probabilistically skip metatokens | Vsevolod Stakhov | 2017-04-05 | 1 | -3/+51 |
| | | |||||
* | | [Fix] Check return values from Lua functions called from C | Vsevolod Stakhov | 2017-04-05 | 3 | -47/+64 |
| | | |||||
* | | [Minor] Fix headers_foreach invocation | Vsevolod Stakhov | 2017-04-05 | 2 | -2/+2 |
| | | |||||
* | | [Fix] Fix processing of small tokens vectors | Vsevolod Stakhov | 2017-04-04 | 1 | -3/+8 |
| | | |||||
* | | [Feature] Ignore bayes with mostly metatokens or with too few text | Vsevolod Stakhov | 2017-04-04 | 1 | -2/+28 |
| | | |||||
* | | [CritFix] Fix classifier learning with Redis backend | Vsevolod Stakhov | 2017-04-04 | 1 | -13/+59 |
| | | |||||
* | | [Rework] Set token data as uint64_t instead of chars array | Vsevolod Stakhov | 2017-04-04 | 11 | -96/+120 |
|/ | |||||
* | [Fix] Fix parsing of options for workers with the same type | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix out-of-bound read | Vsevolod Stakhov | 2017-04-04 | 1 | -2/+1 |
| | |||||
* | [Minor] Allow to iterate mime headers as well | Vsevolod Stakhov | 2017-04-04 | 2 | -0/+97 |
| | |||||
* | [Feature] Add task:headers_foreach function | Vsevolod Stakhov | 2017-04-04 | 3 | -50/+161 |
| | |||||
* | [Minor] Explicitly set queue to NULL for top part | Vsevolod Stakhov | 2017-04-04 | 2 | -1/+4 |
| | |||||
* | Merge pull request #1576 from humbapa/master | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+3 |
|\ | | | | | Handle for ACC and OK messages from sophos | ||||
| * | The same with 'OK SSSP' messages | MB | 2017-04-03 | 1 | -1/+1 |
| | | |||||
| * | Handling ACC messages for sophos | MB | 2017-04-03 | 1 | -1/+3 |
| | |