summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could happen when one of imklog, imzmq3, imkmsg, impstats, imjournal, or imuxsock were under heavy load during a HUP. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=489 Thanks to Guy Rozendorn for reporting the problem and Peval Levhshin for his analysis.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this bugfix introduces a very slight memory leak, which is cosmetic, as it just holds data until termination that is no longer needed. It is just the part of the config that was invalid. We will "fix" this "issue" in the devel version first, as the fix is a bit too intrusive to do without hard need in the stable version.
| | * | | 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
| | | | |
* | | | | milestone: action engine changed to partially support wrkr instance action ↵Rainer Gerhards2013-10-282-0/+7
| | | | | | | | | | | | | | | | | | | | interface
* | | | | milestone: omfile supports buffering mechanismRainer Gerhards2013-10-281-1/+7
| | | | |
* | | | | milestone: stage work for omfile worker instance handlingRainer Gerhards2013-10-281-3/+4
| | | | |
* | | | | milestone: make default modules compile again (but they do NOT work!)Rainer Gerhards2013-10-271-1/+1
| | | | |
* | | | | milestone: change output module interface -- breaks build process!Rainer Gerhards2013-10-271-1/+39
| | | | |
* | | | | milestone: now shuffeling wti ptr correctly down to action handlerRainer Gerhards2013-10-272-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | except if main queue is in direct mode -- this need smore work and thinking (probably via pthreads state variables, but let's see later)
* | | | | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-264-31/+33
| | | | |
* | | | | Merge branch 'master-var-refactor' into master-ruleengRainer Gerhards2013-10-262-1/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-1/+14
| |\| | |
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We give branch prediction hints for the frequent RETiRet macro which is used for error handling. Some slight performance gain is to be expected from that.
* | | | | maintain action ids (actionNbr)Rainer Gerhards2013-10-263-1/+9
| | | | |
* | | | | cosmetic stage workRainer Gerhards2013-10-261-2/+4
|/ / / /
* | | | 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
| | | | | | | | | | | | | | | | Thanks to Pavel Levshin for finding this bug.
* | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-0/+6
|\| | |
| * | | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-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 ↵Rainer Gerhards2013-10-231-9/+21
| | | | | | | | | | | | | | | | given
* | | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-233-8/+3
| | | | | | | | | | | | | | | | The $-var designator is now correctly stripped off the varname.
* | | | enable error message for invalid property namesRainer Gerhards2013-10-231-4/+3
| | | | | | | | | | | | | | | | | | | | also add some support for global vars back, as the syntax may not go away.
* | | | 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
| | | | | | | | | | | | | | | | in all cases except script var access -- this comes next...
* | | | 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
|/ / /
* | | regression fix: global variable access did not workRainer Gerhards2013-10-211-2/+2
| | |
* | | regression fix: global variables could not be accessed via scriptRainer Gerhards2013-10-211-1/+1
| | |
* | | cleanup: remove (no longer?) needed structure memberRainer Gerhards2013-10-211-4/+0
| | |
* | | fix compiler warningRainer Gerhards2013-10-181-1/+1
| | |
* | | refactor property-based filter decodingRainer Gerhards2013-10-182-105/+0
| | | | | | | | | | | | among others, provides *much* better error messages to user
* | | slight optimizations: avoid unnecessary writesRainer Gerhards2013-10-181-2/+4
| | | | | | | | | | | | but this happens only during config load, so no real gain
* | | include invalid property name in property filter error messageRainer Gerhards2013-10-181-4/+4
| | |