summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testbench: stop-localvar did actually test msg vars - now fixedRainer Gerhards2013-11-241-4/+4
|
* Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-231-0/+7
|\
| * doc: add link to new online impstats analyzer toolRainer Gerhards2013-11-221-0/+7
| |
* | testbench: add test for rfc5424 parserRainer Gerhards2013-11-223-0/+25
| |
* | testbench: enable test tools to support RFC5424 nativelyRainer Gerhards2013-11-222-11/+46
| |
* | testbench: add test for mmpstrucdataRainer Gerhards2013-11-223-0/+31
| |
* | bugfix: mmpstrucdata generated inaccessible propertiesRainer Gerhards2013-11-213-2/+28
| |
* | queue: dynamic default for discardMark, emit warning if set very lowRainer Gerhards2013-11-212-4/+32
| |
* | queue: guard various config param defaults against very low queue sizesRainer Gerhards2013-11-211-8/+27
| |
* | doc: add new queue parameterRainer Gerhards2013-11-211-1/+13
| |
* | queue: add config parameter queue.spooldirectoryRainer Gerhards2013-11-211-0/+12
| | | | | | | | | | | | Conflicts: runtime/queue.c
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-212-8/+33
|\| | | | | | | | | Conflicts: runtime/queue.c
| * doc: maintain ChangeLogRainer Gerhards2013-11-211-0/+3
| |
| * queue: spool directory setting was not properly propagated to DA queueRainer Gerhards2013-11-211-1/+21
| |
| * refactor queue spool directory config handlingRainer Gerhards2013-11-211-7/+7
| |
* | testbench: improve testRainer Gerhards2013-11-201-1/+2
| |
* | bugfix: RainerScript optimizer did not optimize PRI filtersRainer Gerhards2013-11-202-4/+7
| | | | | | | | | | things like "if $syslogfacility-text == "local3"" were not converted to PRIFILT. This was a regression introduced in 7.5.6.
* | testbench: add test for RainerScript optimizerRainer Gerhards2013-11-203-0/+27
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+1
|\|
| * bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-194-0/+4
| | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c
* | queue.workerThreadMinimumMessage set to queue.size / num workersRainer Gerhards2013-11-193-3/+20
| |
* | bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-194-0/+5
| |
* | queue: auto-adjust watermarksRainer Gerhards2013-11-193-12/+19
| |
* | queue: warn if high watermark is set too lowRainer Gerhards2013-11-191-0/+8
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+2
|\|
| * testbench: add missing files to distribution tarballRainer Gerhards2013-11-191-0/+2
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-1/+1
|\|
| * testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-193-0/+34
|\|
| * testbench: add new testRainer Gerhards2013-11-193-0/+34
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-194-11/+23
|\| | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c
| * bugfix: segfault on startup when certain script constructs are usedRainer Gerhards2013-11-192-0/+6
| | | | | | | | e.g. "if not $msg ..."
| * bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctlyRainer Gerhards2013-11-152-3/+6
| | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
| * doc typo fixRainer Gerhards2013-11-151-1/+1
| |
| * doc: fix glitch in v6+ parameter descriptionRainer Gerhards2013-11-151-1/+2
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-152-1/+11
|\| | | | | | | | | Conflicts: ChangeLog
| * doc: add Tomas' patch to ChangeLogRainer Gerhards2013-11-151-0/+3
| |
| * imuxsock: pass along missing legacy config variablesTomas Heinrich2013-11-151-1/+5
| | | | | | | | | | | | | | Not doing so caused that the system log socket was unaffected by these directives. bCreatePath is still not passed but currently, there's no placeholder for it.
* | doc: maintain ChangeLogRainer Gerhards2013-11-081-0/+2
| |
* | bugfix: regression in template processingPavel Levshin2013-11-081-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-11-080-0/+0
|\|
| * omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | emit warning message if output module with msg passing mode runs asynchronouslyRainer Gerhards2013-11-075-1/+27
| |
* | doc: maintain ChangeLogRainer Gerhards2013-11-071-6/+12
| |
* | bugfix: regular workers are no longer started if DA worker is activePavel Levshin2013-11-071-8/+7
| | | | | | | | | | form mail: Look, below, if it is time to activate DA worker, we call it explicitly. But in this case we do not advise regular workers. They are likely already running at this point, but it is not guaranteed. What if, for example, the system is set to start additional workers when the queue is going over high watermark? What if HighWatermark is set to 1? Regular workers will not be started, and DA worker may fail. Thus, it is reasonable to advise regular workers even if we are going DA.
* | cleanup no longer needed codeRainer Gerhards2013-11-074-8/+1
| |
* | Merge branch 'master' into master-newwtipoolRainer Gerhards2013-11-073-2/+5
|\ \
| * | Merge branch 'v7-stable'Rainer Gerhards2013-11-070-0/+0
| |\|
| | * do not adjust batch size for disk queuesRainer Gerhards2013-11-071-1/+1
| | |