summaryrefslogtreecommitdiffstats
path: root/action.h
Commit message (Expand)AuthorAgeFilesLines
* added missing support for systems without atomic instructionsRainer Gerhards2010-06-241-0/+1
* fixed a couple of regressionsRainer Gerhards2010-06-231-1/+1
* some cleanupRainer Gerhards2010-06-101-2/+0
* fixed regression for omruleset use caseRainer Gerhards2010-06-101-1/+1
* added support for high-performance action queue submission if not all mark me...Rainer Gerhards2010-06-081-3/+3
* performance enhancement: implemented stage 1 firehose mode for actionsRainer Gerhards2010-06-081-1/+1
* added new cancel-reduced action thread termination methodRainer Gerhards2010-05-171-0/+1
* adapted merged code to v5 engineRainer Gerhards2010-04-261-1/+1
* Merge branch 'v5-stable'Rainer Gerhards2010-04-261-1/+2
|\
| * bugfix(kind of): output plugin retry behaviour could cause engine to loopRainer Gerhards2010-04-261-1/+2
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+2
|\ \
| * | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+2
* | | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-3/+3
| |/ |/|
* | added omruleset output module, which provides great flexibility in action pro...Rainer Gerhards2009-11-021-1/+1
* | some more cleanup - action config line handlers are now defined in action.cRainer Gerhards2009-10-271-1/+0
* | added new config option $ActionWriteAllMarkMessagesRainer Gerhards2009-08-201-0/+1
* | some post-merge cleanupRainer Gerhards2009-06-221-2/+0
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-4/+6
|\|
| * optimized template string generationRainer Gerhards2009-06-191-0/+1
| * optimized action.c a bitRainer Gerhards2009-06-191-5/+6
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-121-0/+1
|\|
| * added capability to draw configuration graphsRainer Gerhards2009-05-111-0/+1
* | first shot at action state machine implemention (untested)Rainer Gerhards2009-05-071-2/+13
|/
* added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-0/+2
* integrated various patches for solarisRainer Gerhards2009-03-051-1/+1
* added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-1/+2
* added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-0/+1
* 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