summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bumped version numberRainer Gerhards2008-02-251-1/+3
|
* preparing for 3.11.5v3-11-5Rainer Gerhards2008-02-251-1/+1
|
* added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-221-3/+4
|
* updated compatibility notes docRainer Gerhards2008-02-221-2/+2
|
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-0/+6
| | | | | | separate plugin (so that gssapi and plain tcp functionality can be individually distributed). Also inclulded some other enhancements, most importantly initial compatibility mode system
* bumped version numberRainer Gerhards2008-02-211-0/+2
|
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-211-1/+2
|
* bugfix: message object was not properly synchronized when the main queueRainer Gerhards2008-02-201-0/+2
| | | | had a single thread and non-direct action queues were used
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-201-0/+2
| | | | (previously only integers)
* created var class out of property_tRainer Gerhards2008-02-201-0/+1
|
* - added doc on how expressions will workRainer Gerhards2008-02-191-0/+3
| | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* bumping version numberRainer Gerhards2008-02-181-0/+2
|
* preparing for 3.11.3v3-11-3Rainer Gerhards2008-02-181-2/+5
|
* applied patch from Michael Biebl to auto-detect new libdbi versionRainer Gerhards2008-02-181-0/+2
|
* bugfix: fixed abort when invalid template was provided to an action bug:Rainer Gerhards2008-02-181-0/+3
| | | | http://bugzilla.adiscon.com/show_bug.cgi?id=4
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-0/+3
| | | | | | | message submission interface. Part of the ongoing modularization effort. - bugfix: invalid kernel log format -- see bug http://bugzilla.adiscon.com/show_bug.cgi?id=1
* bumped version numberRainer Gerhards2008-02-161-0/+2
|
* preparing for 3.11.2v3-11-2Rainer Gerhards2008-02-151-1/+1
|
* cleaned up omlibdbi - works nowRainer Gerhards2008-02-151-0/+10
|
* - enhanced file monitor docRainer Gerhards2008-02-141-0/+2
| | | | - implemented $InputFilePollInterval config directive
* created initial doc for imfile pluginRainer Gerhards2008-02-131-0/+1
|
* added ability to monitor file accross rotationRainer Gerhards2008-02-131-0/+1888
|
* bumped version numberRainer Gerhards2008-02-131-0/+2
|
* fixed man errors thanks to Michael BieblRainer Gerhards2008-02-121-0/+1
|
* - improved diagnostic information for abort casesRainer Gerhards2008-02-121-0/+3
| | | | | - some initial effort for malloc/free debugging support - bugfix: using dynafile actions caused rsyslogd abort
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-0/+3
| | | | | | direct queue mode. Now fixed. Tracker was http://sourceforge.net/tracker/index.php?func=detail&aid=1886931&group_ id=123448&atid=696552
* reduced volume of debug outputRainer Gerhards2008-02-121-1/+2
|
* fixed bug that caused invalid treatment of tabs (HT) in rsyslog.confRainer Gerhards2008-02-121-0/+1
|
* somewhat improved performance of rsCStr objRainer Gerhards2008-02-121-0/+5
|
* bugfix: trailing ":" of tag was lost while parsing legacy syslog messagesRainer Gerhards2008-02-111-0/+2
| | | | without timestamp - thanks to Anders Blomdell for providing a patch!
* added x-info field to rsyslogd startup/shutdown message. Hopefully pointsRainer Gerhards2008-02-111-0/+3
| | | | | users to right location for further info (many don't even know they run rsyslog ;))
* bugfix: immark did not have MARK flags set...Rainer Gerhards2008-02-011-0/+3
|
* applied doc fix by Michael Biebl -- thanks!Rainer Gerhards2008-02-011-0/+3
|
* preparing for 3.11.0v3-11-0Rainer Gerhards2008-01-311-2/+7
|
* - implemented simple output rate limitingRainer Gerhards2008-01-301-0/+3
| | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive
* fixed a bug that caused a potential hang in file and fwd output moduleRainer Gerhards2008-01-301-0/+2
| | | | varmojfekoj provided the patch - many thanks!
* - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-301-0/+3
| | | | | | | initialization now takes place in message processing. This works much better with the new queued action mode (fast startup) - fixed a newly introduced bug that caused output module's doAction entry point to be called on more than one thread under some circumstances
* fixed bug in output module interface, seeRainer Gerhards2008-01-301-0/+6
| | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1881008&group_ id=123448&atid=696552
* bumped version nbr to 3.11.0, as the next release will be a major milestoneRainer Gerhards2008-01-301-1/+1
|
* bugfixing newly added action codeRainer Gerhards2008-01-291-0/+2
|
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-0/+16
| | | | | | | | | | | | | | | | | | | | | - added queue between main queue and action executor (currently works in "direct" mode only, else crashes) - added $ActionQueueFilename config directive - added $ActionQueueSize config directive - added $ActionQueueHighWaterMark config directive - added $ActionQueueLowWaterMark config directive - added $ActionQueueDiscardMark config directive - added $ActionQueueDiscardSeverity config directive - added $ActionQueueCheckpointInterval config directive - added $ActionQueueType config directive - added $ActionQueueWorkerThreads config directive - added $ActionQueueTimeoutshutdown config directive - added $ActionQueueTimeoutActionCompletion config directive - added $ActionQueueTimeoutenQueue config directive - added $ActionQueueTimeoutworkerThreadShutdown config directive - added $ActionQueueWorkerThreadMinimumMessages config directive - added $ActionQueueMaxFileSize config directive - added $ActionQueueSaveonShutdown config directive
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-0/+1
|
* preparing files for 3.10.4Rainer Gerhards2008-01-281-0/+11
|
* preparing for 3.10.3 releaseRainer Gerhards2008-01-281-1/+1
|
* add Michael Biebl's autoconf patch for netsnmp - thks!Rainer Gerhards2008-01-281-0/+4
|
* some more testing and cleanup with the queue class (pretty stable now)Rainer Gerhards2008-01-281-0/+3
|
* fixed the situation where message processing could be stalled for someRainer Gerhards2008-01-271-0/+1
| | | | period after DA mode turn off
* bumped version numberRainer Gerhards2008-01-141-0/+4
|
* fixed typov3-10-2av3-10-2Rainer Gerhards2008-01-141-1/+1
|
* preparing for 3.10.2Rainer Gerhards2008-01-141-3/+7
|