aboutsummaryrefslogtreecommitdiffstats
path: root/src/log_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Log should not depend on configMikhail Galanin2018-08-301-1/+1
| | | | When config is being closed, some destructors could be called, and that dtors could write into log. Hence, it is better to terminate config and only then close log. And log should not refer disposed config
* [Minor] Better Lua 5.3 compatibilityVsevolod Stakhov2018-08-151-3/+3
|
* [Fix] Use the right boolean operator on error checkMichael McConville2017-12-051-1/+1
|
* [Minor] Use rspamd_socketpair everywhereVsevolod Stakhov2017-07-251-4/+3
|
* [Minor] Prevent data corruption when dealing with signalsVsevolod Stakhov2017-07-241-0/+1
|
* [Rework] Run post-loads when all initialization is completedVsevolod Stakhov2017-07-241-2/+3
|
* [Fix] Fix abstract context layoutVsevolod Stakhov2017-06-141-2/+6
|
* [Fix] Fix passing data to log helper when many symbols definedVsevolod Stakhov2017-04-261-1/+1
|
* [Minor] Remove some unused variablesVsevolod Stakhov2017-03-101-0/+1
|
* [Fix] More random fixes for reload...Vsevolod Stakhov2017-01-171-1/+1
|
* [Fix] Plug termination memory leaksVsevolod Stakhov2017-01-101-1/+0
|
* [Fix] Fix usage of config during reloadVsevolod Stakhov2016-11-281-0/+2
|
* [Fix] Fix various warnings and issuesVsevolod Stakhov2016-11-221-2/+2
|
* [Minor] Init resolver in log helperVsevolod Stakhov2016-11-041-0/+6
|
* [Minor] Store ev_base for log_helper callbacksVsevolod Stakhov2016-11-041-1/+6
|
* [CritFix] Fix workers scripts by sharing workers configsVsevolod Stakhov2016-10-311-0/+5
|
* [Feature] Execute on_load scripts with ev_base readyVsevolod Stakhov2016-10-171-1/+2
|
* [Feature] Allow to pass extra data from plugins to log helperVsevolod Stakhov2016-09-121-4/+17
|
* [Fix] Handle log pipe read errorsVsevolod Stakhov2016-05-261-1/+8
|
* [Feature] Rework listening system to allow multiple socket types per workerVsevolod Stakhov2016-05-141-2/+2
|
* [Feature] Pass settings id to lua script from log helperVsevolod Stakhov2016-04-271-1/+2
|
* [Feature] Extend log structureVsevolod Stakhov2016-04-051-4/+12
|
* [Feature] Execute lua scripts by log helperVsevolod Stakhov2016-04-051-8/+27
|
* [Fix] Some fixes for log pipe handlingVsevolod Stakhov2016-04-041-3/+6
|
* [Minor] Add startup mutexVsevolod Stakhov2016-04-041-0/+3
|
* [Feature] Add preliminary version of log_helper workerVsevolod Stakhov2016-04-041-0/+156