summaryrefslogtreecommitdiffstats
path: root/grammar
Commit message (Expand)AuthorAgeFilesLines
* conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-012-2/+1
* added support for v6 config system to omfwdRainer Gerhards2011-10-111-2/+2
* bugfix: facility local<x> was not correctly interpreted in legacy filtersRainer Gerhards2011-09-281-1/+1
* bugfix: config parser did not support properties with dashes in themRainer Gerhards2011-09-151-1/+1
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-223-3/+48
* need to handle legacy-legacy omusrmsg format stricterRainer Gerhards2011-07-221-1/+1
* milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-222-1/+131
* omusrmsg now supports the new config systemRainer Gerhards2011-07-211-1/+1
* bugfix: abort in omfile (in brand-new code)Rainer Gerhards2011-07-213-1/+7
* fixing minor memory leaksRainer Gerhards2011-07-212-1/+46
* 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-192-0/+3
* milestone: two syntaxes for get conf param implementedRainer Gerhards2011-07-192-4/+76
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-193-0/+184
* removed some printf's left in lexerRainer Gerhards2011-07-151-4/+5
* better check for config errorsRainer Gerhards2011-07-154-23/+63
* renamed exprret type to var in spite of more generic useRainer Gerhards2011-07-152-49/+55
* preparing for 6.3.3v6.3.3Rainer Gerhards2011-07-131-0/+1
* forgotten to support the discard action ("~")Rainer Gerhards2011-07-131-0/+1
* doc: v6 compatiblity doc addedRainer Gerhards2011-07-131-3/+4
* lexer bug: *.somewhat PRIs not detectedRainer Gerhards2011-07-131-1/+1
* removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-122-4/+5
* fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-1/+5
* cleaup & emergency config system reactivatedRainer Gerhards2011-07-092-0/+24
* milestone/[WORKS AGAIN!]: looks like the new conf format is integratedRainer Gerhards2011-07-093-1/+54
* milestone/[PARTWORK]: made sure all legacy selectors workRainer Gerhards2011-07-092-1/+3
* checking number of parameters provided to functionRainer Gerhards2011-07-091-2/+32
* milestone/[PARTWORK]: implemented RainerScript functionsRainer Gerhards2011-07-093-7/+129
* optimized function representationRainer Gerhards2011-07-082-9/+31
* milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-081-3/+21
* milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-082-33/+222
* milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-081-7/+19
* milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-074-20/+61
* milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-077-12/+85
* milestone/[NONWORKING]: first integration of new parser, rules are not yet ha...Rainer Gerhards2011-07-063-9/+10
* milestone: abstracted parser interface ...Rainer Gerhards2011-07-063-9/+44
* milestone: some plumbing for rsyslog/stand alone parsingRainer Gerhards2011-07-055-48/+83
* milestone: improved build systemRainer Gerhards2011-07-055-31/+79
* milestone: grammar integrated in rsyslog build systemRainer Gerhards2011-07-054-5/+22
* 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 stil...Rainer Gerhards2011-07-045-50/+118
* 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
* 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