summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-301-11/+32
* fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectlyRainer Gerhards2008-01-301-5/+0
* finally implemented infinite action retries via -1 retry countRainer Gerhards2008-01-301-13/+13
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-6/+6
* action queue params are reset to default for each actionRainer Gerhards2008-01-291-0/+38
* bugfixing newly added action codeRainer Gerhards2008-01-291-1/+5
* - fine tuning on queue namingRainer Gerhards2008-01-291-1/+18
* - moved correct retry logic into action processing queueRainer Gerhards2008-01-291-27/+14
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-8/+192
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-2/+147
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-0/+66
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-5/+5
* worked on threadingRainer Gerhards2008-01-171-1/+1
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
* fixed a potential race condition, see link for details:Rainer Gerhards2007-12-111-0/+3
* fixed some type warnings that appeared on 64 bit machines - these were inRainer Gerhards2007-12-071-1/+1
* changed rsyslog.h include order to solve debian sid zlib inlcude issueMichael Meckelein2007-08-081-1/+1
* added config file directive $ActionResumeIntervalRainer Gerhards2007-08-081-3/+18
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-2/+1
* moved action object out of syslogd.c to its own fileset (action.c/h)Rainer Gerhards2007-08-061-0/+178