summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | some debug aids & useful commments for going forwardRainer Gerhards2013-11-011-1/+13
* | | | | refactor: move handling too-frequent tryResume == OK to wti_tRainer Gerhards2013-11-011-0/+18
* | | | | refactor: move action state to wti (as we are now on a per-thread basis)Rainer Gerhards2013-11-013-2/+23
|/ / / /
* | | | remove pData emulation from v8 omod interfaceRainer Gerhards2013-10-311-2/+0
* | | | remove pData from tryResume callbackRainer Gerhards2013-10-301-2/+1
* | | | omelasticsearch: upgrade to v8 ouptut module interfaceRainer Gerhards2013-10-301-2/+3
* | | | call freeWrkrInstance() on worker thread terminationRainer Gerhards2013-10-292-4/+19
* | | | add debug output for worker actionsRainer Gerhards2013-10-291-0/+2
* | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-293-6/+17
|\| | |
| * | | 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
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | add freeWrkrInstance to output module interfaceRainer Gerhards2013-10-293-2/+6
* | | | | move all builtin-modules to new wrkr activation interface; make this mandatoryRainer Gerhards2013-10-291-5/+1
* | | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-282-21/+39
|\| | | |
| * | | | 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
* | | | | milestone: action engine changed to partially support wrkr instance action in...Rainer Gerhards2013-10-282-0/+7
* | | | | 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
* | | | | 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
* | | | | 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
* | | | 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 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