summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations
* | worked a bit on the rsyslog/syslog-ng comparsion - slowly gets in betterRainer Gerhards2008-02-282-162/+354
| | | | | | | | shape ;)
* | 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
| | | | | | | | - added $InputGSSServerMaxSessions config directive
* | 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
| | | | | | | | support
* | 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
| | | | | | | | - worked a bit on conversion functions
* | 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
| | | | | | | | getting us to a new config format)
* | 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
| | | | | | | | | | | | | | yesterday - change in ABNF was wrong - made a slightly different change - fixed bugs in tokenizer - expression compiler finished (except bugs, of course ;))
* | 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
| | | | | | | | - defined initial set of opcodes
* | $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-202-71/+58
| | | | | | | | (previously only integers)
* | 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
| | | | | | | | - improved ABNF a bit
* | created some notes on powertop and imfileRainer Gerhards2008-02-201-4/+8
| |
* | - begun implementation of expression parsing logicRainer Gerhards2008-02-191-1/+1
| | | | | | | | - implemented, simpstr, var, number in tokenizer
* | 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
| | | | | | | | - done stage work to begin implement tokenizer
* | 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
| | | | | | | | | | | | - finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)
* | - added doc on how expressions will workRainer Gerhards2008-02-195-123/+40
| | | | | | | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* | added professional support options to doc set (also somthing that we needRainer Gerhards2008-02-194-5/+133
| | | | | | | | to have in order to be an alternative to syslog-ng)
* | fixed forgotten file - thanks to Michael BieblRainer Gerhards2008-02-181-0/+1
| |
* | preparing for 3.11.3v3-11-3Rainer Gerhards2008-02-181-29/+34
| |
* | documented at least a bit about the debug settingsRainer Gerhards2008-02-182-38/+134
| |
* | fixed small doc problem; thank to Jon Conran fro bringing this to ourRainer Gerhards2008-02-161-1/+1
| | | | | | | | attention.
* | syslog-ng posted a feature sheet, I began to update mineRainer Gerhards2008-02-151-16/+11
| |