aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Really remove stupid warningsVsevolod Stakhov2018-08-252-6/+0
|
* [Project] Improve language detector: cleanup unused files, categorizeVsevolod Stakhov2018-08-2459-59/+50
|
* [Minor] Fix setting utf raw contentVsevolod Stakhov2018-08-241-0/+3
|
* [Test] Remove legacy tokenizer testsVsevolod Stakhov2018-08-241-34/+0
|
* Merge pull request #2441 from negram/coroutines-to-finish-periodic-onloadVsevolod Stakhov2018-08-2424-378/+672
|\ | | | | Coroutines to finish/periodic/onload
| * [Minor] no to misleading commentsMikhail Galanin2018-08-241-1/+1
| |
| * [Test] Use new routines in test, just for test (manual one) :)Mikhail Galanin2018-08-241-4/+51
| |
| * [Test] More test cases for ClickHouseMikhail Galanin2018-08-2412-164/+305
| |
| * [Minor] Reworked clickhouse routines using new APIMikhail Galanin2018-08-242-105/+171
| |
| * [Minor] call periodic, finish and on_load via coroutineMikhail Galanin2018-08-244-64/+77
| |
| * [Minor] Split lua_thread_pool_get on ↵Mikhail Galanin2018-08-247-41/+68
| | | | | | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config
* | Merge pull request #2439 from negram/parameters-checkVsevolod Stakhov2018-08-231-0/+3
|\ \ | | | | | | [Minor] Parameters check: either config or task should be set
| * | [Minor] Parameters check: either config or task should be setMikhail Galanin2018-08-231-0/+3
| |/
* | [Project] Further changes in unicode operationsVsevolod Stakhov2018-08-235-73/+252
| | | | | | | | | | | | | | * Normalise unicode * Add normality flag for text parts * Store UCS in text parts * Rework unicode conversions and operations
* | [Project] Start unicode reworkVsevolod Stakhov2018-08-237-39/+55
|/
* [Minor] Fix misprintVsevolod Stakhov2018-08-231-1/+1
|
* [Minor] Implement better support of indexes in adding of headersVsevolod Stakhov2018-08-231-0/+13
|
* [Minor] Store full order of headers in milter modeVsevolod Stakhov2018-08-232-35/+67
|
* Merge pull request #2438 from negram/add-coroutine-to-httpVsevolod Stakhov2018-08-2316-157/+585
|\ | | | | Add coroutine to http
| * [Test] More test cases for HTTP APIMikhail Galanin2018-08-236-22/+119
| |
| * [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-235-27/+123
| |
| * [Test] Improved process termination in testsMikhail Galanin2018-08-221-10/+26
| |
| * [Test] Added test for HTTP APIMikhail Galanin2018-08-225-4/+160
| |
| * [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-225-119/+182
| |
* | [Feature] Support adding and deletion of recipients in the milter blockVsevolod Stakhov2018-08-231-0/+28
| |
* | [Minor] Add id selector transform functionVsevolod Stakhov2018-08-221-0/+16
| |
* | [Minor] Allow to disable learn cacheVsevolod Stakhov2018-08-221-7/+13
| |
* | Merge pull request #2434 from moisseev/eslintVsevolod Stakhov2018-08-221-29/+48
|\ \ | |/ |/| [WebUI] Avoid throughput summary table reinitialization
| * [WebUI] Avoid throughput summary table reinitializationAlexander Moisseev2018-08-211-29/+48
| | | | | | | | on data update
* | [Minor] Improve charset detection logicVsevolod Stakhov2018-08-221-1/+7
| |
* | [Minor] Allow semicolon separated selectorsVsevolod Stakhov2018-08-211-2/+2
| |
* | [Minor] Allow double quotes in selectors arguments and escapesVsevolod Stakhov2018-08-211-1/+3
| |
* | Merge pull request #2433 from negram/clickhouse-migration-functional-testVsevolod Stakhov2018-08-2114-4/+873
|\ \ | | | | | | [Test] Added test for clickhouse migration vNONE -> v2
| * | [Test] Added test for clickhouse migration vNONE -> v2Mikhail Galanin2018-08-2114-4/+873
| | |
* | | [Minor] Various fixes in functional selectorsVsevolod Stakhov2018-08-211-22/+24
| | |
* | | [Minor] Improve errors loggingVsevolod Stakhov2018-08-211-2/+16
| | |
* | | [Minor] Fix selector based ratelimit configurationVsevolod Stakhov2018-08-211-1/+1
| |/ |/|
* | [Minor] Fix entities decodingVsevolod Stakhov2018-08-212-6/+10
| |
* | [Minor] Treat   as an ordinary spaceVsevolod Stakhov2018-08-211-1/+1
| |
* | [Minor] Add `in` and `not_in` transformationsVsevolod Stakhov2018-08-211-0/+21
| |
* | [Minor] Add time to the selectors specVsevolod Stakhov2018-08-211-0/+19
| |
* | [Feature] Support (almost) all html entitiesVsevolod Stakhov2018-08-202-274/+2158
| |
* | [Feature] Use khash in HTML parserVsevolod Stakhov2018-08-201-143/+128
|/
* Merge pull request #2406 from negram/lua-coroutine-modelVsevolod Stakhov2018-08-2027-720/+1576
|\ | | | | [Project] coroutine threaded model for API calls: thread pool
| * Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-2010-79/+736
| |\
| * | [Minor] Benchmark for lua callsMikhail Galanin2018-08-205-1/+189
| | |
| * | [Minor] Better naming: lua_rspamd_dns -> lua_dnsMikhail Galanin2018-08-174-10/+10
| | |
| * | [Minor] Better naming: renamed old module - lua_dns -> lua_dns_resolverMikhail Galanin2018-08-174-20/+20
| | |
| * | [Minor] Moved coroutine-related functionality of DNS resolver into a ↵Mikhail Galanin2018-08-178-94/+253
| | | | | | | | | | | | separated module
| * | [Minor] Small improvementsMikhail Galanin2018-08-173-6/+30
| | |