Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fixing memory leaks in expression-based filters | Rainer Gerhards | 2012-06-14 | 1 | -0/+74 | |
| | | | | | | | | most recently added by re_match() function | |||||
* | | re_match() function now also executes | Rainer Gerhards | 2012-06-13 | 1 | -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 filter | Rainer Gerhards | 2012-06-12 | 1 | -3/+58 | |
| | | ||||||
* | | Merge branch 'master-regexp' | Rainer Gerhards | 2012-06-12 | 1 | -1/+16 | |
|\ \ | |/ |/| | ||||||
| * | first experiments with regexp'es in RainerScript | Rainer Gerhards | 2012-05-29 | 1 | -1/+16 | |
| | | ||||||
* | | bugfix: expression-based filters with AND/OR could segfault | Rainer Gerhards | 2012-06-11 | 1 | -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 situations | Rainer Gerhards | 2012-06-05 | 1 | -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 bit | Rainer Gerhards | 2012-06-05 | 1 | -3/+2 | |
|/ | | | | so that we have cleaner code | |||||
* | bugfix: number conversion in expression evaluation was not always correct | Rainer Gerhards | 2012-04-23 | 1 | -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 correctly | Rainer Gerhards | 2012-02-01 | 1 | -1/+0 | |
| | ||||||
* | added support for v6 config system to omfwd | Rainer Gerhards | 2011-10-11 | 1 | -2/+2 | |
| | ||||||
* | milestone: queue object now has a param handler for new conf interface | Rainer Gerhards | 2011-07-22 | 1 | -0/+29 | |
| | | | | ... and action queue defs use this new interface (but not yet the main queues) | |||||
* | milestone: all syntaxes for new config handler implemented | Rainer Gerhards | 2011-07-22 | 1 | -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 Gerhards | 2011-07-21 | 1 | -0/+3 | |
| | ||||||
* | fixing minor memory leaks | Rainer Gerhards | 2011-07-21 | 1 | -0/+41 | |
| | ||||||
* | milestone: done plumbing to call plugin create action instance entry point | Rainer Gerhards | 2011-07-20 | 1 | -2/+3 | |
| | ||||||
* | milestone: size syntax implemented | Rainer Gerhards | 2011-07-19 | 1 | -0/+48 | |
| | ||||||
* | milestone: glbl obj parameters settable via new conf interface | Rainer Gerhards | 2011-07-19 | 1 | -0/+2 | |
| | ||||||
* | milestone: two syntaxes for get conf param implemented | Rainer Gerhards | 2011-07-19 | 1 | -4/+75 | |
| | ||||||
* | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 1 | -0/+139 | |
| | | | | | also, the foundation for accessing conf file params has been laid. Still more work to do... | |||||
* | better check for config errors | Rainer Gerhards | 2011-07-15 | 1 | -3/+41 | |
| | ||||||
* | renamed exprret type to var in spite of more generic use | Rainer Gerhards | 2011-07-15 | 1 | -46/+46 | |
| | ||||||
* | milestone/[WORKS AGAIN!]: looks like the new conf format is integrated | Rainer Gerhards | 2011-07-09 | 1 | -0/+52 | |
| | | | | finally completed $IncludeConfig processing. | |||||
* | checking number of parameters provided to function | Rainer Gerhards | 2011-07-09 | 1 | -2/+32 | |
| | ||||||
* | milestone/[PARTWORK]: implemented RainerScript functions | Rainer Gerhards | 2011-07-09 | 1 | -6/+110 | |
| | ||||||
* | optimized function representation | Rainer Gerhards | 2011-07-08 | 1 | -8/+28 | |
| | ||||||
* | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee) | Rainer Gerhards | 2011-07-08 | 1 | -3/+21 | |
| | ||||||
* | milestone/[PARTWORK]: implemented comparison operations | Rainer Gerhards | 2011-07-08 | 1 | -33/+219 | |
| | ||||||
* | milestone/[PARTWORK]: implemented "CONTAINS" | Rainer Gerhards | 2011-07-08 | 1 | -7/+19 | |
| | ||||||
* | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings | Rainer Gerhards | 2011-07-07 | 1 | -18/+50 | |
| | ||||||
* | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 1 | -0/+658 | |