Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Another try to fix shifting | Vsevolod Stakhov | 2020-01-17 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix race condition in slow timer | Vsevolod Stakhov | 2020-01-17 | 1 | -9/+24 |
| | |||||
* | [Minor] Another try to fix urls shifting when decoding | Vsevolod Stakhov | 2020-01-17 | 1 | -4/+13 |
| | |||||
* | [Minor] Reset slow flag on checks pause | Vsevolod Stakhov | 2020-01-17 | 1 | -0/+10 |
| | |||||
* | [Minor] Forgot in the previous commit | Vsevolod Stakhov | 2020-01-17 | 1 | -0/+9 |
| | |||||
* | [Minor] Postpone log closing unless we have opened a new one | Vsevolod Stakhov | 2020-01-17 | 1 | -6/+39 |
| | |||||
* | Merge pull request #3215 from korgoth1/master | Vsevolod Stakhov | 2020-01-16 | 1 | -10/+4 |
|\ | | | | | [Feature] SPF: Convert external IP to a map | ||||
| * | [Test] SPF external IP map | korgoth1 | 2020-01-16 | 1 | -29/+1 |
| | | |||||
| * | [Test] SPF external IP map | korgoth1 | 2020-01-15 | 1 | -2/+24 |
| | | |||||
* | | [Minor] Lua_task: Remove unused crap | Vsevolod Stakhov | 2020-01-16 | 1 | -23/+6 |
| | | | | | | | | Issue: #3220 | ||||
* | | Merge pull request #3218 from cgzones/no_replxx | Vsevolod Stakhov | 2020-01-16 | 1 | -0/+6 |
|\ \ | | | | | | | [Minor] fix compilation without replxx | ||||
| * | | [Minor] fix compilation without replxx | Christian Göttsche | 2020-01-16 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../src/rspamadm/lua_repl.c: In function ‘rspamadm_lua_run_repl’: ../src/rspamadm/lua_repl.c:615:8: warning: unused variable ‘i’ [-Wunused-variable] 615 | gsize i; | ^ ../src/rspamadm/lua_repl.c:614:11: warning: unused variable ‘tb’ [-Wunused-variable] 614 | GString *tb = NULL; | ^~ ../src/rspamadm/lua_repl.c:613:11: warning: unused variable ‘is_multiline’ [-Wunused-variable] 613 | gboolean is_multiline = FALSE; | ^~~~~~~~~~~~ ../src/rspamadm/lua_repl.c: In function ‘rspamadm_lua’: ../src/rspamadm/lua_repl.c:1007:3: warning: implicit declaration of function ‘replxx_set_max_history_size’ [-Wimplicit-function-declaration] 1007 | replxx_set_max_history_size (rx_instance, max_history); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/rspamadm/lua_repl.c:1007:32: error: ‘rx_instance’ undeclared (first use in this function) 1007 | replxx_set_max_history_size (rx_instance, max_history); | ^~~~~~~~~~~ ../src/rspamadm/lua_repl.c:1007:32: note: each undeclared identifier is reported only once for each function it appears in ../src/rspamadm/lua_repl.c:1008:3: warning: implicit declaration of function ‘replxx_history_load’ [-Wimplicit-function-declaration] 1008 | replxx_history_load (rx_instance, histfile); | ^~~~~~~~~~~~~~~~~~~ ../src/rspamadm/lua_repl.c:1010:3: warning: implicit declaration of function ‘replxx_history_save’ [-Wimplicit-function-declaration] 1010 | replxx_history_save (rx_instance, histfile); | ^~~~~~~~~~~~~~~~~~~ | ||||
* | | | [Minor] fix spelling | Christian Göttsche | 2020-01-16 | 1 | -1/+1 |
|/ / | |||||
* | | [Minor] Check string length to avoid OOB reading | Vsevolod Stakhov | 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 |
| | | | |||||
* | | | [Minor] Try to fix slow timer race condition | Vsevolod Stakhov | 2020-01-16 | 1 | -5/+22 |
| |/ |/| | |||||
* | | [Fix] Fix urls shifting when doing decode to include separators | Vsevolod Stakhov | 2020-01-15 | 1 | -3/+3 |
| | | |||||
* | | [Minor] Just another try to avoid race | Vsevolod Stakhov | 2020-01-15 | 1 | -6/+11 |
| | | |||||
* | | [Minor] bayes_expiry: Fix type check | Alexander Moisseev | 2020-01-14 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Lua_text: Set class properly | Vsevolod Stakhov | 2020-01-13 | 1 | -0/+1 |
| | | |||||
* | | [Fix] Fix urls encode function | Vsevolod Stakhov | 2020-01-13 | 1 | -2/+2 |
| | | |||||
* | | [Fix] Avoid double escaping | Vsevolod Stakhov | 2020-01-13 | 1 | -5/+5 |
| | | |||||
* | | [Minor] Another try to fix race | Vsevolod Stakhov | 2020-01-13 | 1 | -0/+1 |
| | | |||||
* | | [Minor] Sigh - another try to avoid races | Vsevolod Stakhov | 2020-01-13 | 1 | -4/+4 |
| | | |||||
* | | [Minor] Bayes_expiry: Test type before trying to evaluate | Vsevolod Stakhov | 2020-01-13 | 1 | -17/+20 |
| | | | | | | | | Issue: #3208 | ||||
* | | [Minor] Rbl: Fix resolve ip options insertion | Vsevolod Stakhov | 2020-01-11 | 1 | -9/+18 |
| | | |||||
* | | [Minor] Add trailing slash when reconstructing numeric url | Vsevolod Stakhov | 2020-01-11 | 1 | -0/+5 |
| | | |||||
* | | [Minor] Fixes in urls fragments/queries parsing | Vsevolod Stakhov | 2020-01-10 | 1 | -0/+16 |
| | | |||||
* | | [Fix] Fix processing of numeric url's | Vsevolod Stakhov | 2020-01-10 | 1 | -28/+61 |
| | | |||||
* | | [Minor] Fix reseted connections handling | Vsevolod Stakhov | 2020-01-09 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Do not try to detect utf8 using heuristic | Vsevolod Stakhov | 2020-01-09 | 1 | -15/+17 |
| | | |||||
* | | [Fix] More fixes in html tag content calculations | Vsevolod Stakhov | 2020-01-09 | 2 | -8/+41 |
| | | |||||
* | | [Minor] Add workaround for old libicu (bug in libicu) | Vsevolod Stakhov | 2020-01-08 | 1 | -2/+5 |
| | | |||||
* | | [Rework] Rework HTML tags content attachment | Vsevolod Stakhov | 2020-01-06 | 3 | -68/+101 |
| | | |||||
* | | [Minor] Fix GError oversetting in DKIM code | Vsevolod Stakhov | 2020-01-06 | 1 | -0/+11 |
| | | |||||
* | | [Feature] Lua_text: Implement flattening of the input tables | Vsevolod Stakhov | 2020-01-06 | 1 | -40/+92 |
| | | |||||
* | | [Project] Improve inflation | Vsevolod Stakhov | 2020-01-04 | 1 | -3/+9 |
| | | |||||
* | | [Project] Add inflate utility | Vsevolod Stakhov | 2020-01-03 | 1 | -5/+26 |
| | | |||||
* | | [Project] Lua_util: Allow to set size limit for gzip decompress | Vsevolod Stakhov | 2020-01-03 | 1 | -3/+20 |
| | | |||||
* | | Tune DMARC report | Vitaliy Vasilenko | 2020-01-02 | 1 | -1/+2 |
| | | | | | | Add customization - message-id from | ||||
* | | [Feature] Lua_text: Add regexp split iterator method | Vsevolod Stakhov | 2020-01-01 | 1 | -0/+166 |
| | | |||||
* | | [Minor] Move function to the common routines | Vsevolod Stakhov | 2020-01-01 | 3 | -31/+38 |
| | | |||||
* | | [Minor] Lua_tcp: Do not decrease item refcount with no watcher | Vsevolod Stakhov | 2019-12-30 | 1 | -1/+4 |
| | | |||||
* | | fix NULL pointer use when JIT compiling a regular expression. | Dirk Jagdmann | 2019-12-25 | 1 | -1/+2 |
| | | |||||
* | | [Minor] Add more redis prefixes | Vsevolod Stakhov | 2019-12-25 | 7 | -7/+58 |
| | | |||||
* | | [Minor] Add some redis prefixes registration | Vsevolod Stakhov | 2019-12-25 | 2 | -2/+26 |
| | |