summaryrefslogtreecommitdiffstats
path: root/action.h
Commit message (Expand)AuthorAgeFilesLines
* refactor action disablingRainer Gerhards2013-11-061-1/+2
* enforce that actions can no longer "do something" on action creationRainer Gerhards2013-11-061-1/+1
* refactor: move pbShutdownImmediate to wti_tRainer Gerhards2013-11-051-1/+1
* push bShutdownImmediate ptr down to commit processRainer Gerhards2013-11-041-1/+1
* experimentally split ruleset execution in exec and commit phaseRainer Gerhards2013-11-041-1/+1
* refactor: move batch "unrolling" up one layerRainer Gerhards2013-11-041-1/+2
* refactor: move action resume retry counter to wti_tRainer Gerhards2013-11-011-2/+1
* refactor: move handling too-frequent tryResume == OK to wti_tRainer Gerhards2013-11-011-1/+0
* refactor: move action state to wti (as we are now on a per-thread basis)Rainer Gerhards2013-11-011-11/+1
* milestone: action mutex removedRainer Gerhards2013-10-291-1/+0
* milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-261-2/+2
* maintain action ids (actionNbr)Rainer Gerhards2013-10-261-0/+4
* enable shuffling of crypto parameters down through queue definitionRainer Gerhards2013-05-101-2/+2
* optimize: do date() call in template processing only if actually neededRainer Gerhards2013-01-131-1/+0
* queue: change gerenic queue pUsr ptr to be action_tRainer Gerhards2012-11-031-1/+0
* remove "last message repeated n times" from rsyslog output partRainer Gerhards2012-10-231-9/+2
* do "template date call" only when actually neededRainer Gerhards2012-10-111-0/+1
* Merge branch 'v6-stable' into v6-develRainer Gerhards2012-09-191-1/+1
|\
| * bugfix: potential abort, if action queue could not be properly startedRainer Gerhards2012-09-191-1/+1
* | add OMSR_TPL_AS_JSON mode for output modules (interface only)Rainer Gerhards2012-08-291-1/+2
* | Merge branch 'beta' into master-moduleRainer Gerhards2012-06-291-2/+0
|\|
| * cleanup: remove config scoping system left-overRainer Gerhards2012-06-271-2/+0
* | milestone: module() config statement basically worksRainer Gerhards2012-06-211-0/+1
|/
* refactor: remove very old sync.[ch] system for "abstracting" mutex accessRainer Gerhards2012-01-191-2/+1
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+16
|\
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-16/+16
| |\
| | * some more files to ASL 2.0Rainer Gerhards2012-01-111-16/+16
* | | Merge branch 'v5-devel'Rainer Gerhards2011-12-191-0/+4
|\ \ \
| * | | additional counter for lost messages due to failed actions addedRainer Gerhards2011-12-191-0/+1
| * | | added instrumentationRainer Gerhards2011-12-191-0/+3
| |/ /
* | | milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-011-1/+1
* | | milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-3/+3
* | | milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-0/+1
* | | Merge branch 'beta'Rainer Gerhards2011-06-211-1/+1
|\ \ \
| * | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-211-1/+1
| |\| |
| | * | bugfix: problems in failover action handlingRainer Gerhards2011-06-161-1/+1
* | | | step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-0/+1
|/ / /
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-18/+1
|\| |
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-18/+1
| |\ \
| | * | fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-1/+1
| | * | bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-161-18/+1
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-181-1/+0
|\| | |
| * | | bugfix: minor race condition in action.c - considered cosmeticRainer Gerhards2011-02-171-1/+0
| |/ /
* / / added support to save/restore rsyslog core action settings...Rainer Gerhards2010-07-231-0/+2
|/ /
* | 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