summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* emit warning message if output module with msg passing mode runs asynchronouslyRainer Gerhards2013-11-072-0/+16
* bugfix: regular workers are no longer started if DA worker is activePavel Levshin2013-11-071-8/+7
* cleanup no longer needed codeRainer Gerhards2013-11-074-8/+1
* Merge branch 'master' into master-newwtipoolRainer Gerhards2013-11-071-2/+3
|\
| * do not adjust batch size for disk queuesRainer Gerhards2013-11-071-1/+1
| * do not complain for queue size on DA queuesRainer Gerhards2013-11-061-1/+2
* | improve worker thread pool handlingPavel Levshin2013-11-064-6/+15
|/
* Merge branch 'v7-stable'Rainer Gerhards2013-11-051-6/+14
|\
| * improved checking of queue config parameters on startupRainer Gerhards2013-11-051-6/+7
| * emit warning message if queue.size is set dangerously lowRainer Gerhards2013-11-051-0/+7
* | Merge branch 'v7-stable'Rainer Gerhards2013-11-052-1/+32
|\|
| * Merge branch 'v7-stable-call-ruleset-queue' into v7-stableRainer Gerhards2013-11-052-1/+32
| |\
| | * bugfix: call to ruleset with async queue did not use the queueRainer Gerhards2013-06-262-1/+32
* | | add debug output for global vars (unsupported!) during property filter evalua...Rainer Gerhards2013-10-161-3/+3
* | | Merge branch 'master' into tmpRainer Gerhards2013-10-162-3/+14
|\ \ \
| * | | undo "localhostname property handling simplification", which broke thingsRainer Gerhards2013-10-162-3/+14
* | | | Merge branch 'master-var-refactor' into tmpRainer Gerhards2013-10-167-400/+223
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-1/+14
| |\ \ \
| * | | | cleanup: remove no longer needed codeRainer Gerhards2013-10-241-86/+0
| * | | | refactoring regression fix: segfault if $$now is used in scriptRainer Gerhards2013-10-241-0/+6
| * | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-0/+6
| |\ \ \ \
| * | | | | (temporarily?) re-enable global vars in string templatesRainer Gerhards2013-10-231-0/+2
| * | | | | refactoring regression fix: invalid free for JSON propertiesRainer Gerhards2013-10-231-1/+4
| * | | | | permit writing not only msg variables via the msgAddJSON() APIRainer Gerhards2013-10-231-18/+17
| * | | | | bugfix: unset statement always worked on message var, even if local var was g...Rainer Gerhards2013-10-231-9/+21
| * | | | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-233-8/+3
| * | | | | enable error message for invalid property namesRainer Gerhards2013-10-231-4/+3
| * | | | | refactor: align jsonFind() calling interface with recent changesRainer Gerhards2013-10-232-5/+5
| * | | | | minor cleanupRainer Gerhards2013-10-231-2/+0
| * | | | | refactor: remove now no-longer needed functionsRainer Gerhards2013-10-233-99/+0
| * | | | | refactor get.*PropVal() series of functionsRainer Gerhards2013-10-232-35/+25
| * | | | | remove no longer necessary casesRainer Gerhards2013-10-231-6/+2
| * | | | | fix potential segfault introduced by last refactoringRainer Gerhards2013-10-231-2/+5
| * | | | | refactor: simplify JSON variable accessRainer Gerhards2013-10-233-31/+22
| * | | | | refactor: use common code for message property description processingRainer Gerhards2013-10-226-77/+122
| * | | | | refactor: somewhat simplify property-name-to-id mappingRainer Gerhards2013-10-212-21/+4
| * | | | | work a bit toward string handling unificationRainer Gerhards2013-10-213-62/+48
| * | | | | prep work to support one-char variable namepacesRainer Gerhards2013-10-211-6/+6
* | | | | | refactor: simplify localHostName property handlingRainer Gerhards2013-10-282-15/+3
* | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-281-6/+36
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | remove memleak introduced by GenerateLocalHostName HUP bugfixRainer Gerhards2013-10-281-13/+32
| * | | | bugfix: potential abort during HUPRainer Gerhards2013-10-281-7/+18
| * | | | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-10-241-0/+6
| * | | | bugfix: invalid property filter was not properly disabled in rulesetRainer Gerhards2013-10-181-0/+1
| * | | | bugfix: potential misadressing when trimming cstr'sRainer Gerhards2013-10-181-1/+1
| * | | | add missing function prototypeRainer Gerhards2013-10-181-0/+1
| * | | | cosmetic: remove compiler warningsRainer Gerhards2013-10-181-3/+4
* | | | | Make use of int64 json numbers, if availablePavel Levshin2013-10-261-0/+8
* | | | | slight performance optimization if GCC is usedRainer Gerhards2013-10-261-1/+6
| |_|/ / |/| | |
* | | | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-10-241-0/+6
| |/ / |/| |