Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bugfix: abort in omfile (in brand-new code) | Rainer Gerhards | 2011-07-21 | 3 | -1/+7 | |
| | ||||||
* | fixing minor memory leaks | Rainer Gerhards | 2011-07-21 | 2 | -1/+46 | |
| | ||||||
* | 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 | 2 | -0/+3 | |
| | ||||||
* | milestone: two syntaxes for get conf param implemented | Rainer Gerhards | 2011-07-19 | 2 | -4/+76 | |
| | ||||||
* | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 3 | -0/+184 | |
| | | | | | also, the foundation for accessing conf file params has been laid. Still more work to do... | |||||
* | removed some printf's left in lexer | Rainer Gerhards | 2011-07-15 | 1 | -4/+5 | |
| | | | | | may cause some mild confusion if someone actually uses the not-yet-officially-supported construct | |||||
* | better check for config errors | Rainer Gerhards | 2011-07-15 | 4 | -23/+63 | |
| | ||||||
* | renamed exprret type to var in spite of more generic use | Rainer Gerhards | 2011-07-15 | 2 | -49/+55 | |
| | ||||||
* | preparing for 6.3.3v6.3.3 | Rainer Gerhards | 2011-07-13 | 1 | -0/+1 | |
| | ||||||
* | forgotten to support the discard action ("~") | Rainer Gerhards | 2011-07-13 | 1 | -0/+1 | |
| | ||||||
* | doc: v6 compatiblity doc added | Rainer Gerhards | 2011-07-13 | 1 | -3/+4 | |
| | ||||||
* | lexer bug: *.somewhat PRIs not detected | Rainer Gerhards | 2011-07-13 | 1 | -1/+1 | |
| | | | | regression from last update | |||||
* | removed emergency config, do error reporting on fatal config file error | Rainer Gerhards | 2011-07-12 | 2 | -4/+5 | |
| | ||||||
* | fixed lexer: facilities local0-local7 were not correctly handled | Rainer Gerhards | 2011-07-11 | 1 | -1/+5 | |
| | ||||||
* | cleaup & emergency config system reactivated | Rainer Gerhards | 2011-07-09 | 2 | -0/+24 | |
| | ||||||
* | milestone/[WORKS AGAIN!]: looks like the new conf format is integrated | Rainer Gerhards | 2011-07-09 | 3 | -1/+54 | |
| | | | | finally completed $IncludeConfig processing. | |||||
* | milestone/[PARTWORK]: made sure all legacy selectors work | Rainer Gerhards | 2011-07-09 | 2 | -1/+3 | |
| | | | | | ... except for the not guaranteed $outchannel construct, which we could not fix without syntax change. Shouldn't hurt too many. | |||||
* | 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 | 3 | -7/+129 | |
| | ||||||
* | optimized function representation | Rainer Gerhards | 2011-07-08 | 2 | -9/+31 | |
| | ||||||
* | 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 | 2 | -33/+222 | |
| | ||||||
* | 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 | 4 | -20/+61 | |
| | ||||||
* | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 7 | -12/+85 | |
| | ||||||
* | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵ | Rainer Gerhards | 2011-07-06 | 3 | -9/+10 | |
| | | | | handled | |||||
* | milestone: abstracted parser interface ... | Rainer Gerhards | 2011-07-06 | 3 | -9/+44 | |
| | | | | | so that both testdriver and other callers (rsyslog!) can use it without changing the parser (this simplifies development). | |||||
* | milestone: some plumbing for rsyslog/stand alone parsing | Rainer Gerhards | 2011-07-05 | 5 | -48/+83 | |
| | ||||||
* | milestone: improved build system | Rainer Gerhards | 2011-07-05 | 5 | -31/+79 | |
| | | | | | ... still had quite some glitches, as usual. This time it hopefully works under all circumstances (well, let's hope for "usual cir..." ;)). | |||||
* | milestone: grammar integrated in rsyslog build system | Rainer Gerhards | 2011-07-05 | 4 | -5/+22 | |
| | ||||||
* | milestone: added functions to grammar | Rainer Gerhards | 2011-07-04 | 5 | -4/+67 | |
| | ||||||
* | cleanup | Rainer Gerhards | 2011-07-04 | 2 | -30/+20 | |
| | ||||||
* | milestone: strings and vars are now stored correctly in in-memory representation | Rainer Gerhards | 2011-07-04 | 5 | -17/+43 | |
| | ||||||
* | milstone: top-level grammer now ready for integration (but script detail ↵ | Rainer Gerhards | 2011-07-04 | 5 | -50/+118 | |
| | | | | still missing) | |||||
* | bugfix(new bug): cfsyslines were not properly reversed during parsing | Rainer Gerhards | 2011-07-04 | 1 | -7/+3 | |
| | ||||||
* | milestone: PROPFILT added to grammar | Rainer Gerhards | 2011-07-04 | 3 | -13/+16 | |
| | ||||||
* | milestone: added BSD-style blocks | Rainer Gerhards | 2011-07-04 | 3 | -3/+15 | |
| | ||||||
* | milestone: support for include files added | Rainer Gerhards | 2011-07-04 | 4 | -11/+106 | |
| | | | | support for directories will be added during rsyslog integration | |||||
* | milestone: added comparison ops, prepring for flex include processing | Rainer Gerhards | 2011-07-04 | 5 | -19/+83 | |
| | ||||||
* | milestone: added operations to expr, added evaluation | Rainer Gerhards | 2011-07-04 | 5 | -20/+233 | |
| | ||||||
* | grammar: small optimization during expr creation | Rainer Gerhards | 2011-07-03 | 2 | -1/+10 | |
| | ||||||
* | milestone: added grammar for arithmetic expressions | Rainer Gerhards | 2011-07-03 | 6 | -18/+146 | |
| | ||||||
* | milestone: grammar for basic if/then construct (no expr) | Rainer Gerhards | 2011-07-03 | 3 | -15/+65 | |
| | ||||||
* | milestone: support for action list added to grammar | Rainer Gerhards | 2011-07-03 | 4 | -13/+163 | |
| | ||||||
* | milestone: some support for rules in grammar | Rainer Gerhards | 2011-07-02 | 4 | -81/+85 | |
| | ||||||
* | milestone: grammar for objects and cfsysline created | Rainer Gerhards | 2011-07-02 | 5 | -43/+242 | |
| | ||||||
* | milestone: done some more twists to the lexer | Rainer Gerhards | 2011-07-01 | 2 | -6/+32 | |
| | ||||||
* | milestone: lexer now correctly identifies (almost) all constructs | Rainer Gerhards | 2011-07-01 | 2 | -4/+107 | |
| |