summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.c
Commit message (Collapse)AuthorAgeFilesLines
* milestone: LIST-type templates work, but no all options yet presentRainer Gerhards2012-08-251-0/+18
|
* milestone: base plumbing for LIST-type templates mostly in placeRainer Gerhards2012-08-251-0/+39
|
* milestone: module() can load module in legacy modeRainer Gerhards2012-06-201-1/+0
|
* bugfix: small static memory leak in expression based filtersRainer Gerhards2012-06-141-0/+1
| | | | function names were not freed upon config shutdown
* fixing memory leaks in expression-based filtersRainer Gerhards2012-06-141-0/+74
| | | | most recently added by re_match() function
* re_match() function now also executesRainer Gerhards2012-06-131-4/+16
| | | | | things now basically work. however, there is at least a (small) memory leak and the code needs to be further reviewed
* milestone: regex is compiled from script based filterRainer Gerhards2012-06-121-3/+58
|
* Merge branch 'master-regexp'Rainer Gerhards2012-06-121-1/+16
|\
| * first experiments with regexp'es in RainerScriptRainer Gerhards2012-05-291-1/+16
| |
* | bugfix: expression-based filters with AND/OR could segfaultRainer Gerhards2012-06-111-2/+4
| | | | | | | | | | | | | | | | due to a problem with boolean shortcut operations. From the user's perspective, the segfault is almost non-deterministic (it occurs when a shortcut is used). Thanks to Lars Peterson for providing the initial bug report and his support in solving it.
* | regression fix: last memleak bugfix caused abort in some situationsRainer Gerhards2012-06-051-1/+3
| | | | | | | | | | The problem was introduced by the fix I did roughly an hour ago. Obviously, no released version is affected.
* | restructured cfsysline handling a bitRainer Gerhards2012-06-051-3/+2
|/ | | | so that we have cleaner code
* bugfix: number conversion in expression evaluation was not always correctRainer Gerhards2012-04-231-2/+4
| | | | | was invalid when the property was no string. Currently all props are strings, so this bug never could hit in practice.
* conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-011-1/+0
|
* added support for v6 config system to omfwdRainer Gerhards2011-10-111-2/+2
|
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-0/+29
| | | | ... and action queue defs use this new interface (but not yet the main queues)
* milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-221-0/+130
| | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
* bugfix: abort in omfile (in brand-new code)Rainer Gerhards2011-07-211-0/+3
|
* fixing minor memory leaksRainer Gerhards2011-07-211-0/+41
|
* milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-2/+3
|
* milestone: size syntax implementedRainer Gerhards2011-07-191-0/+48
|
* milestone: glbl obj parameters settable via new conf interfaceRainer Gerhards2011-07-191-0/+2
|
* milestone: two syntaxes for get conf param implementedRainer Gerhards2011-07-191-4/+75
|
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-191-0/+139
| | | | | also, the foundation for accessing conf file params has been laid. Still more work to do...
* better check for config errorsRainer Gerhards2011-07-151-3/+41
|
* renamed exprret type to var in spite of more generic useRainer Gerhards2011-07-151-46/+46
|
* milestone/[WORKS AGAIN!]: looks like the new conf format is integratedRainer Gerhards2011-07-091-0/+52
| | | | finally completed $IncludeConfig processing.
* checking number of parameters provided to functionRainer Gerhards2011-07-091-2/+32
|
* milestone/[PARTWORK]: implemented RainerScript functionsRainer Gerhards2011-07-091-6/+110
|
* optimized function representationRainer Gerhards2011-07-081-8/+28
|
* milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-081-3/+21
|
* milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-081-33/+219
|
* milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-081-7/+19
|
* milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-071-18/+50
|
* milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-071-0/+658