summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - moved correct retry logic into action processing queueRainer Gerhards2008-01-294-54/+16
| | | | | - removed debugging support from sync class, debug class now provides much more
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-2911-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 sampleRainer Gerhards2008-01-291-2/+2
|
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-286-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 variableRainer Gerhards2008-01-281-0/+6
|
* doc fixMichael Meckelein2008-01-281-5/+5
|
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-289-34/+104
|
* preparing files for 3.10.4Rainer Gerhards2008-01-282-1/+12
|
* one more feature done ;)v3-10-3Rainer Gerhards2008-01-281-2/+2
|
* preparing for 3.10.3Rainer Gerhards2008-01-281-4/+1
|
* preparing for 3.10.3 releaseRainer Gerhards2008-01-283-6/+6
|
* added new features now available thanks to new queue codeRainer Gerhards2008-01-281-4/+9
|
* add Michael Biebl's autoconf patch for netsnmp - thks!Rainer Gerhards2008-01-283-23/+19
|
* - implemented the $MainMsgQueueSaveOnShutdown config directiveRainer Gerhards2008-01-281-0/+3
| | | | | - implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive - implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive
* - added "runtime instrumentation" feature to ./configureRainer Gerhards2008-01-284-13/+30
| | | | - some more cleanup
* cleanup to prepare for releaseRainer Gerhards2008-01-286-128/+47
|
* - cleanup to prepare for releaseRainer Gerhards2008-01-281-19/+13
| | | | - PID file is now also written in debug mode
* some more testing and cleanup with the queue class (pretty stable now)Rainer Gerhards2008-01-287-51/+68
|
* added some doc on how to handle massive amounts of database inserts withRainer Gerhards2008-01-281-5/+9
| | | | rsyslog
* added paper "writing massive amounts of syslog messages to a database"Rainer Gerhards2008-01-282-1/+129
|
* improved last execution line tracking a bitRainer Gerhards2008-01-281-2/+3
|
* added capability to record last known exec location in debug stack dumpRainer Gerhards2008-01-282-29/+59
|
* fixed queue termination in case bSaveOnShutdown is 0Rainer Gerhards2008-01-274-18/+51
|
* some more fixing and cleanup on the queue shutdown sequenceRainer Gerhards2008-01-273-33/+65
|
* fixed a bug when shutting down DA queueRainer Gerhards2008-01-275-28/+50
|
* fixed a cosmetic issue in timeoutValue calculation (just used forRainer Gerhards2008-01-271-18/+2
| | | | displaying)
* reduced number of unnecessary wakeups of DA worker thread when high waterRainer Gerhards2008-01-272-47/+67
| | | | mark is not yet reached
* fixed the situation where message processing could be stalled for someRainer Gerhards2008-01-274-9/+57
| | | | period after DA mode turn off
* partially fixed bug that caused rsyslogd to stall processing enqueuedRainer Gerhards2008-01-263-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 Gerhards2008-01-261-14/+6
|
* fixed worker timeout which was accidently not set (and thus 0)Rainer Gerhards2008-01-253-1/+8
|
* added debug-support environment variable RSYSLOG_DEBUGLOGRainer Gerhards2008-01-251-4/+12
|
* created a work-around for plugin interface issueRainer Gerhards2008-01-251-8/+8
|
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-2511-132/+269
|
* restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-257-120/+222
| | | | before terminatiing the queue
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-2433-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 fixesRainer Gerhards2008-01-242-43/+175
|
* improved debugging support (faster, less memory used, function invocationRainer Gerhards2008-01-242-68/+216
| | | | count is maintened)
* looks like the first actually usable debug class is doneRainer Gerhards2008-01-232-70/+119
|
* bug fixes and improvementsRainer Gerhards2008-01-232-20/+70
|
* added mutex debug instrumentationRainer Gerhards2008-01-232-30/+340
|
* added thread-specific call stack to debug interfaceRainer Gerhards2008-01-222-13/+150
|
* added debug support classRainer Gerhards2008-01-222-0/+169
|
* updated queue design descriptionRainer Gerhards2008-01-223-0/+0
|
* Replaced original rsyslog.conf file again which was accidentaly overwrittenAndre Lorbach2008-01-221-7/+27
|
* Module OMSNMP intially added, not completed yet.Andre Lorbach2008-01-228-30/+242
|
* added debug aides for mutex operationsRainer Gerhards2008-01-221-0/+14
|
* fixed compile-time errorRainer Gerhards2008-01-221-0/+1
|
* updated queue design descriptionRainer Gerhards2008-01-211-10/+15
|
* initial creation of wti class (still under development)Rainer Gerhards2008-01-212-0/+705
|