Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more 32 bit fun ;) | Rainer Gerhards | 2008-01-31 | 2 | -2/+2 |
| | |||||
* | typos fixed | Rainer Gerhards | 2008-01-31 | 1 | -38/+48 |
| | |||||
* | bugfix: having fun with 32/64 bit portability - after 15 years, I finally | Rainer Gerhards | 2008-01-31 | 8 | -32/+37 |
| | | | | | was trapped again ;) -- now fixed, sizes > 2GB supported on 32bit platforms | ||||
* | bugfix: dbgoprint mutex - was too simple once I wrote the tracker item ;) | Rainer Gerhards | 2008-01-31 | 1 | -7/+4 |
| | |||||
* | - fixed bug in sample rsyslog.conf | Rainer Gerhards | 2008-01-31 | 3 | -9/+14 |
| | | | | | | | - fixed wrong action suspend/resume handling - we have some issue with the mutx in dbgoprint, but that is acceptable for the time being, I just removed the deadlock codition (debug system only) | ||||
* | some more queue details | Rainer Gerhards | 2008-01-31 | 1 | -2/+17 |
| | |||||
* | preparing doc set for 3.11.0 release | Rainer Gerhards | 2008-01-31 | 1 | -7/+243 |
| | |||||
* | - rename $<obj>TimoutWorkerThreadShutdown to | Rainer Gerhards | 2008-01-31 | 3 | -10/+13 |
| | | | | | | | $<obj>WorkerTimoutThreadShutdown for consistency reasons - changed default for action queue size to 1000 elements (more reasonable here) - fixed bug in sample rsyslog.conf | ||||
* | updated to new 3.11.0 features | Rainer Gerhards | 2008-01-31 | 1 | -4/+46 |
| | |||||
* | worked on syslog-ng comparison | Rainer Gerhards | 2008-01-31 | 1 | -3/+63 |
| | |||||
* | added some advanced features usually in demand to sample rsyslog.conf, but | Rainer Gerhards | 2008-01-31 | 1 | -2/+24 |
| | | | | left it commented out | ||||
* | - implemented limiting disk space allocated to queues | Rainer Gerhards | 2008-01-30 | 6 | -5/+108 |
| | | | | | - addded $MainMsgQueueMaxDiskSpace config directive - addded $ActionQueueMaxDiskSpace config directive | ||||
* | fixed bug during cancel processing | Rainer Gerhards | 2008-01-30 | 1 | -0/+1 |
| | |||||
* | - implemented simple output rate limiting | Rainer Gerhards | 2008-01-30 | 1 | -0/+3 |
| | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive | ||||
* | - implemented simple output rate limiting | Rainer Gerhards | 2008-01-30 | 6 | -6/+37 |
| | | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive - bugfix: MsgDup() did not work with new base object data structure | ||||
* | new action parameters added | Rainer Gerhards | 2008-01-30 | 1 | -1/+19 |
| | |||||
* | fixed a bug that caused a potential hang in file and fwd output module | Rainer Gerhards | 2008-01-30 | 3 | -2/+7 |
| | | | | varmojfekoj provided the patch - many thanks! | ||||
* | removed unnecessary include | Rainer Gerhards | 2008-01-30 | 1 | -1/+0 |
| | |||||
* | added bullet points to rsyslog vs. syslog-ng comparison | Rainer Gerhards | 2008-01-30 | 1 | -0/+10 |
| | |||||
* | - fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 9 | -20/+43 |
| | | | | | varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;) | ||||
* | fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 7 | -10/+26 |
| | | | | varmojfekoj provided the patch - many thanks! | ||||
* | - changed the ommysql output plugin so that the (lengthy) connection | Rainer Gerhards | 2008-01-30 | 5 | -28/+50 |
| | | | | | | | 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 | 2 | -2/+9 |
| | | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1881008&group_ id=123448&atid=696552 | ||||
* | fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectly | Rainer Gerhards | 2008-01-30 | 3 | -45/+47 |
| | |||||
* | finally implemented infinite action retries via -1 retry count | Rainer Gerhards | 2008-01-30 | 3 | -14/+26 |
| | |||||
* | - renamed Msg object to usual all-lowercase object name (else we ran into | Rainer Gerhards | 2008-01-30 | 14 | -185/+166 |
| | | | | | | 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) | ||||
* | bumped version nbr to 3.11.0, as the next release will be a major milestone | Rainer Gerhards | 2008-01-30 | 2 | -2/+2 |
| | |||||
* | added rsyslog vs. syslog-ng comparison | Rainer Gerhards | 2008-01-30 | 3 | -2/+243 |
| | |||||
* | added ability to re-enqueue objects into the queue when a worker thread is | Rainer Gerhards | 2008-01-29 | 5 | -20/+185 |
| | | | | cancelled | ||||
* | action queue params are reset to default for each action | Rainer Gerhards | 2008-01-29 | 1 | -0/+38 |
| | |||||
* | bugfixing newly added action code | Rainer Gerhards | 2008-01-29 | 4 | -1/+9 |
| | |||||
* | fixed bug in release build | Rainer Gerhards | 2008-01-29 | 1 | -2/+2 |
| | |||||
* | bugfix: added forgotten docs to package | Rainer Gerhards | 2008-01-29 | 1 | -0/+2 |
| | |||||
* | added some info on queues (needs to be extended) | Rainer Gerhards | 2008-01-29 | 2 | -0/+82 |
| | |||||
* | - fine tuning on queue naming | Rainer Gerhards | 2008-01-29 | 2 | -3/+25 |
| | | | | | - action queues are now also named (otherwise you can't read the debug log ;)) | ||||
* | converted queue.c to use dbgoprint() instead of dbgprintf() | Rainer Gerhards | 2008-01-29 | 1 | -114/+72 |
| | |||||
* | implemented naming for all objects (mostly as a debug aid, but you never | Rainer Gerhards | 2008-01-29 | 9 | -36/+169 |
| | | | | know what else it will be good for) | ||||
* | - moved correct retry logic into action processing queue | Rainer Gerhards | 2008-01-29 | 4 | -54/+16 |
| | | | | | - removed debugging support from sync class, debug class now provides much more | ||||
* | - improved debug support a bit (assertions) | Rainer Gerhards | 2008-01-29 | 11 | -240/+270 |
| | | | | | - restructured code, moved some part out of syslogd.c to action.c, where they belong (still some more to do in that regard ;)) | ||||
* | clean up sample | Rainer Gerhards | 2008-01-29 | 1 | -2/+2 |
| | |||||
* | - implemented the $ActionResumeRetryCount config directive | Rainer Gerhards | 2008-01-28 | 6 | -13/+206 |
| | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | provided sample for integer config variable | Rainer Gerhards | 2008-01-28 | 1 | -0/+6 |
| | |||||
* | doc fix | Michael Meckelein | 2008-01-28 | 1 | -5/+5 |
| | |||||
* | implemented the $ActionResumeRetryCount config directive | Rainer Gerhards | 2008-01-28 | 9 | -34/+104 |
| | |||||
* | preparing files for 3.10.4 | Rainer Gerhards | 2008-01-28 | 2 | -1/+12 |
| | |||||
* | one more feature done ;)v3-10-3 | Rainer Gerhards | 2008-01-28 | 1 | -2/+2 |
| | |||||
* | preparing for 3.10.3 | Rainer Gerhards | 2008-01-28 | 1 | -4/+1 |
| | |||||
* | preparing for 3.10.3 release | Rainer Gerhards | 2008-01-28 | 3 | -6/+6 |
| | |||||
* | added new features now available thanks to new queue code | Rainer Gerhards | 2008-01-28 | 1 | -4/+9 |
| | |||||
* | add Michael Biebl's autoconf patch for netsnmp - thks! | Rainer Gerhards | 2008-01-28 | 3 | -23/+19 |
| |