Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Add logging variable for forced actions | Vsevolod Stakhov | 2018-10-11 | 3 | -1/+33 |
| | |||||
* | [Rework] Always create result for a task | Vsevolod Stakhov | 2018-10-11 | 3 | -8/+2 |
| | |||||
* | [Minor] Fixes for the previous project | Vsevolod Stakhov | 2018-10-09 | 1 | -2/+30 |
| | |||||
* | [Feature] Allow `g+:` and `g-:` composite atoms | Vsevolod Stakhov | 2018-10-09 | 1 | -58/+128 |
| | |||||
* | [Feature] Store url object in images | Vsevolod Stakhov | 2018-10-09 | 2 | -0/+5 |
| | |||||
* | [Minor] Update cached libevent time when possible | Vsevolod Stakhov | 2018-10-08 | 1 | -0/+20 |
| | |||||
* | [CritFix] Plug memory leak in redis pool | Vsevolod Stakhov | 2018-10-08 | 1 | -11/+13 |
| | |||||
* | [Minor] Fix desctruction order | Vsevolod Stakhov | 2018-10-06 | 1 | -1/+3 |
| | |||||
* | [Minor] Fix event pending checks | Vsevolod Stakhov | 2018-10-06 | 6 | -10/+10 |
| | |||||
* | [Minor] Fix symbols cache saving | Vsevolod Stakhov | 2018-10-06 | 1 | -7/+25 |
| | |||||
* | [Fix] Try to fix watchers chaining | Vsevolod Stakhov | 2018-09-28 | 1 | -5/+18 |
| | |||||
* | [CritFix] Increase default words_decay | Vsevolod Stakhov | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Don't disable symbols twice | Vsevolod Stakhov | 2018-09-25 | 1 | -1/+6 |
| | |||||
* | [Minor] Further corrections of the headers position | Vsevolod Stakhov | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Same with DKIM-Signature, place it at 2-nd pos | Vsevolod Stakhov | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix some minor issues | Vsevolod Stakhov | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | [Minor] Fixes to regexp selectors | Vsevolod Stakhov | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | [Feature] Cache selectors results in re runtime | Vsevolod Stakhov | 2018-09-17 | 1 | -14/+59 |
| | |||||
* | [Project] Implement selectors support in re_cache | Vsevolod Stakhov | 2018-09-15 | 1 | -0/+104 |
| | |||||
* | [Project] Implement selectors registration for regular expressions | Vsevolod Stakhov | 2018-09-15 | 2 | -0/+56 |
| | |||||
* | [Project] Add initial support for selectors in regexps | Vsevolod Stakhov | 2018-09-15 | 2 | -6/+8 |
| | |||||
* | [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 |
| | |||||
* | [Fix] Implement watchers replacement to handle nested calls | Vsevolod Stakhov | 2018-09-13 | 2 | -5/+40 |
| | |||||
* | [Fix] Fix more issues with watching of async events | Vsevolod Stakhov | 2018-09-12 | 3 | -21/+34 |
| | |||||
* | [Fix] Do not allow events deletions on cleanup | Vsevolod Stakhov | 2018-09-12 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-10 | 1 | -9/+8 |
|\ | |||||
| * | [Fix] Another try to fix race conditions on config unload | Vsevolod Stakhov | 2018-09-10 | 1 | -15/+17 |
| | | |||||
* | | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-10 | 3 | -8/+14 |
|\| | |||||
| * | [Fix] Fix crashes on task cleanup | Vsevolod Stakhov | 2018-09-10 | 3 | -8/+14 |
| | | |||||
* | | [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. | ||||
* | [Rework] Rework language detector | Vsevolod Stakhov | 2018-09-07 | 1 | -3/+0 |
| | |||||
* | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 3 | -14/+14 |
| | | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components | ||||
* | [Minor] Log should not depend on config | Mikhail Galanin | 2018-08-30 | 1 | -2/+2 |
| | | | | When config is being closed, some destructors could be called, and that dtors could write into log. Hence, it is better to terminate config and only then close log. And log should not refer disposed config | ||||
* | [Minor] Support ucontext on osx | Vsevolod Stakhov | 2018-08-26 | 1 | -0/+2 |
| | |||||
* | [Project] Further changes in unicode operations | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+3 |
| | | | | | | | * Normalise unicode * Add normality flag for text parts * Store UCS in text parts * Rework unicode conversions and operations | ||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Implement better support of indexes in adding of headers | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+13 |
| | |||||
* | [Minor] Store full order of headers in milter mode | Vsevolod Stakhov | 2018-08-23 | 2 | -35/+67 |
| | |||||
* | [Feature] Support adding and deletion of recipients in the milter block | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+28 |
| | |||||
* | [Minor] Fix entities decoding | Vsevolod Stakhov | 2018-08-21 | 1 | -5/+8 |
| | |||||
* | [Minor] Treat as an ordinary space | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | [Feature] Support (almost) all html entities | Vsevolod Stakhov | 2018-08-20 | 2 | -274/+2158 |
| | |||||
* | [Feature] Use khash in HTML parser | Vsevolod Stakhov | 2018-08-20 | 1 | -143/+128 |
| | |||||
* | Merge pull request #2406 from negram/lua-coroutine-model | Vsevolod Stakhov | 2018-08-20 | 3 | -5/+14 |
|\ | | | | | [Project] coroutine threaded model for API calls: thread pool | ||||
| * | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-20 | 1 | -0/+1 |
| |\ | |||||
| * \ | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-15 | 1 | -6/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-15 | 1 | -5/+6 |
| |\ \ \ | |||||
| * | | | | [Minor] Fixed composite callback | Mikhail Galanin | 2018-08-14 | 1 | -3/+3 |
| | | | | |