| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] Added coroutines support for TCP library | Mikhail Galanin | 2018-08-30 | 2 | -64/+778 |
* | [Minor] check if required parameters are set when calling tcp:request() | Mikhail Galanin | 2018-08-24 | 1 | -2/+9 |
* | Merge pull request #2441 from negram/coroutines-to-finish-periodic-onload | Vsevolod Stakhov | 2018-08-24 | 7 | -102/+142 |
|\ |
|
| * | [Minor] no to misleading comments | Mikhail Galanin | 2018-08-24 | 1 | -1/+1 |
| * | [Minor] call periodic, finish and on_load via coroutine | Mikhail Galanin | 2018-08-24 | 3 | -63/+76 |
| * | [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_... | Mikhail Galanin | 2018-08-24 | 6 | -39/+66 |
* | | Merge pull request #2439 from negram/parameters-check | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+3 |
|\ \ |
|
| * | | [Minor] Parameters check: either config or task should be set | Mikhail Galanin | 2018-08-23 | 1 | -0/+3 |
| |/ |
|
* / | [Project] Start unicode rework | Vsevolod Stakhov | 2018-08-23 | 1 | -6/+2 |
|/ |
|
* | [Minor] Added coroutine support to HTTP module | Mikhail Galanin | 2018-08-23 | 5 | -27/+123 |
* | [Minor] Move resume/yield methods into appropriate place | Mikhail Galanin | 2018-08-22 | 5 | -119/+182 |
* | [Minor] Better naming: lua_rspamd_dns -> lua_dns | Mikhail Galanin | 2018-08-17 | 4 | -10/+10 |
* | [Minor] Better naming: renamed old module - lua_dns -> lua_dns_resolver | Mikhail Galanin | 2018-08-17 | 4 | -20/+20 |
* | [Minor] Moved coroutine-related functionality of DNS resolver into a separate... | Mikhail Galanin | 2018-08-17 | 6 | -90/+245 |
* | [Minor] Small improvements | Mikhail Galanin | 2018-08-17 | 3 | -6/+30 |
* | [Minor] use callback helpers to avoid conflicts between coroutine- and callba... | Mikhail Galanin | 2018-08-17 | 4 | -126/+187 |
* | [Minor] Added callback helpers | Mikhail Galanin | 2018-08-17 | 3 | -11/+50 |
* | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-15 | 17 | -105/+105 |
|\ |
|
| * | [Minor] Better Lua 5.3 compatibility | Vsevolod Stakhov | 2018-08-15 | 17 | -105/+105 |
* | | [Minor] Lua v5.3 compatibility | Mikhail Galanin | 2018-08-15 | 1 | -2/+2 |
* | | [Minor] Do not pass thread info via callback data, it is used by different tasks | Mikhail Galanin | 2018-08-15 | 1 | -12/+19 |
* | | [Minor] Better return value - table/string for result, true/false as error sign | Mikhail Galanin | 2018-08-14 | 1 | -19/+34 |
* | | [Minor] Use coroutine model in dns resolver API | Mikhail Galanin | 2018-08-14 | 5 | -21/+106 |
* | | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-14 | 4 | -4/+57 |
|\| |
|
| * | [Fix] Add fail-safety for destroying sessions | Vsevolod Stakhov | 2018-08-14 | 3 | -2/+34 |
| * | [Minor] Fix conditional debugging | Vsevolod Stakhov | 2018-08-13 | 1 | -2/+23 |
* | | [Minor] Use struct to pass parameters to process_atom() functions | Mikhail Galanin | 2018-08-13 | 1 | -22/+34 |
* | | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-13 | 23 | -66/+574 |
|\| |
|
| * | [Feature] Add pure Lua debugm function | Vsevolod Stakhov | 2018-08-10 | 1 | -43/+55 |
| * | [Minor] Add logx method to the logger | Vsevolod Stakhov | 2018-08-10 | 1 | -18/+39 |
| * | [Fix] Do not try to process skipped messages | Vsevolod Stakhov | 2018-08-10 | 1 | -0/+5 |
| * | [Fix] Fix HTTP requests with no body | Vsevolod Stakhov | 2018-08-09 | 1 | -5/+9 |
| * | [Minor] Allow to get a trace function | Vsevolod Stakhov | 2018-08-09 | 1 | -0/+20 |
| * | [Feature] Add support for Lua API tracing | Vsevolod Stakhov | 2018-08-09 | 23 | -2/+448 |
* | | [Minor] Review fixes | Mikhail Galanin | 2018-08-09 | 3 | -14/+66 |
* | | [Project] coroutine threaded model for API calls: thread pool | Mikhail Galanin | 2018-08-08 | 4 | -34/+229 |
|/ |
|
* | [Feature] Support gathering HTTP body from fragments in lua_http | Vsevolod Stakhov | 2018-08-07 | 1 | -0/+29 |
* | [Minor] Various fixes to lua_task_load_from_string method | Vsevolod Stakhov | 2018-08-07 | 1 | -21/+20 |
* | [Fix] Fixed argument checking for being null | Mikhail Galanin | 2018-08-01 | 1 | -1/+1 |
* | Merge pull request #2385 from negram/extract_specific_urls-rework | Vsevolod Stakhov | 2018-07-31 | 2 | -5/+112 |
|\ |
|
| * | [Fix] codestyle | Mikhail Galanin | 2018-07-31 | 2 | -2/+2 |
| * | [Minor] added test parsing html/phished urls | Mikhail Galanin | 2018-07-31 | 2 | -5/+112 |
* | | [Fix] Fix messages insertion | Vsevolod Stakhov | 2018-07-31 | 1 | -1/+1 |
|/ |
|
* | [Minor] Initialize composite policy when defined from Lua | Vsevolod Stakhov | 2018-07-30 | 1 | -1/+2 |
* | [Project] Adopt functions | Vsevolod Stakhov | 2018-07-24 | 1 | -40/+21 |
* | [Minor] Add `trivial` flag for symbols | Vsevolod Stakhov | 2018-07-23 | 1 | -0/+4 |
* | [Feature] Disable all SSL checks if ssl_no_verify flag is set | Vsevolod Stakhov | 2018-07-19 | 1 | -1/+2 |
* | [Minor] Support HTTP basic auth in Lua HTTP | Vsevolod Stakhov | 2018-07-19 | 1 | -7/+44 |
* | [Minor] Rework headers extracting API | Vsevolod Stakhov | 2018-07-17 | 3 | -54/+103 |
* | [Minor] Slightly improve and document task:set_user method | Vsevolod Stakhov | 2018-07-17 | 1 | -3/+30 |