summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'beta'Andre Lorbach2011-08-181-2/+15
|\| | | | |
| * | | | | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-181-2/+15
| |\| | | |
| | * | | | removed debug code from action.c and runtime/queue.c after testingAndre Lorbach2011-08-181-17/+0
| | * | | | bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-181-2/+32
* | | | | | milestone: queue-params are properly initialized for action queuesRainer Gerhards2011-08-011-14/+15
* | | | | | milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-011-27/+87
* | | | | | milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-51/+37
* | | | | | milestone: omfile basically gets its parameters via the new systemRainer Gerhards2011-07-211-3/+20
* | | | | | fixing minor memory leaksRainer Gerhards2011-07-211-0/+1
* | | | | | milestone: new output plugin interface call addedRainer Gerhards2011-07-211-1/+5
* | | | | | milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-0/+100
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-06-271-1/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-211-8/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-161-47/+125
| |\ \ \ \ \
| * | | | | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-101-1/+1
| * | | | | | set queue name to aciton name (useful for impstats!)Rainer Gerhards2011-06-071-1/+6
* | | | | | | Merge branch 'beta'Rainer Gerhards2011-06-211-47/+129
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-211-47/+129
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | bugfix: problems in failover action handlingRainer Gerhards2011-06-201-8/+12
| | | |/ / / | | |/| | |
| | * | | | failover problem was not totally solved, now (hopefully ;))Rainer Gerhards2011-06-161-27/+59
| | * | | | bugfix: problems in failover action handlingRainer Gerhards2011-06-161-47/+93
| | |/ / /
* | | | | step: action queues now activated only AFTER privilege dropRainer Gerhards2011-05-021-1/+30
* | | | | step: moved main message queue activation to after priv dropRainer Gerhards2011-04-271-1/+0
* | | | | step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-3/+5
* | | | | milestone: templates are now in config objectRainer Gerhards2011-04-191-1/+1
|/ / / /
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-31/+111
|\| | |
| * | | bugfix: error return from strgen caused abort, now causes action to be ignoredRainer Gerhards2011-03-291-1/+2
| * | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-30/+109
| |\ \ \
| | * | | fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-14/+4
| | * | | bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-161-30/+119
| | * | | bugfix(kind of): tell users that config graph can currently not be generatedRainer Gerhards2011-03-081-1/+2
* | | | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-1/+2
|\| | | |
| * | | | bugfix: discard action did not work under some circumstancesRainer Gerhards2011-03-071-1/+2
* | | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-181-12/+13
|\| | | |
| * | | | bugfix: minor race condition in action.c - considered cosmeticRainer Gerhards2011-02-171-12/+13
| |/ / /
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-12-171-60/+72
|\| | |
| * | | bug fixes in action processingRainer Gerhards2010-12-171-49/+70
| * | | used a bit more stack (irrelevant) to gain a bit more performance...Rainer Gerhards2010-12-161-1/+2
| * | | bugfix: batch processing flagged invalid message as "bad" under some circumst...Rainer Gerhards2010-12-161-2/+2
* | | | bugfix: potential abort when output modules with different parameter ...Rainer Gerhards2010-12-031-1/+3
* | | | bugfix: memory leak if different passing modes were used in actionsRainer Gerhards2010-12-011-0/+8
* | | | milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-011-1/+0
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-11-251-1/+1
|\| | |
| * | | bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-251-1/+1
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-221-1/+1
|\| | |
| * | | fixing a potentially uninitialized variablev5.6.0Rainer Gerhards2010-10-191-1/+1
* | | | Merge branch 'master' into newconfRainer Gerhards2010-08-051-0/+1
|\| | |
| * | | break potential infinite loop in actionDoRetrySteffen Sledz2010-08-051-0/+1
* | | | added support to save/restore rsyslog core action settings...Rainer Gerhards2010-07-231-127/+190
* | | | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-29/+29
|/ / /