summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Test] Disable warningAlexander Moisseev2018-09-041-0/+1
* Merge pull request #2457 from negram/hs-worker-fixVsevolod Stakhov2018-09-031-1/+1
|\
| * [Minor] Fixed HyperScan worker buildMikhail Galanin2018-09-031-1/+1
|/
* Merge pull request #2456 from moisseev/eslintVsevolod Stakhov2018-09-027-4/+111
|\
| * [WebUI] Add progress bar for AJAX requestsAlexander Moisseev2018-09-027-4/+111
|/
* Merge pull request #2454 from moisseev/eslintVsevolod Stakhov2018-09-013-57/+40
|\
| * [WebUI] Fix tables destroyingAlexander Moisseev2018-09-012-50/+34
| * [WebUI] Destroy summary table on disconnectAlexander Moisseev2018-09-012-14/+13
* | Merge pull request #2450 from negram/log-should-not-be-tied-to-configVsevolod Stakhov2018-08-3011-30/+58
|\ \
| * | [Minor] Log should not depend on configMikhail Galanin2018-08-3011-30/+58
* | | Merge pull request #2449 from negram/fix-cbref-checkVsevolod Stakhov2018-08-301-2/+2
|\ \ \
| * | | [Minor] cbref is initilised with -1 by defaultMikhail Galanin2018-08-301-2/+2
|/ / /
* | | [Minor] Fix byte array allocationVsevolod Stakhov2018-08-291-9/+4
* | | Merge pull request #2446 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-08-291-6/+6
|\ \ \ | |_|/ |/| |
| * | also trigger DNSWL score rule in case mails are properly ARC signedheraklit2562018-08-271-6/+6
* | | Merge pull request #2447 from moisseev/patch-1Vsevolod Stakhov2018-08-281-2/+0
|\ \ \ | |_|/ |/| |
| * | [Conf] Fix whitelist.confAlexander Moisseev2018-08-281-2/+0
|/ /
* | Merge pull request #2445 from heraklit256/rbl_groupnameVsevolod Stakhov2018-08-271-1/+1
|\ \
| * | adjust Spamhaus group name for received IPsheraklit2562018-08-271-1/+1
* | | Merge pull request #2444 from moisseev/eslintVsevolod Stakhov2018-08-274-112/+140
|\ \ \
| * | | [Minor] Use loop to destroy graphs and tablesAlexander Moisseev2018-08-271-24/+6
| * | | [Minor] Destroy symbols table on disconnectAlexander Moisseev2018-08-272-10/+6
| * | | [WebUI] Avoid errors table reinitializationAlexander Moisseev2018-08-262-17/+27
| * | | [WebUI] Avoid history table reinitializationAlexander Moisseev2018-08-263-64/+104
* | | | [Minor] Support ucontext on osxVsevolod Stakhov2018-08-263-0/+4
* | | | [Minor] Improve virtual ticks obtaining methodsVsevolod Stakhov2018-08-264-5/+30
* | | | Merge pull request #2442 from negram/more-check-parametersVsevolod Stakhov2018-08-261-2/+9
|\ \ \ \
| * | | | [Minor] check if required parameters are set when calling tcp:request()Mikhail Galanin2018-08-241-2/+9
* | | | | [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
|\ \ \ \
| * | | | [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 lua_thread_pool_get_for_task/lua_thread_...Mikhail Galanin2018-08-247-41/+68
* | | | | Merge pull request #2439 from negram/parameters-checkVsevolod Stakhov2018-08-231-0/+3
|\ \ \ \ \
| * | | | | [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
* | | | | [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
|\ \ \
| * | | [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