Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] More places where utext_close is required | Vsevolod Stakhov | 2018-09-14 | 2 | -0/+3 | |
| | ||||||
* | [Minor] Another out-of-boundary access fix | Vsevolod Stakhov | 2018-09-13 | 1 | -1/+5 | |
| | ||||||
* | [Minor] Fix format string | Vsevolod Stakhov | 2018-09-13 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Fix bug in processing of pcre regexps | Vsevolod Stakhov | 2018-09-13 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Another fix to lua_tcp watchers | Vsevolod Stakhov | 2018-09-13 | 1 | -25/+6 | |
| | ||||||
* | [Minor] Reduce severity of warnings | Vsevolod Stakhov | 2018-09-13 | 1 | -2/+2 | |
| | ||||||
* | [Fix] Fix watchers in lua_tcp | Vsevolod Stakhov | 2018-09-13 | 2 | -42/+141 | |
| | ||||||
* | [Minor] Add support for address sanitizer | Vsevolod Stakhov | 2018-09-13 | 2 | -2/+37 | |
| | ||||||
* | [Fix] Implement watchers replacement to handle nested calls | Vsevolod Stakhov | 2018-09-13 | 3 | -5/+62 | |
| | ||||||
* | [Fix] Fix more issues with watching of async events | Vsevolod Stakhov | 2018-09-12 | 10 | -58/+51 | |
| | ||||||
* | [Fix] Fix another cleanup race condition | Vsevolod Stakhov | 2018-09-12 | 1 | -8/+19 | |
| | ||||||
* | [Fix] Do not allow events deletions on cleanup | Vsevolod Stakhov | 2018-09-12 | 1 | -0/+5 | |
| | ||||||
* | [Minor] Fix minor leak in fuzzy storage on exit | Vsevolod Stakhov | 2018-09-12 | 1 | -0/+2 | |
| | ||||||
* | [Fix] Fix byte array allocation in the pool | Vsevolod Stakhov | 2018-09-11 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Plug utexts leak | Vsevolod Stakhov | 2018-09-11 | 2 | -0/+7 | |
| | ||||||
* | [Minor] Try harder to do a "proper" SSL shutdown | Vsevolod Stakhov | 2018-09-11 | 1 | -9/+41 | |
| | ||||||
* | [Fix] Fix words decay algorithm | Vsevolod Stakhov | 2018-09-11 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Explicitly enable SSL sessions cache | Vsevolod Stakhov | 2018-09-11 | 1 | -0/+3 | |
| | ||||||
* | [Minor] Fix error message | Vsevolod Stakhov | 2018-09-11 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Add method to init DNS subsystem | Vsevolod Stakhov | 2018-09-11 | 1 | -0/+13 | |
| | ||||||
* | [Minor] Fix type check error message | Vsevolod Stakhov | 2018-09-11 | 1 | -11/+17 | |
| | ||||||
* | [Minor] Add utility to get a logger singleton | Vsevolod Stakhov | 2018-09-11 | 2 | -0/+12 | |
| | ||||||
* | [Minor] rspamd_session_is_destroying -> rspamd_session_blocked | Mikhail Galanin | 2018-09-10 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-10 | 3 | -10/+36 | |
|\ | ||||||
| * | [Fix] Another try to fix race conditions on config unload | Vsevolod Stakhov | 2018-09-10 | 3 | -16/+45 | |
| | | ||||||
* | | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-10 | 2 | -4/+4 | |
|\| | ||||||
| * | [Minor] More declaration fixes | Mikhail Galanin | 2018-09-10 | 1 | -2/+2 | |
| | | ||||||
| * | [Minor] Fixed function declaration | Mikhail Galanin | 2018-09-10 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-10 | 10 | -23/+31 | |
|\| | ||||||
| * | [Fix] Fix crashes on task cleanup | Vsevolod Stakhov | 2018-09-10 | 10 | -20/+26 | |
| | | ||||||
| * | [Minor] There is no need to refer task for thread pool/lua_state: it is ↵ | Mikhail Galanin | 2018-09-10 | 1 | -5/+5 | |
| | | | | | | | | sometimes missing | |||||
| * | [Minor] Fix build for outdated systems | Vsevolod Stakhov | 2018-09-10 | 1 | -0/+2 | |
| | | ||||||
* | | [Minor] Updated Lua to comply the new call semantic | Mikhail Galanin | 2018-09-10 | 1 | -16/+2 | |
| | | ||||||
* | | [Minor] Change deinit order | Mikhail Galanin | 2018-09-10 | 1 | -6/+9 | |
| | | | | | | | | | | some destructors in Lua could require Redis pool, that is why the pool should be shud down after lua_state. While redis pool is created in the mempool. | |||||
* | | [Minor] Added coroutines to redis API | Mikhail Galanin | 2018-09-10 | 1 | -233/+331 | |
|/ | ||||||
* | Merge branch 'master' into rspamadm-coroutines | Mikhail Galanin | 2018-09-10 | 22 | -892/+1285 | |
|\ | ||||||
| * | [Minor] Initialise candidates even in shortage of words case | Vsevolod Stakhov | 2018-09-09 | 1 | -0/+1 | |
| | | ||||||
| * | [Minor] Do not apply ngramms detection for short texts | Vsevolod Stakhov | 2018-09-08 | 1 | -47/+56 | |
| | | ||||||
| * | [Fix] Fix various corner cases for language detection | Vsevolod Stakhov | 2018-09-08 | 2 | -25/+35 | |
| | | ||||||
| * | [Minor] Check language detector prior to usage | Vsevolod Stakhov | 2018-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | [Minor] Do not use too recent additions to libicu | Vsevolod Stakhov | 2018-09-07 | 1 | -7/+0 | |
| | | ||||||
| * | Merge pull request #2468 from negram/fix-symbol-registering | Vsevolod Stakhov | 2018-09-07 | 1 | -1/+7 | |
| |\ | | | | | | | [Minor] Fixed symbol registering in antivirus module - parent is expe… | |||||
| | * | [Minor] Fixed symbol registering in antivirus module - parent is expected to ↵ | Mikhail Galanin | 2018-09-07 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | be double For some reasons, it is affecting rarely. Related tests are failing one out of 10 times | |||||
| * | | Merge pull request #2464 from negram/fix-fatal-log | Vsevolod Stakhov | 2018-09-07 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | [Minor] Add newline on fatal log, removed extra info | |||||
| | * | | [Minor] Add newline on fatal log, removed extra info | Mikhail Galanin | 2018-09-06 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | [Fix] Fix stop words detection and loading logic | Vsevolod Stakhov | 2018-09-07 | 1 | -5/+17 | |
| | | | | ||||||
| * | | | [Feature] Add preliminary stop words detection support | Vsevolod Stakhov | 2018-09-07 | 1 | -3/+198 | |
| | | | | ||||||
| * | | | [Rework] Rework language detector | Vsevolod Stakhov | 2018-09-07 | 5 | -450/+499 | |
| | | | | ||||||
| * | | | [Minor] Properly set flag on text tokens | Vsevolod Stakhov | 2018-09-07 | 1 | -3/+4 | |
| | |/ | |/| | ||||||
| * | | [Minor] Further fixes in tokenization algorithm | Vsevolod Stakhov | 2018-09-07 | 1 | -20/+28 | |
| | | |