summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
|
* renamed $MainMsgQueuePersistUpdateCount config file directive toRainer Gerhards2008-01-131-0/+5
| | | | $MainMsgQueueCheckpointInterval
* added $MainMsgQueueImmediateShutdown config directiveRainer Gerhards2008-01-111-0/+1
|
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-0/+4
| | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool
* preparing for 3.10.1v3-10-1Rainer Gerhards2008-01-101-5/+8
|
* prepared for 3.10.1 releaseRainer Gerhards2008-01-101-1/+7
|
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-0/+2
| | | | | | | work and the deserializer needs also to be expanded, but the queue at least performs well now. - fixed a race condition that could occur when input modules were terminated
* implemented queue disk reader to switch to multiple filesRainer Gerhards2008-01-081-0/+1
|
* performance-tuned stringbuf classRainer Gerhards2008-01-071-0/+1
|
* bumped version numberRainer Gerhards2008-01-071-0/+2
|
* preparing for 3.10.0v3-10-0Rainer Gerhards2008-01-071-1/+2
|
* preparing for 3.10.0 releaseRainer Gerhards2008-01-071-4/+4
|
* preparing for initial 3.10.0 releaseRainer Gerhards2008-01-071-4/+8
|
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-0/+1
| | | | - created a kind of general base class
* brought up-to-dateRainer Gerhards2008-01-031-1/+34
|
* added capability to have multiple UDP listeners running concurrentlyRainer Gerhards2007-12-271-0/+1
|
* added $UDPServerAddress <ip> config directiveRainer Gerhards2007-12-271-0/+1
|
* integrated v 1.21.0 change log entriesRainer Gerhards2007-12-191-1/+6
|
* applied Michael Biebl's patch to enhance $includeconfig to support wildcardRainer Gerhards2007-12-181-0/+2
| | | | filenames
* noted recent addtionsRainer Gerhards2007-12-171-0/+6
|
* bumped version numberRainer Gerhards2007-12-141-0/+3
|
* bumped version numberRainer Gerhards2007-12-121-0/+2
|
* prepared for 1.20.1 releaseRainer Gerhards2007-12-121-1/+3
|
* added recent changesRainer Gerhards2007-12-111-0/+10
|
* updated changelogRainer Gerhards2007-12-071-3/+6
|
* added info about releases from other branchRainer Gerhards2007-12-031-0/+8
|
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-2/+6
|
* prepared for the next releaseMichael Meckelein2007-10-191-0/+3
|
* doc patch applied, release docs updatedv1-19-10Michael Meckelein2007-10-191-1/+1
|
* added doc fixes provided by Michael Biebl - thanksRainer Gerhards2007-10-181-0/+1
|
* undid creation of a separate thread for the main loop -- this did not turnRainer Gerhards2007-10-171-0/+4
| | | | out to be needed or useful, so reduce complexity once again.
* fixed issue with (now) invalid startup options (-r 0 must now be -r0)Rainer Gerhards2007-10-151-0/+4
|
* bumped version numberRainer Gerhards2007-10-151-0/+2
|
* preparing for 1.19.9 releaseRainer Gerhards2007-10-121-1/+7
|
* bumped version numberRainer Gerhards2007-10-081-0/+2
|