summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* preparing for 3.11.2v3-11-2Rainer Gerhards2008-02-152-40/+43
|
* added link to syslog-ng feature sheet (just appeared)Rainer Gerhards2008-02-151-6/+12
|
* made the rsyslog/syslog-ng comparison a bit more readableRainer Gerhards2008-02-151-76/+86
|
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-155-204/+329
| | | | | - some cleanup - doc improvements
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-141-2/+17
| | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive
* - enhanced file monitor docRainer Gerhards2008-02-141-35/+84
| | | | - implemented $InputFilePollInterval config directive
* created initial doc for imfile pluginRainer Gerhards2008-02-133-318/+399
|
* added new featuresRainer Gerhards2008-02-132-3/+8
|
* preparing for 3.11.1v3-11-1Rainer Gerhards2008-02-121-4/+4
|
* changed to new bugzilla; removed some no-longer-valid informationRainer Gerhards2008-02-122-36/+10
|
* clarified dependency of control character property replacer options toRainer Gerhards2008-02-122-3/+17
| | | | $EscapeControlCharactersOnReceive
* added new 2.0.2 stable release to status docRainer Gerhards2008-02-121-2/+1
|
* applied patch from Michael Biebl that fixed my doc change from yesterdayRainer Gerhards2008-02-121-1/+1
| | | | which was somewhat incomplete
* added author infoRainer Gerhards2008-02-121-0/+1
|
* Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_sendAndre Lorbach2008-02-111-8/+110
| | | | failed. Also added documentation to the omsnmp module.
* some doc enhancements, including a template for module descriptionsRainer Gerhards2008-02-114-2/+66
|
* doc fixes thanks to Peter VrabecRainer Gerhards2008-02-112-2/+2
|
* applied doc fix by Michael Biebl -- thanks!Rainer Gerhards2008-02-012-56/+60
|
* on the wire message compression addedRainer Gerhards2008-01-311-3/+3
|
* preparing for 3.11.0v3-11-0Rainer Gerhards2008-01-312-8/+18
|
* added information on disk chunksRainer Gerhards2008-01-311-1/+22
|
* typos fixedRainer Gerhards2008-01-311-38/+48
|
* some more queue detailsRainer Gerhards2008-01-311-2/+17
|
* preparing doc set for 3.11.0 releaseRainer Gerhards2008-01-311-7/+243
|
* updated to new 3.11.0 featuresRainer Gerhards2008-01-311-4/+46
|
* worked on syslog-ng comparisonRainer Gerhards2008-01-311-3/+63
|
* new action parameters addedRainer Gerhards2008-01-301-1/+19
|
* added bullet points to rsyslog vs. syslog-ng comparisonRainer Gerhards2008-01-301-0/+10
|
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-0/+1
| | | | | | troubles with the framework, also it was somewhat ugly...) - fixed a memory leak in object destruction (was recently introduced by object naming, not present in any released version)
* added rsyslog vs. syslog-ng comparisonRainer Gerhards2008-01-303-2/+243
|
* added ability to re-enqueue objects into the queue when a worker thread isRainer Gerhards2008-01-291-0/+1
| | | | cancelled
* bugfix: added forgotten docs to packageRainer Gerhards2008-01-291-0/+2
|
* added some info on queues (needs to be extended)Rainer Gerhards2008-01-292-0/+82
|
* clean up sampleRainer Gerhards2008-01-291-2/+2
|
* doc fixMichael Meckelein2008-01-281-5/+5
|
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-0/+1
|
* one more feature done ;)v3-10-3Rainer Gerhards2008-01-281-2/+2
|
* preparing for 3.10.3Rainer Gerhards2008-01-281-4/+1
|
* preparing for 3.10.3 releaseRainer Gerhards2008-01-282-5/+5
|
* added new features now available thanks to new queue codeRainer Gerhards2008-01-281-4/+9
|
* - implemented the $MainMsgQueueSaveOnShutdown config directiveRainer Gerhards2008-01-281-0/+3
| | | | | - implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive - implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive
* added some doc on how to handle massive amounts of database inserts withRainer Gerhards2008-01-281-5/+9
| | | | rsyslog
* added paper "writing massive amounts of syslog messages to a database"Rainer Gerhards2008-01-282-1/+129
|
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-2/+2
| | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS...