summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-051-0/+100
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-051-3/+7
* bugfix: actions were not correctly retried; caused message lossRainer Gerhards2008-03-051-1/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-3/+6
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-2/+5
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-4/+16
* implemented environment-settable debug optionsRainer Gerhards2008-02-281-10/+10
* bugfix: message object was not properly synchronized when the main queueRainer Gerhards2008-02-201-0/+8
* bugfix: fixed abort when invalid template was provided to an action bug:Rainer Gerhards2008-02-181-1/+3
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-1/+0
* removed some left-over unnecessary dbgprintf'sRainer Gerhards2008-02-131-10/+0
* - improved diagnostic information for abort casesRainer Gerhards2008-02-121-7/+18
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-0/+1
* removed debug messageRainer Gerhards2008-02-111-1/+0
* bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-311-4/+4
* - fixed bug in sample rsyslog.confRainer Gerhards2008-01-311-6/+6
* - rename $<obj>TimoutWorkerThreadShutdown toRainer Gerhards2008-01-311-8/+10
* - implemented limiting disk space allocated to queuesRainer Gerhards2008-01-301-0/+7
* - implemented simple output rate limitingRainer Gerhards2008-01-301-2/+10
* - 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