aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Allow to limit maps per specific workerVsevolod Stakhov2019-11-111-13/+26
* [Rework] Replace controller functions by any scanner worker if neededVsevolod Stakhov2019-11-111-2/+2
* [Feature] Allow to disable symbols from the metric configVsevolod Stakhov2019-11-081-2/+7
* [Minor] Stop periodics on terminateVsevolod Stakhov2019-11-081-0/+8
* [Fix] Check results of write message as SSL can bork themVsevolod Stakhov2019-11-051-3/+1
* [Minor] Slightly improve logging in case of terminationVsevolod Stakhov2019-11-041-1/+2
* [Minor] Lua_http: Save log tagVsevolod Stakhov2019-11-031-0/+7
* [Fix] Another try to fix slow callbacks and timersVsevolod Stakhov2019-10-311-3/+0
* [Minor] Use slightly better fast PRNGsVsevolod Stakhov2019-10-311-2/+2
* [Minor] Send current timestamp to the periodic callbacksVsevolod Stakhov2019-10-291-1/+2
* [Minor] Update event loop timer in lua_http as it can cause troublesVsevolod Stakhov2019-10-291-0/+2
* [Minor] Lua_http: Preallocate body when parsing tablesVsevolod Stakhov2019-10-281-11/+44
* [Minor] Add safety check when using icu ubrk iteratorsVsevolod Stakhov2019-10-241-1/+1
* [Minor] Document `image` flag in url:get_flags()Anton Yuzhaninov2019-10-231-0/+1
* [Minor] Fix doc comment for url.initAnton Yuzhaninov2019-10-231-1/+1
* [Minor] Fix documentationVsevolod Stakhov2019-10-231-1/+4
* [Minor] Log error in a more straightforward wayVsevolod Stakhov2019-10-221-1/+2
* [Fix] Sigh, another email to string fixVsevolod Stakhov2019-10-221-15/+9
* [Minor] Lua_url: Another fix for emails to stringVsevolod Stakhov2019-10-221-4/+12
* [Fix] Fix misprintVsevolod Stakhov2019-10-211-1/+1
* [Fix] Neural: Add protection agains infinitiesVsevolod Stakhov2019-10-181-1/+1
* [Fix] Lua_tcp: Deal with temporary fails on writeVsevolod Stakhov2019-10-181-5/+12
* [Fix] Lua_tcp: Make write errors fatal and rework error handlersVsevolod Stakhov2019-10-181-8/+15
* [Minor] Do not use floating point when extending buffersVsevolod Stakhov2019-10-171-1/+1
* [Minor] Try to fix CI error due to clang bugVsevolod Stakhov2019-10-171-2/+4
* [Minor] Skip double message processingVsevolod Stakhov2019-10-121-1/+9
* [Minor] Oops, fix another case of dtorsVsevolod Stakhov2019-10-121-1/+3
* [Minor] Set processed stage when called from LuaVsevolod Stakhov2019-10-121-2/+8
* [Fix] Fix crash due to constructors init orderVsevolod Stakhov2019-10-121-5/+5
* [Minor] Remove deleted codeVsevolod Stakhov2019-10-111-4/+0
* [Feature] Add limit for number of URLs in LuaVsevolod Stakhov2019-10-111-2/+43
* [Minor] Add default limit for rbl requestsVsevolod Stakhov2019-10-111-0/+24
* [Minor] Distinguish absent IP address in a more sane wayVsevolod Stakhov2019-10-111-2/+12
* [Minor] Fix modules loading logicVsevolod Stakhov2019-10-101-12/+23
* [Minor] Fix compile warningsVsevolod Stakhov2019-10-105-32/+23
* [Minor] Fix fromtable methodVsevolod Stakhov2019-10-101-2/+4
* [Minor] Fix creation of the text from tableVsevolod Stakhov2019-10-101-2/+8
* [Fix] Add another safe-guard in urls processingVsevolod Stakhov2019-10-091-2/+6
* [Fix] Sort keys when getting data from Lua when filling rulesVsevolod Stakhov2019-10-042-12/+33
* [Minor] Oops, fix unref logicVsevolod Stakhov2019-09-301-1/+0
* [Fix] Fix registry leak in case of DNS errorsVsevolod Stakhov2019-09-301-1/+10
* [Fix] Distinguish remote and local addrs parsingVsevolod Stakhov2019-09-286-9/+18
* [Rework] Rework initialisation to reduce static leaks countVsevolod Stakhov2019-09-272-8/+18
* [Minor] Fix various static leaksVsevolod Stakhov2019-09-272-2/+6
* [Minor] Fix return values in Lua APIVsevolod Stakhov2019-09-271-13/+21
* [Minor] Fix re matching when len == 0Vsevolod Stakhov2019-09-271-4/+5
* [Fix] Do not call implicit strlen to avoid issuesVsevolod Stakhov2019-09-264-9/+11
* [Minor] Fill structure fieldsVsevolod Stakhov2019-09-241-0/+2
* [Feature] Support more hyperscan flagsVsevolod Stakhov2019-09-241-0/+6
* [Minor] Lua_worker: Improve control commands handlersVsevolod Stakhov2019-09-231-2/+68