summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fixed potential infinite loop condition when module load failed on startupRainer Gerhards2008-03-071-2/+6
* preparing for 3.12.1 releaseRainer Gerhards2008-03-062-41/+39
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-062-14/+52
* Updated the Adiscon MIBs, they contain a few more definitions for variablesAndre Lorbach2008-03-051-2/+2
* Added custom mibs for the OMSNMP output module. These mibs are derived fromAndre Lorbach2008-03-041-21/+44
* tweaked omsnmp doc a bitRainer Gerhards2008-03-041-24/+21
* Updated omsnmp documentationAndre Lorbach2008-03-041-3/+14
* fixed document titleRainer Gerhards2008-02-291-1/+1
* added "help" command to runtime debug flagsRainer Gerhards2008-02-281-1/+1
* enabled debug-support to pull runtime options from environment (bug 18)Rainer Gerhards2008-02-281-1/+5
* implemented environment-settable debug optionsRainer Gerhards2008-02-281-9/+7
* prepared for 3.12.0v3-12-0Rainer Gerhards2008-02-282-4/+8
* preparing for 3.12.0Rainer Gerhards2008-02-281-83/+117
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-283-11/+77
* worked a bit on the rsyslog/syslog-ng comparsion - slowly gets in betterRainer Gerhards2008-02-282-162/+354
* updated "mysql paper" to include information for other databases, tooRainer Gerhards2008-02-281-16/+25
* prepared for 3.11.6v3-11-6Rainer Gerhards2008-02-271-4/+4
* - fixed wrong pointer in imgssapi config codingRainer Gerhards2008-02-261-10/+4
* split off imgssapi from imtcp, but still with a lot of dependencyRainer Gerhards2008-02-261-1/+1
* implemented STARTSWITH vm instructionRainer Gerhards2008-02-261-9/+8
* added some user doc on RainerScriptRainer Gerhards2008-02-264-31/+99
* applied Michael Biebl's fix for building rsyslog core without gssapiRainer Gerhards2008-02-261-1/+1
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-2/+8
* improved class diagramRainer Gerhards2008-02-251-0/+0
* preparing for 3.11.5v3-11-5Rainer Gerhards2008-02-251-4/+4
* - added some thoughts on RainerScriptRainer Gerhards2008-02-243-7/+39
* added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-225-3/+113
* updated compatibility notes docRainer Gerhards2008-02-221-21/+11
* corrected config doc - IETF no longer intends to add facilitiesRainer Gerhards2008-02-221-22/+14
* added some information on old-style config to ABNF (probably useful inRainer Gerhards2008-02-221-1/+1
* begin to add ABNF for config file as wholeRainer Gerhards2008-02-221-1/+1
* - modified parser and tokenizer to support slight ABNF modifications fromRainer Gerhards2008-02-211-1/+1
* modified ABNF to meet practical needsRainer Gerhards2008-02-211-4/+2
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-213-314/+336
* fixed some doc errors - thanks to Michael Biebl for pointing them outRainer Gerhards2008-02-211-33/+31
* begun expr compile process, first steps doneRainer Gerhards2008-02-201-18/+38
* more precisely described offered professional servicesRainer Gerhards2008-02-201-3/+20
* used new classes in expr.cRainer Gerhards2008-02-201-1/+1
* - added "contains" and "startwith" comparison operationsRainer Gerhards2008-02-201-1/+1
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-202-71/+58
* added more detail on expression evaluationRainer Gerhards2008-02-201-0/+0
* added support for C-like inline comments (/* comment... */)Rainer Gerhards2008-02-201-1/+1
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-1/+1
* created some notes on powertop and imfileRainer Gerhards2008-02-201-4/+8
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-1/+1
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-192-712/+858
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-1/+2
* begun with documenting classes (will be a long and ongoing effort...)Rainer Gerhards2008-02-191-0/+0
* - moved config file code to its own fileRainer Gerhards2008-02-191-1/+1
* - added doc on how expressions will workRainer Gerhards2008-02-195-123/+40