| Commit message (Expand) | Author | Age | Files | Lines |
* | [Test] More test cases for HTTP API | Mikhail Galanin | 2018-08-23 | 6 | -22/+119 |
* | [Minor] Added coroutine support to HTTP module | Mikhail Galanin | 2018-08-23 | 5 | -27/+123 |
* | [Test] Improved process termination in tests | Mikhail Galanin | 2018-08-22 | 1 | -10/+26 |
* | [Test] Added test for HTTP API | Mikhail Galanin | 2018-08-22 | 5 | -4/+160 |
* | [Minor] Move resume/yield methods into appropriate place | Mikhail Galanin | 2018-08-22 | 5 | -119/+182 |
* | [Minor] Improve charset detection logic | Vsevolod Stakhov | 2018-08-22 | 1 | -1/+7 |
* | [Minor] Allow semicolon separated selectors | Vsevolod Stakhov | 2018-08-21 | 1 | -2/+2 |
* | [Minor] Allow double quotes in selectors arguments and escapes | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+3 |
* | Merge pull request #2433 from negram/clickhouse-migration-functional-test | Vsevolod Stakhov | 2018-08-21 | 14 | -4/+873 |
|\ |
|
| * | [Test] Added test for clickhouse migration vNONE -> v2 | Mikhail Galanin | 2018-08-21 | 14 | -4/+873 |
* | | [Minor] Various fixes in functional selectors | Vsevolod Stakhov | 2018-08-21 | 1 | -22/+24 |
* | | [Minor] Improve errors logging | Vsevolod Stakhov | 2018-08-21 | 1 | -2/+16 |
* | | [Minor] Fix selector based ratelimit configuration | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+1 |
* | | [Minor] Fix entities decoding | Vsevolod Stakhov | 2018-08-21 | 2 | -6/+10 |
* | | [Minor] Treat as an ordinary space | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+1 |
* | | [Minor] Add `in` and `not_in` transformations | Vsevolod Stakhov | 2018-08-21 | 1 | -0/+21 |
* | | [Minor] Add time to the selectors spec | Vsevolod Stakhov | 2018-08-21 | 1 | -0/+19 |
* | | [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 | 27 | -720/+1576 |
|\ |
|
| * | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-20 | 10 | -79/+736 |
| |\ |
|
| * | | [Minor] Benchmark for lua calls | Mikhail Galanin | 2018-08-20 | 5 | -1/+189 |
| * | | [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 | 8 | -94/+253 |
| * | | [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 | 24 | -145/+139 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-15 | 11 | -80/+213 |
| |\ \ \ |
|
| * | | | | [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] Fixed composite callback | Mikhail Galanin | 2018-08-14 | 1 | -3/+3 |
| * | | | | [Minor] Update some Lua using new API | Mikhail Galanin | 2018-08-14 | 2 | -49/+44 |
| * | | | | [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 | 20 | -147/+314 |
| |\ \ \ \ |
|
| * | | | | | [Minor] Use struct to pass parameters to process_atom() functions | Mikhail Galanin | 2018-08-13 | 6 | -46/+78 |
| * | | | | | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-13 | 67 | -293/+1051 |
| |\ \ \ \ \ |
|
| * | | | | | | [Minor] Review fixes | Mikhail Galanin | 2018-08-09 | 3 | -14/+66 |
| * | | | | | | Merge branch 'master' into lua-coroutine-model | Mikhail Galanin | 2018-08-08 | 6 | -266/+539 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | [Project] coroutine threaded model for API calls: thread pool | Mikhail Galanin | 2018-08-08 | 6 | -34/+233 |
* | | | | | | | | [Fix] Use unicode replacements for HTML entities | Vsevolod Stakhov | 2018-08-20 | 1 | -159/+152 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Merge pull request #2430 from moisseev/eslint | Vsevolod Stakhov | 2018-08-19 | 2 | -5/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [WebUI] Update FooTable 3.1.4 -> 3.1.6 | Alexander Moisseev | 2018-08-19 | 2 | -5/+5 |
|/ / / / / / / |
|
* | | | | | | | [Minor] Combine selectors and use the proper table field in ratelimit | Vsevolod Stakhov | 2018-08-19 | 1 | -14/+26 |
* | | | | | | | [Feature] Add selectors combine function | Vsevolod Stakhov | 2018-08-19 | 1 | -5/+56 |
* | | | | | | | [Feature] Support selectors in ratelimit module | Vsevolod Stakhov | 2018-08-18 | 1 | -8/+30 |
* | | | | | | | [Minor] Add request header selector | Vsevolod Stakhov | 2018-08-17 | 1 | -0/+12 |
* | | | | | | | [Minor] Fix vector invocation of elt transformer | Vsevolod Stakhov | 2018-08-17 | 1 | -1/+2 |