summaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-2/+54
* implemented STARTSWITH vm instructionRainer Gerhards2008-02-261-1/+18
* fixed segfault when pure string values were tried to be addedRainer Gerhards2008-02-251-7/+6
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-0/+16
* - added sysvar classRainer Gerhards2008-02-251-3/+13
* - added PUSHMSGVAR operationRainer Gerhards2008-02-251-3/+70
* - added some temporary testing aids to conf.c, so that we can debugRainer Gerhards2008-02-251-8/+71
* implemented majority of comparison operationsRainer Gerhards2008-02-251-25/+111
* implemented data type conversionRainer Gerhards2008-02-251-29/+35
* begun implementing rsyslog virtual machine (vm class)Rainer Gerhards2008-02-221-0/+221