Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix some minor code quality issue | Vsevolod Stakhov | 2021-10-12 | 2 | -2/+5 |
| | | | | Found by: coverity scan | ||||
* | [Minor] Improve learn error reporting | Vsevolod Stakhov | 2021-09-28 | 1 | -20/+31 |
| | |||||
* | [Minor] Finish transition to signed log id | Vsevolod Stakhov | 2021-09-27 | 1 | -1/+1 |
| | |||||
* | [Fix] Try to use on_connect/on_disconnect callbacks to handle internal Redis ↵ | Vsevolod Stakhov | 2021-09-23 | 1 | -0/+36 |
| | | | | failures | ||||
* | [Minor] Plug some leaks on error paths | Vsevolod Stakhov | 2021-09-18 | 1 | -0/+3 |
| | | | | Found by: coverity scan | ||||
* | [Minor] Fix number of arguments to invoke a lua function | Vsevolod Stakhov | 2021-09-01 | 1 | -1/+6 |
| | |||||
* | [Rework] Rework learn and add classify condition | Vsevolod Stakhov | 2021-09-01 | 1 | -80/+100 |
| | |||||
* | [Minor] Add function to get a lua_reference from a string returning a function | Vsevolod Stakhov | 2021-09-01 | 1 | -3/+3 |
| | |||||
* | fix compatibility with lua-5.4 | Tomohiro "Tomo-p" KATO | 2021-08-20 | 1 | -0/+3 |
| | |||||
* | [Rework] Html: Further rework of the tags content extraction | Vsevolod Stakhov | 2021-06-22 | 1 | -8/+0 |
| | |||||
* | [Fix] Fix tokenization near exceptions | Vsevolod Stakhov | 2021-06-17 | 1 | -2/+2 |
| | |||||
* | [Project] Add process exceptions for invisible text | Vsevolod Stakhov | 2021-06-16 | 1 | -0/+8 |
| | |||||
* | [Minor] Reduce timer calls when doing tokenisation | Vsevolod Stakhov | 2021-06-07 | 1 | -1/+4 |
| | |||||
* | [Minor] Move html code to a separate subdir (no functional changes) | Vsevolod Stakhov | 2021-05-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve logging for REDIS_REPLY_ERROR | Vsevolod Stakhov | 2021-04-21 | 2 | -6/+22 |
| | |||||
* | [Minor] Fix rspamd_has_only_html_part function + refactor macro names | Vsevolod Stakhov | 2020-10-26 | 1 | -3/+3 |
| | |||||
* | [Minor] Improve error message when learning with passthrough result | Vsevolod Stakhov | 2020-08-12 | 1 | -0/+10 |
| | | | | Issue: #3339 | ||||
* | [Minor] enable Wmissing-format-attribute | Christian Göttsche | 2020-04-11 | 1 | -0/+9 |
| | |||||
* | [Feature] Add multiple base32 alphabets for decoding | Vsevolod Stakhov | 2020-04-09 | 2 | -2/+2 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 3 | -3/+3 |
| | |||||
* | [Project] Rework scan result functions to support shadow results | Vsevolod Stakhov | 2020-04-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Zero terminate id string | Vsevolod Stakhov | 2020-03-11 | 1 | -3/+8 |
| | |||||
* | [Fix] Plug memory leak introduced by #3153 | Vsevolod Stakhov | 2020-03-11 | 1 | -4/+13 |
| | |||||
* | [Minor] Oops, remove g_free dtor | Vsevolod Stakhov | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Allocate variable in the pool and avoid malloc | Vsevolod Stakhov | 2020-03-10 | 1 | -1/+4 |
| | |||||
* | [Fix] Stat_redis_backend: Fix memory leak and simplify learn path | Vsevolod Stakhov | 2020-03-09 | 2 | -114/+30 |
| | |||||
* | [Rework] Rework URL structure: adjust tld part | Vsevolod Stakhov | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | [Minor] fix spelling | Christian Göttsche | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3153 from resec/smembers | Vsevolod Stakhov | 2020-01-16 | 1 | -29/+47 |
|\ | | | | | [Minor] Eliminate redis SMEMBERS usage | ||||
| * | eliminate smembers: remove redundent cleanup | resec | 2019-11-19 | 1 | -11/+1 |
| | | |||||
| * | eliminate smembers: fix again | resec | 2019-11-19 | 1 | -5/+12 |
| | | |||||
| * | eliminate smembers: fix | resec | 2019-11-19 | 1 | -6/+5 |
| | | |||||
| * | eliminate redis smembers | resec | 2019-11-19 | 1 | -29/+51 |
| | | |||||
* | | [Project] Track more memory allocations in a task | Vsevolod Stakhov | 2019-12-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3147 from resec/master | Vsevolod Stakhov | 2019-11-18 | 2 | -45/+27 |
|\| | | | | | [Fix] Fixing multiple classifiers on redis | ||||
| * | Revert "[Fix] #3129 Multiple classifiers on redis working incorrectly" | resec | 2019-11-14 | 2 | -29/+3 |
| | | | | | | | | This reverts commit 14495547dea7e4a0c14cf1507ba7def74b58a4ce. | ||||
| * | [Fix] #3129 Multiple classifiers on redis working incorrectly | resec | 2019-11-08 | 2 | -3/+29 |
| | | |||||
| * | [Minor] #3129 Multiple classifiers on redis working incorrectly | resec | 2019-11-07 | 2 | -2/+2 |
| | | |||||
| * | [Fix] #3129 Multiple classifiers on redis working incorrectly | resec | 2019-11-07 | 1 | -7/+4 |
| | | |||||
| * | [Fix] #3129 Multiple classifiers on redis working incorrectly | resec | 2019-11-07 | 1 | -38/+23 |
| | | |||||
* | | [Minor] Add failure reason in the upstreams code | Vsevolod Stakhov | 2019-11-13 | 2 | -8/+8 |
|/ | |||||
* | [Minor] Oops, check for UBRK_DONE first | Vsevolod Stakhov | 2019-10-25 | 1 | -3/+3 |
| | |||||
* | [Minor] Add safety check when using icu ubrk iterators | Vsevolod Stakhov | 2019-10-24 | 2 | -7/+42 |
| | |||||
* | [Minor] Do not crash if redis cache cannot be reached | Vsevolod Stakhov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | [Fix] Important hiredis fixes | Vsevolod Stakhov | 2019-10-22 | 2 | -5/+56 |
| | | | | | | | | | Hiredis can return error in two ways: - ctx is NULL and this path is usually handled properly - ctx->err is not REDIS_OK and this path is totally missing in many places This change should fix the both cases. | ||||
* | [Minor] Another try to fix races in redis stats | Vsevolod Stakhov | 2019-10-19 | 2 | -20/+43 |
| | | | | Issue: #3088 | ||||
* | [Minor] Fix array size | Vsevolod Stakhov | 2019-09-26 | 1 | -2/+2 |
| | |||||
* | Update bayes.c | Paul Dee | 2019-09-02 | 1 | -17/+17 |
| | | | clarified some messages | ||||
* | [Fix] Fix pending checks for events | Vsevolod Stakhov | 2019-08-29 | 1 | -6/+6 |
| | |||||
* | [Fix] Fix normalization of non-alphabet based languages | Vsevolod Stakhov | 2019-08-27 | 2 | -7/+4 |
| |