summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-309-20/+43
* fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-307-10/+26
* - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-305-28/+50
* fixed bug in output module interface, seeRainer Gerhards2008-01-302-2/+9
* fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectlyRainer Gerhards2008-01-303-45/+47
* finally implemented infinite action retries via -1 retry countRainer Gerhards2008-01-303-14/+26
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-3014-185/+166
* bumped version nbr to 3.11.0, as the next release will be a major milestoneRainer Gerhards2008-01-302-2/+2
* added rsyslog vs. syslog-ng comparisonRainer Gerhards2008-01-303-2/+243
* added ability to re-enqueue objects into the queue when a worker thread isRainer Gerhards2008-01-295-20/+185
* action queue params are reset to default for each actionRainer Gerhards2008-01-291-0/+38
* bugfixing newly added action codeRainer Gerhards2008-01-294-1/+9
* fixed bug in release buildRainer Gerhards2008-01-291-2/+2
* bugfix: added forgotten docs to packageRainer Gerhards2008-01-291-0/+2
* added some info on queues (needs to be extended)Rainer Gerhards2008-01-292-0/+82
* - fine tuning on queue namingRainer Gerhards2008-01-292-3/+25
* converted queue.c to use dbgoprint() instead of dbgprintf()Rainer Gerhards2008-01-291-114/+72
* implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-299-36/+169
* - moved correct retry logic into action processing queueRainer Gerhards2008-01-294-54/+16
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-2911-240/+270
* clean up sampleRainer Gerhards2008-01-291-2/+2
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-286-13/+206
* 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
* - added "runtime instrumentation" feature to ./configureRainer Gerhards2008-01-284-13/+30
* cleanup to prepare for releaseRainer Gerhards2008-01-286-128/+47
* - cleanup to prepare for releaseRainer Gerhards2008-01-281-19/+13
* 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
* 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
* reduced number of unnecessary wakeups of DA worker thread when high waterRainer Gerhards2008-01-272-47/+67
* fixed the situation where message processing could be stalled for someRainer Gerhards2008-01-274-9/+57
* partially fixed bug that caused rsyslogd to stall processing enqueuedRainer Gerhards2008-01-263-9/+55
* 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