summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-084-5/+161
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-087-58/+236
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-082-8/+20
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-079-31/+124
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-0712-28/+116
| | | | | | | |
| * | | | | | | milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-064-34/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... for "if" filters (more work to come, probably lots of more work... ;))
| * | | | | | | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵Rainer Gerhards2011-07-067-13/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handled
| * | | | | | | milestone: abstracted parser interface ...Rainer Gerhards2011-07-063-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 parsingRainer Gerhards2011-07-055-48/+83
| | | | | | | |
| * | | | | | | milestone: improved build systemRainer Gerhards2011-07-055-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 systemRainer Gerhards2011-07-057-8/+29
| | | | | | | |
| * | | | | | | milestone: added functions to grammarRainer Gerhards2011-07-045-4/+67
| | | | | | | |
| * | | | | | | cleanupRainer Gerhards2011-07-042-30/+20
| | | | | | | |
| * | | | | | | milestone: strings and vars are now stored correctly in in-memory representationRainer Gerhards2011-07-045-17/+43
| | | | | | | |
| * | | | | | | milstone: top-level grammer now ready for integration (but script detail ↵Rainer Gerhards2011-07-045-50/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still missing)
| * | | | | | | bugfix(new bug): cfsyslines were not properly reversed during parsingRainer Gerhards2011-07-041-7/+3
| | | | | | | |
| * | | | | | | milestone: PROPFILT added to grammarRainer Gerhards2011-07-043-13/+16
| | | | | | | |
| * | | | | | | milestone: added BSD-style blocksRainer Gerhards2011-07-043-3/+15
| | | | | | | |
| * | | | | | | milestone: support for include files addedRainer Gerhards2011-07-044-11/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for directories will be added during rsyslog integration
| * | | | | | | milestone: added comparison ops, prepring for flex include processingRainer Gerhards2011-07-045-19/+83
| | | | | | | |
| * | | | | | | milestone: added operations to expr, added evaluationRainer Gerhards2011-07-045-20/+233
| | | | | | | |
| * | | | | | | grammar: small optimization during expr creationRainer Gerhards2011-07-032-1/+10
| | | | | | | |
| * | | | | | | milestone: added grammar for arithmetic expressionsRainer Gerhards2011-07-036-18/+146
| | | | | | | |
| * | | | | | | milestone: grammar for basic if/then construct (no expr)Rainer Gerhards2011-07-033-15/+65
| | | | | | | |
| * | | | | | | milestone: support for action list added to grammarRainer Gerhards2011-07-034-13/+163
| | | | | | | |
| * | | | | | | milestone: some support for rules in grammarRainer Gerhards2011-07-024-81/+85
| | | | | | | |
| * | | | | | | milestone: grammar for objects and cfsysline createdRainer Gerhards2011-07-025-43/+242
| | | | | | | |
| * | | | | | | milestone: done some more twists to the lexerRainer Gerhards2011-07-012-6/+32
| | | | | | | |
| * | | | | | | milestone: lexer now correctly identifies (almost) all constructsRainer Gerhards2011-07-012-4/+107
| | | | | | | |
| * | | | | | | milestone: grammar contains rules for object blocksRainer Gerhards2011-07-012-18/+149
| | | | | | | |
| * | | | | | | milestone: first shot at rules to read old config file objectsRainer Gerhards2011-06-302-2/+33
| | | | | | | |
| * | | | | | | worked on detecting old-style PRI filterRainer Gerhards2011-06-302-0/+118
| | | | | | | |
| * | | | | | | first try towards a flex/bison based config parserRainer Gerhards2011-06-305-0/+232
| | | | | | | |
* | | | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-07-117-20/+57
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * | | | | | | preparing for 5.9.2v5.9.2Rainer Gerhards2011-07-112-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-07-116-7/+48
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| | * | | | | | preparing for 5.8.3v5.8.3Rainer Gerhards2011-07-113-3/+6
| | | | | | | |
| | * | | | | | added warning message for old-style outchannel syntaxRainer Gerhards2011-07-113-1/+28
| | | | | | | |
| | * | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-115-6/+16
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| | | * | | | | preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-118-15/+16
| | | | | | | |
| | | * | | | | support for :omfile: forward compatibility directiveRainer Gerhards2011-07-113-3/+11
| | | | | | | |
| * | | | | | | issue a warning if old omusrmsg action syntax is usedRainer Gerhards2011-07-062-2/+11
| | | | | | | |
| * | | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-07-066-11/+30
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| * | | | | | | preparing for 5.9.1 releasev5.9.1Rainer Gerhards2011-06-304-6/+3
| | | | | | | |
| * | | | | | | cosmetic: reformatted some codeRainer Gerhards2011-06-301-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that more fits on a single screen --> useful for analysis
| * | | | | | | backported patch for testbench race reductionRainer Gerhards2011-06-301-9/+14
| | | | | | | |
* | | | | | | | preparing for 6.3.2v6.3.2Rainer Gerhards2011-07-064-19/+18
| | | | | | | |
* | | | | | | | Merge branch 'beta'Rainer Gerhards2011-07-067-11/+64
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * | | | | | issue a warning if old omusrmsg action syntax is usedRainer Gerhards2011-07-062-2/+11
| | | | | | |
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-07-067-19/+48
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html