summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | refactor: move action resume retry counter to wti_tRainer Gerhards2013-11-011-3/+4
* | | some debug aids & useful commments for going forwardRainer Gerhards2013-11-011-1/+11
* | | refactor: move handling too-frequent tryResume == OK to wti_tRainer Gerhards2013-11-011-6/+6
* | | refactor: move action state to wti (as we are now on a per-thread basis)Rainer Gerhards2013-11-011-62/+64
* | | cosmetic: remove commented-out codeRainer Gerhards2013-11-011-2/+0
|/ /
* | fix v8 output interface transaction begin handlingRainer Gerhards2013-10-311-12/+22
* | call freeWrkrInstance() on worker thread terminationRainer Gerhards2013-10-291-4/+6
* | milestone: action mutex removedRainer Gerhards2013-10-291-27/+6
* | add debug output for worker actionsRainer Gerhards2013-10-291-0/+1
* | milestone: action engine changed to partially support wrkr instance action in...Rainer Gerhards2013-10-281-8/+13
* | milestone: now shuffeling wti ptr correctly down to action handlerRainer Gerhards2013-10-271-5/+5
* | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-261-31/+34
* | maintain action ids (actionNbr)Rainer Gerhards2013-10-261-4/+5
|/
* experimental: make impstats return delta values where possibleRainer Gerhards2013-09-071-2/+2
* Merge branch 'v7-stable'Rainer Gerhards2013-09-031-1/+1
|\
| * make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-031-1/+1
* | enable shuffling of crypto parameters down through queue definitionRainer Gerhards2013-05-101-9/+6
|/
* cleanupRainer Gerhards2013-04-241-1/+0
* Merge branch 'v7-stable'Rainer Gerhards2013-04-121-1/+1
|\
| * bugfix: parameter action.execOnlyWhenPreviousIsSuspended was accidently of in...Rainer Gerhards2013-04-121-1/+1
* | Merge branch 'c7' into tmpRainer Gerhards2013-04-091-3/+9
|\ \
| * | make imrelp properly terminate on system shutdownRainer Gerhards2013-04-091-3/+7
| * | add output module interface to facilitate cooperative shutdownRainer Gerhards2013-04-081-0/+2
| |/
* | Merge branch 'v7-stable'Rainer Gerhards2013-04-081-10/+20
|\|
| * bugfix: failover/action suspend did not work correctlyRainer Gerhards2013-04-071-10/+20
| * Merge branch 'v6-stable' into tmpRainer Gerhards2013-03-201-1/+1
| |\
* | \ Merge branch 'v6-stable'Rainer Gerhards2013-03-121-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2013-03-121-1/+1
| |\ \
| | * | bugfix: divide action queue discard mark by 10 - was out of rangeTomas Heinrich2013-03-121-2/+2
* | | | optimize memory layout for much better cache hitsRainer Gerhards2013-01-151-11/+11
* | | | optimize: do not iterate over batch items if unneeded ;)Rainer Gerhards2013-01-151-5/+8
* | | | optimize: minor cleanup (long scheduled...)Rainer Gerhards2013-01-141-9/+0
* | | | optimize: do date() call in template processing only if actually neededRainer Gerhards2013-01-131-25/+2
* | | | Merge branch 'v7-stable-newmsglock' into master-newmsglockRainer Gerhards2012-12-061-8/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'v6-stable-newmsglock' into v7-stable-newmsglockRainer Gerhards2012-12-061-8/+0
| |\| |
| | * | bugfix: some message properties could be garbled due to race conditionRainer Gerhards2012-12-061-8/+0
| | * | cosmetic: remove irrelevant compiler warningRainer Gerhards2012-09-271-1/+1
* | | | bugfix: error message had an extra LF in it (can break forwarding & tools)Rainer Gerhards2012-11-291-1/+1
* | | | queue: change generic msg ptr (pUsr) to be of msg_t typeRainer Gerhards2012-11-031-8/+8
* | | | queue: change gerenic queue pUsr ptr to be action_tRainer Gerhards2012-11-031-1/+1
* | | | Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-241-1/+1
|\ \ \ \
| * | | | Merge branch 'v7-stable'Rainer Gerhards2012-10-241-1/+1
| |\| | |
| | * | | make rsyslog core suspened actions after 10 failures in a rowRainer Gerhards2012-10-241-1/+1
| * | | | bugfix: segfault on startup when modules using MSG_PASSING mode are usedRainer Gerhards2012-10-231-1/+4
* | | | | remove "last message repeated n times" from rsyslog output partRainer Gerhards2012-10-231-126/+16
|/ / / /
* | | | do "template date call" only when actually neededRainer Gerhards2012-10-111-1/+22
* | | | optimize: do "template time() call" only once per batchRainer Gerhards2012-10-101-5/+8
|/ / /
* | | fix invalid state handling during action executionRainer Gerhards2012-09-251-1/+1
* | | fix optimizer-introduced memleak in action destructionRainer Gerhards2012-09-251-1/+2
* | | cleanup & better debug outputRainer Gerhards2012-09-241-27/+0