summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-devel'Rainer Gerhards2013-11-194-14/+52
|\
| * 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
| | |
* | | testbench: fix make distcheckRainer Gerhards2013-11-192-3/+9
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-191-0/+2
|\| |
| * | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+2
| |\|
| | * testbench: add missing files to distribution tarballRainer Gerhards2013-11-191-0/+2
| | |
* | | prepare for 8.1.1 releasev8.1.1Rainer Gerhards2013-11-193-3/+3
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-190-0/+0
|\| |
| * | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-1/+1
| |\|
| | * testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
| | |
* | | testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-195-11/+55
|\| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | 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 ..."
* | | nitfix testbench: remove leftover from initial testingRainer Gerhards2013-11-181-1/+0
| | |
* | | testbench: add simple test for "stop" statementRainer Gerhards2013-11-183-0/+25
| | |
* | | bugfix: STOP/discard(~) was mostly NOT honoredRainer Gerhards2013-11-182-26/+51
| | | | | | | | | | | | This lead to execution of config code that was not meant to be executed.
* | | bugfix: memory leak on worker thread terminationRainer Gerhards2013-11-182-0/+5
| | |
* | | help detect unavailable output target as quickly as possibleRainer Gerhards2013-11-182-0/+2
| | |
* | | bugfix: potential segfault in omfile under heavy loadRainer Gerhards2013-11-182-6/+8
| | |
* | | testbench: add test for global variablesRainer Gerhards2013-11-183-0/+33
| | |
* | | testbench: sort must be numericaly to cover all (upcoming) casesRainer Gerhards2013-11-181-3/+3
| | |
* | | doc: maintain ChangeLogRainer Gerhards2013-11-181-0/+2
| | |
* | | Fix segfault after conversion to v8Pavel Levshin2013-11-181-1/+0
| | |
* | | doc: omhiredis now works on v8Rainer Gerhards2013-11-182-1/+2
| | |
* | | Convert to v8 interfacePavel Levshin2013-11-181-52/+68
| | |
* | | bugfix: potential abort on startup in debug modeRainer Gerhards2013-11-172-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This depends on template type being used. The root cause was a non-necessary debug output, which were at the wrong spot (leftover from initial testing). Thanks to Pavel Levshin for alerting us and providing a patch proposal.
* | | mmaudit: now supports v8 output module interface and work againRainer Gerhards2013-11-173-2/+19
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-11-163-4/+8
|\ \ \ | | |/ | |/| | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | 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-devel'Rainer Gerhards2013-11-152-1/+11
|\ \ \ | | |/ | |/|
| * | 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.
* | | prepare for 8.1.0 releasev8.1.0Rainer Gerhards2013-11-151-1/+1
| | |
* | | fix: ruleset queues were activated too earlyRainer Gerhards2013-11-145-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | This does not cause issues in v7, but here we have the problem that the total number of actions, which now is required for wti sizing, is not available at that early stage. So we needed to delay queue startup until everything is processed (just as it should have been already!). Note the previously we could have a segfault on first message when ruleset queues were used.
* | | testbench: add new test vor v6+ formatRainer Gerhards2013-11-143-0/+68
| | |
* | | regression fix: misadressing if worker thread was restartedRainer Gerhards2013-11-141-0/+1
| | |
* | | regression fix: failure if more than one template was to processRainer Gerhards2013-11-132-1/+8
| | |
* | | doc: note that v8 output module interface is not yet stableRainer Gerhards2013-11-131-0/+4
| | |
* | | document yet-untested modulesRainer Gerhards2013-11-131-1/+19
| | |