| Commit message (Expand) | Author | Age | Files | Lines |
* | [Project] Add preliminary Redis Sentinel support | Vsevolod Stakhov | 2018-11-22 | 1 | -9/+9 |
* | [Minor] Remove redundant check | Vsevolod Stakhov | 2018-11-22 | 1 | -7/+0 |
* | [Project] Another rework for symbols cache | Vsevolod Stakhov | 2018-10-29 | 1 | -3/+3 |
* | [Minor] Various fixes around async events | Vsevolod Stakhov | 2018-10-26 | 1 | -0/+4 |
* | [Rework] Add more traces to async events, get rid of GQuarks | Vsevolod Stakhov | 2018-10-26 | 1 | -7/+9 |
* | [Minor] Restore item when pushing redis result | Vsevolod Stakhov | 2018-10-24 | 1 | -0/+4 |
* | [Project] Adopt lua redis | Vsevolod Stakhov | 2018-10-20 | 1 | -18/+44 |
* | [Minor] Check for cached libevent time routines | Vsevolod Stakhov | 2018-10-08 | 1 | -2/+2 |
* | [Fix] Various fixes in redis sync interface | Vsevolod Stakhov | 2018-10-08 | 1 | -27/+40 |
* | [Minor] is_successful != fatal | Mikhail Galanin | 2018-10-05 | 1 | -1/+1 |
* | [Minor] Prevent race condition in Redis ctx refcounting | Vsevolod Stakhov | 2018-10-04 | 1 | -0/+4 |
* | [Fix] Fix more issues with watching of async events | Vsevolod Stakhov | 2018-09-12 | 1 | -8/+2 |
* | [Minor] rspamd_session_is_destroying -> rspamd_session_blocked | Mikhail Galanin | 2018-09-10 | 1 | -2/+2 |
* | [Minor] Added coroutines to redis API | Mikhail Galanin | 2018-09-10 | 1 | -233/+331 |
* | [Minor] use callback helpers to avoid conflicts between coroutine- and callba... | Mikhail Galanin | 2018-08-17 | 1 | -15/+26 |
* | [Minor] Better Lua 5.3 compatibility | Vsevolod Stakhov | 2018-08-15 | 1 | -1/+1 |
* | [Fix] Add fail-safety for destroying sessions | Vsevolod Stakhov | 2018-08-14 | 1 | -0/+11 |
* | [Feature] Add support for Lua API tracing | Vsevolod Stakhov | 2018-08-09 | 1 | -0/+6 |
* | [Minor] Return result from sqlite queries | Vsevolod Stakhov | 2018-02-22 | 1 | -1/+1 |
* | [Fix] Fix reusing of redis connection after exec | Vsevolod Stakhov | 2018-02-21 | 1 | -2/+7 |
* | [Minor] Fix sync connect return values | Vsevolod Stakhov | 2018-02-21 | 1 | -1/+2 |
* | [Fix] Fix connecting to a unix socket in rspamadm statconvert | Vsevolod Stakhov | 2018-02-09 | 1 | -5/+20 |
* | [Minor] Further g_slice cleanup | Vsevolod Stakhov | 2017-10-28 | 1 | -18/+18 |
* | [Refactor] Correct misspelled variable name in lua_redis | Alexander Moisseev | 2017-06-28 | 1 | -3/+3 |
* | [Minor] Lua_redis: Try clarify docs for :exec() | Andrew Lewis | 2017-06-23 | 1 | -1/+1 |
* | [Minor] Refactor destroy -> free | Vsevolod Stakhov | 2017-04-29 | 1 | -6/+6 |
* | [Feature] Support numeric arguments for Redis requests | Vsevolod Stakhov | 2017-04-23 | 1 | -6/+27 |
* | [Fix] Fix various issues related to Lua stack manipulation | Vsevolod Stakhov | 2017-03-27 | 1 | -4/+7 |
* | [Minor] Fix various style issues | Vsevolod Stakhov | 2017-03-23 | 1 | -1/+0 |
* | [Minor] Allow to pass data transparently to lua from redis | Vsevolod Stakhov | 2017-03-18 | 1 | -24/+74 |
* | [Fix] Fix couple of issues | Vsevolod Stakhov | 2017-01-15 | 1 | -13/+15 |
* | [Minor] Another try to fix race condition in lua_redis | Vsevolod Stakhov | 2016-12-25 | 1 | -16/+20 |
* | [Fix] Add additional check to mark redis connection inactive | Vsevolod Stakhov | 2016-12-25 | 1 | -1/+1 |
* | [Fix] Fix memory leak for task-less redis requests | Vsevolod Stakhov | 2016-11-24 | 1 | -6/+8 |
* | [Minor] Update module documentation | Vsevolod Stakhov | 2016-10-17 | 1 | -1/+1 |
* | [Minor] Fix setting of specific ud field | Vsevolod Stakhov | 2016-10-17 | 1 | -0/+1 |
* | [Rework] Make lua_redis task agnostic | Vsevolod Stakhov | 2016-10-17 | 1 | -220/+185 |
* | [Feature] Use length based arguments for redis, allow lua_text as arg | Vsevolod Stakhov | 2016-10-10 | 1 | -22/+64 |
* | [Fix] One more attempt to fix lua_redis | Vsevolod Stakhov | 2016-10-04 | 1 | -17/+13 |
* | [Fix] Fix interaction with lua GC to avoid craches | Vsevolod Stakhov | 2016-10-04 | 1 | -17/+21 |
* | [Minor] Try to deal with errors in lua_redis | Vsevolod Stakhov | 2016-09-30 | 1 | -7/+15 |
* | [Minor] Try to fix some memory inconsistencies | Vsevolod Stakhov | 2016-09-30 | 1 | -0/+1 |
* | [Fix] Treat all errors in redis_pool as fatal errors for a connection | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+3 |
* | [Fix] Correctly propagate redis timeouts to Lua | Vsevolod Stakhov | 2016-09-05 | 1 | -0/+2 |
* | [Fix] Do not be cheated by system hiredis | Vsevolod Stakhov | 2016-08-30 | 1 | -2/+2 |
* | [Minor] Various fixes in redis pool | Vsevolod Stakhov | 2016-08-30 | 1 | -40/+20 |
* | Revert "[Fix] Fix returning of REDIS_NIL" | Andrew Lewis | 2016-08-19 | 1 | -1/+2 |
* | [Fix] Fix returning of REDIS_NIL | Vsevolod Stakhov | 2016-08-12 | 1 | -2/+1 |
* | [Feature] Better lua_redis logging | Vsevolod Stakhov | 2016-05-07 | 1 | -5/+15 |
* | [Fix] Another try to fix hanged redis sessions | Vsevolod Stakhov | 2016-05-06 | 1 | -1/+1 |