Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - changed the ommysql output plugin so that the (lengthy) connection | Rainer Gerhards | 2008-01-30 | 1 | -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, see | Rainer Gerhards | 2008-01-30 | 1 | -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 milestone | Rainer Gerhards | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | bugfixing newly added action code | Rainer Gerhards | 2008-01-29 | 1 | -0/+2 |
| | |||||
* | - implemented the $ActionResumeRetryCount config directive | Rainer Gerhards | 2008-01-28 | 1 | -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 directive | Rainer Gerhards | 2008-01-28 | 1 | -0/+1 |
| | |||||
* | preparing files for 3.10.4 | Rainer Gerhards | 2008-01-28 | 1 | -0/+11 |
| | |||||
* | preparing for 3.10.3 release | Rainer Gerhards | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | add Michael Biebl's autoconf patch for netsnmp - thks! | Rainer Gerhards | 2008-01-28 | 1 | -0/+4 |
| | |||||
* | some more testing and cleanup with the queue class (pretty stable now) | Rainer Gerhards | 2008-01-28 | 1 | -0/+3 |
| | |||||
* | fixed the situation where message processing could be stalled for some | Rainer Gerhards | 2008-01-27 | 1 | -0/+1 |
| | | | | period after DA mode turn off | ||||
* | bumped version number | Rainer Gerhards | 2008-01-14 | 1 | -0/+4 |
| | |||||
* | fixed typov3-10-2av3-10-2 | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | preparing for 3.10.2 | Rainer Gerhards | 2008-01-14 | 1 | -3/+7 |
| | |||||
* | renamed $MainMsgQueuePersistUpdateCount config file directive to | Rainer Gerhards | 2008-01-13 | 1 | -0/+5 |
| | | | | $MainMsgQueueCheckpointInterval | ||||
* | added $MainMsgQueueImmediateShutdown config directive | Rainer Gerhards | 2008-01-11 | 1 | -0/+1 |
| | |||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 1 | -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-1 | Rainer Gerhards | 2008-01-10 | 1 | -5/+8 |
| | |||||
* | prepared for 3.10.1 release | Rainer Gerhards | 2008-01-10 | 1 | -1/+7 |
| | |||||
* | - first implementation of "disk" queue mode finished. It still needs some | Rainer Gerhards | 2008-01-08 | 1 | -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 files | Rainer Gerhards | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | performance-tuned stringbuf class | Rainer Gerhards | 2008-01-07 | 1 | -0/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-01-07 | 1 | -0/+2 |
| | |||||
* | preparing for 3.10.0v3-10-0 | Rainer Gerhards | 2008-01-07 | 1 | -1/+2 |
| | |||||
* | preparing for 3.10.0 release | Rainer Gerhards | 2008-01-07 | 1 | -4/+4 |
| | |||||
* | preparing for initial 3.10.0 release | Rainer Gerhards | 2008-01-07 | 1 | -4/+8 |
| | |||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 1 | -0/+1 |
| | | | | - created a kind of general base class | ||||
* | brought up-to-date | Rainer Gerhards | 2008-01-03 | 1 | -1/+34 |
| | |||||
* | added capability to have multiple UDP listeners running concurrently | Rainer Gerhards | 2007-12-27 | 1 | -0/+1 |
| | |||||
* | added $UDPServerAddress <ip> config directive | Rainer Gerhards | 2007-12-27 | 1 | -0/+1 |
| | |||||
* | integrated v 1.21.0 change log entries | Rainer Gerhards | 2007-12-19 | 1 | -1/+6 |
| | |||||
* | applied Michael Biebl's patch to enhance $includeconfig to support wildcard | Rainer Gerhards | 2007-12-18 | 1 | -0/+2 |
| | | | | filenames | ||||
* | noted recent addtions | Rainer Gerhards | 2007-12-17 | 1 | -0/+6 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-12-14 | 1 | -0/+3 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-12-12 | 1 | -0/+2 |
| | |||||
* | prepared for 1.20.1 release | Rainer Gerhards | 2007-12-12 | 1 | -1/+3 |
| | |||||
* | added recent changes | Rainer Gerhards | 2007-12-11 | 1 | -0/+10 |
| | |||||
* | updated changelog | Rainer Gerhards | 2007-12-07 | 1 | -3/+6 |
| | |||||
* | added info about releases from other branch | Rainer Gerhards | 2007-12-03 | 1 | -0/+8 |
| | |||||
* | added new modExit() entry point to loadable module interface | Rainer Gerhards | 2007-11-21 | 1 | -2/+6 |
| | |||||
* | prepared for the next release | Michael Meckelein | 2007-10-19 | 1 | -0/+3 |
| | |||||
* | doc patch applied, release docs updatedv1-19-10 | Michael Meckelein | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | added doc fixes provided by Michael Biebl - thanks | Rainer Gerhards | 2007-10-18 | 1 | -0/+1 |
| | |||||
* | undid creation of a separate thread for the main loop -- this did not turn | Rainer Gerhards | 2007-10-17 | 1 | -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 Gerhards | 2007-10-15 | 1 | -0/+4 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-10-15 | 1 | -0/+2 |
| | |||||
* | preparing for 1.19.9 release | Rainer Gerhards | 2007-10-12 | 1 | -1/+7 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-10-08 | 1 | -0/+2 |
| | |||||
* | preparing for 1.19.8 release | Rainer Gerhards | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | created some support for distributing ommysql together with the main | Rainer Gerhards | 2007-09-27 | 1 | -0/+13 |
| | | | | | | | | | rsyslog package. I need to re-think it in the future, but for the time being the current mode is best. I now simply include one additional tarball for ommysql inside the main distribution. I look forward to user feedback on how this should be done best. In the long term, a separate project should be spawend for ommysql, but I'd like to do that only after the plugin interface is fully stable (what it is not yet). |