summaryrefslogtreecommitdiffstats
path: root/action.h
Commit message (Expand)AuthorAgeFilesLines
* consolidated time() calls in rule engineRainer Gerhards2008-09-161-2/+2
* added ability to execute actions only after the n-th call of the actionRainer Gerhards2008-08-071-0/+4
* implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-1/+3
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-1/+1
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-051-0/+1
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-0/+1
* - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-301-2/+1
* bugfixing newly added action codeRainer Gerhards2008-01-291-0/+1
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-0/+2
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-1/+5
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-0/+9
* 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/+2
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-1/+1
* added config file directive $ActionResumeIntervalRainer Gerhards2007-08-081-0/+2
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-1/+1
* moved action object out of syslogd.c to its own fileset (action.c/h)Rainer Gerhards2007-08-061-0/+80