aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_config.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-231-2/+2
* [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-221-115/+73
* [Minor] Small improvementsMikhail Galanin2018-08-171-4/+8
* Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-151-8/+8
|\
| * [Minor] Better Lua 5.3 compatibilityVsevolod Stakhov2018-08-151-8/+8
* | [Minor] Lua v5.3 compatibilityMikhail Galanin2018-08-151-2/+2
* | [Minor] Do not pass thread info via callback data, it is used by different tasksMikhail Galanin2018-08-151-12/+19
* | [Minor] Use coroutine model in dns resolver APIMikhail Galanin2018-08-141-1/+27
* | Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-131-0/+53
|\|
| * [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-091-0/+53
* | [Minor] Review fixesMikhail Galanin2018-08-091-8/+11
* | [Project] coroutine threaded model for API calls: thread poolMikhail Galanin2018-08-081-33/+67
|/
* [Fix] Fixed argument checking for being nullMikhail Galanin2018-08-011-1/+1
* [Minor] Initialize composite policy when defined from LuaVsevolod Stakhov2018-07-301-1/+2
* [Minor] Add `trivial` flag for symbolsVsevolod Stakhov2018-07-231-0/+4
* [Minor] Allow to initialise stat ctx via Lua APIVsevolod Stakhov2018-06-191-0/+6
* [Minor] Add preliminary config subsystem init function to Lua APIVsevolod Stakhov2018-06-181-0/+40
* [Minor] Add method to get tlds fileVsevolod Stakhov2018-06-161-0/+23
* [Fix] Fix plugins intialisation in configwizardVsevolod Stakhov2018-05-311-1/+25
* [Project] Further reworks of rescore toolVsevolod Stakhov2018-05-301-1/+46
* [Minor] Implement config parsing routines for LuaVsevolod Stakhov2018-05-301-11/+65
* [Minor] Add method to load UCL into `rspamd_config` in LuaVsevolod Stakhov2018-05-301-0/+75
* [Feature] Allow to disable lua squeezing logicVsevolod Stakhov2018-05-151-8/+19
* [Feature] Allow multiple groups for symbolsVsevolod Stakhov2018-05-151-0/+65
* [Minor] Link map and lua_map objectVsevolod Stakhov2018-04-261-0/+7
* [Fix] Try to fix various Lua stack issuesVsevolod Stakhov2018-03-221-4/+1
* [Fix] Fix some typosAndrew Lewis2018-03-181-1/+1
* [Minor] Fix issue with parent=0Vsevolod Stakhov2018-03-171-4/+11
* [Minor] Try to deal with squeezed symbols with a special careVsevolod Stakhov2018-03-161-0/+3
* [Minor] Disallow squeezing of rules with flagsVsevolod Stakhov2018-03-151-1/+6
* [Feature] Add lua rules squeezingVsevolod Stakhov2018-03-151-25/+23
* [Project] Add some generic code to squeeze lua rulesVsevolod Stakhov2018-03-151-10/+74
* [Project] Start implementation of Lua rules squeezingVsevolod Stakhov2018-03-151-29/+112
* [Minor] Torch actually requires SSE2 not SSE4.2Vsevolod Stakhov2018-03-081-1/+1
* [Feature] Add concept of experimental modulesVsevolod Stakhov2018-03-031-0/+24
* [Minor] Add new methods to get data from the configVsevolod Stakhov2018-03-011-5/+67
* [Minor] Print traceback on periodic functions failureVsevolod Stakhov2018-02-241-6/+14
* [Fix] Fix groups override when defining symbolsVsevolod Stakhov2018-02-131-1/+2
* [Feature] Add 'composites' debug moduleVsevolod Stakhov2017-12-201-0/+1
* [Minor] Store composite expression in composite structureVsevolod Stakhov2017-12-201-0/+2
* [Minor] Couple of minor fixesVsevolod Stakhov2017-12-191-2/+1
* [Rework] Kill metrics!11Vsevolod Stakhov2017-11-041-79/+37
* [Minor] Further portion of g_slice eliminationVsevolod Stakhov2017-10-281-4/+4
* [Fix] Table parameter for rspamd_config:add_doc()Andrew Lewis2017-10-271-1/+1
* [Minor] Allow to add custom maps from ucl in LuaVsevolod Stakhov2017-10-091-0/+7
* [Minor] Further steps to get rid of metrics supportVsevolod Stakhov2017-10-081-3/+3
* [Minor] Disable sse4.2 for torch...Vsevolod Stakhov2017-09-161-2/+2
* [Fix] Skip nostat tokens when get number of tokensVsevolod Stakhov2017-09-161-1/+1
* [Rework] Start moving of fann redis to torchVsevolod Stakhov2017-09-021-1/+1
* [Minor] Allow to register idempotent filters from LuaVsevolod Stakhov2017-08-121-0/+6