Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | - implemented the $MainMsgQueueSaveOnShutdown config directive | Rainer Gerhards | 2008-01-28 | 1 | -0/+3 | |
| | | | | | - implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive - implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive | |||||
* | - added "runtime instrumentation" feature to ./configure | Rainer Gerhards | 2008-01-28 | 4 | -13/+30 | |
| | | | | - some more cleanup | |||||
* | cleanup to prepare for release | Rainer Gerhards | 2008-01-28 | 6 | -128/+47 | |
| | ||||||
* | - cleanup to prepare for release | Rainer Gerhards | 2008-01-28 | 1 | -19/+13 | |
| | | | | - PID file is now also written in debug mode | |||||
* | some more testing and cleanup with the queue class (pretty stable now) | Rainer Gerhards | 2008-01-28 | 7 | -51/+68 | |
| | ||||||
* | added some doc on how to handle massive amounts of database inserts with | Rainer Gerhards | 2008-01-28 | 1 | -5/+9 | |
| | | | | rsyslog | |||||
* | added paper "writing massive amounts of syslog messages to a database" | Rainer Gerhards | 2008-01-28 | 2 | -1/+129 | |
| | ||||||
* | improved last execution line tracking a bit | Rainer Gerhards | 2008-01-28 | 1 | -2/+3 | |
| | ||||||
* | added capability to record last known exec location in debug stack dump | Rainer Gerhards | 2008-01-28 | 2 | -29/+59 | |
| | ||||||
* | fixed queue termination in case bSaveOnShutdown is 0 | Rainer Gerhards | 2008-01-27 | 4 | -18/+51 | |
| | ||||||
* | some more fixing and cleanup on the queue shutdown sequence | Rainer Gerhards | 2008-01-27 | 3 | -33/+65 | |
| | ||||||
* | fixed a bug when shutting down DA queue | Rainer Gerhards | 2008-01-27 | 5 | -28/+50 | |
| | ||||||
* | fixed a cosmetic issue in timeoutValue calculation (just used for | Rainer Gerhards | 2008-01-27 | 1 | -18/+2 | |
| | | | | displaying) | |||||
* | reduced number of unnecessary wakeups of DA worker thread when high water | Rainer Gerhards | 2008-01-27 | 2 | -47/+67 | |
| | | | | mark is not yet reached | |||||
* | fixed the situation where message processing could be stalled for some | Rainer Gerhards | 2008-01-27 | 4 | -9/+57 | |
| | | | | period after DA mode turn off | |||||
* | partially fixed bug that caused rsyslogd to stall processing enqueued | Rainer Gerhards | 2008-01-26 | 3 | -9/+55 | |
| | | | | | | messages after turning off DA mode and before any new message were arrived (if a new message arrived, everything went back to normal, so it was a temporary halt) | |||||
* | improved SIGSEGV handler a bit (now we get a core dump) | Rainer Gerhards | 2008-01-26 | 1 | -14/+6 | |
| | ||||||
* | fixed worker timeout which was accidently not set (and thus 0) | Rainer Gerhards | 2008-01-25 | 3 | -1/+8 | |
| | ||||||
* | added debug-support environment variable RSYSLOG_DEBUGLOG | Rainer Gerhards | 2008-01-25 | 1 | -4/+12 | |
| | ||||||
* | created a work-around for plugin interface issue | Rainer Gerhards | 2008-01-25 | 1 | -8/+8 | |
| | ||||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 11 | -132/+269 | |
| | ||||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 7 | -120/+222 | |
| | | | | before terminatiing the queue | |||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 33 | -1689/+1012 | |
| | | | | | | 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... | |||||
* | more improvements and bug fixes | Rainer Gerhards | 2008-01-24 | 2 | -43/+175 | |
| | ||||||
* | improved debugging support (faster, less memory used, function invocation | Rainer Gerhards | 2008-01-24 | 2 | -68/+216 | |
| | | | | count is maintened) |