summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-04-071-2/+3
|\ | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-071-2/+3
| |\ | | | | | | | | | | | | Conflicts: configure.ac
| | * bugfix: memory leak in array passing output module modeRainer Gerhards2012-03-171-2/+3
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/imuxsock.html doc/manual.html runtime/queue.c
| * | queue: lightdelay config: keep default of 70% until mark is explicitely setRainer Gerhards2012-02-221-3/+5
| | |
| * | added configuration directives to customize queue light delay marksRainer Gerhards2012-02-211-0/+4
| | | | | | | | | | | | | | | $MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both specify number of messages starting at which a delay happens.
| * | stats: generate friendly name for action queues, if possibleRainer Gerhards2012-01-311-2/+7
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-271-3/+4
|\| | | | | | | | | | | | | | Conflicts: configure.ac
| * | bugfix: action stats did invalidly contain already-discarded messagesRainer Gerhards2012-01-271-3/+4
| | |
* | | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
| * | | add JSON escaping optionNathan Scott2012-01-171-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following the path taken by the two SQL formatting options, which escape single quotes with double quotes (amongst other things), this patch adds a JSON quoting option. JSON is the opposite to the SQL options, requiring double quotes to be quoted within a string. This patch provides a formatting option implementing this requirement, while piggy-backing on the existing code as much as possible. Signed-off-by: Nathan Scott <nathans@aconex.com>
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2011-12-191-3/+6
|\ \ \ | | |/ | |/| | | | | | | Conflicts: configure.ac
| * | better performance for action stats & cleanup: removing debug printsRainer Gerhards2011-12-191-3/+6
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2011-12-191-0/+5
|\| |
| * | additional counter for lost messages due to failed actions addedRainer Gerhards2011-12-191-0/+5
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2011-12-191-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c
| * | added instrumentationRainer Gerhards2011-12-191-3/+45
| |/
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-12-011-1/+1
| |\ | | | | | | | | | | | | Conflicts: action.c
| | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2011-12-011-1/+1
| | |\
| | | * bugfix: action resume interval incorrectly handled, thus took longer to resumeTomas Heinrich2011-12-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | fixing memory leak in new stats code (delete statsobj)Rainer Gerhards2011-12-161-0/+6
| | | |
* | | | experimental: added first stats counter to action objectRainer Gerhards2011-12-161-6/+43
| | | |
* | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-10-171-10/+9
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2011-10-171-1/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-10-131-1/+0
| | |\| |
| | | * | bugfix: $ActionExecOnlyOnce interval did not work properlyTomas Heinrich2011-10-131-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | bugfix: ActionQueue could malfunction due to index errorVlad Grigorescu2011-10-171-9/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-08-311-25/+23
|\| | |
| * | | bugfix: mark message processing did not work correctlyRainer Gerhards2011-08-311-25/+23
| | | |
* | | | Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-181-2/+15
|\| | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | 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
| | | |
* | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-211-8/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | bugfix: problems in failover action handlingRainer Gerhards2011-06-201-8/+12
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
* | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-161-47/+125
|\| | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | failover problem was not totally solved, now (hopefully ;))Rainer Gerhards2011-06-161-27/+59
| | | | | | | | | | | | | | | | I overlooked a border case, which came up on a larger testbench run.
| * | | bugfix: problems in failover action handlingRainer Gerhards2011-06-161-47/+93
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270 (not yet confirmed!)
* | | | 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
|/ / / | | | | | | | | | so far untested, test follows
* | | bugfix: error return from strgen caused abort, now causes action to be ignoredRainer Gerhards2011-03-291-1/+2
| | | | | | | | | | | | ...(just like a failed filter)
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-30/+109
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | 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
| | | | | | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
| * | | bugfix(kind of): tell users that config graph can currently not be generatedRainer Gerhards2011-03-081-1/+2
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
* | | | bugfix: discard action did not work under some circumstancesRainer Gerhards2011-03-071-1/+2
| | | | | | | | | | | | | | | | fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217
* | | | bugfix: minor race condition in action.c - considered cosmeticRainer Gerhards2011-02-171-12/+13
|/ / / | | | | | | | | | | | | | | | This is considered cosmetic as multiple threads tried to write exactly the same value into the same memory location without sync. The method has been changed so this can no longer happen.
* | | bug fixes in action processingRainer Gerhards2010-12-171-49/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: action processor released mememory too early, resulting in potential issue in retry cases (but very unlikely due to another bug, which I also fixed -- only after the fix this problem here became actually visible). - bugfix: batches which had actions in error were not properly retried in all cases
* | | used a bit more stack (irrelevant) to gain a bit more performance...Rainer Gerhards2010-12-161-1/+2
| | | | | | | | | | | | ... for large batches
* | | bugfix: batch processing flagged invalid message as "bad" under some ↵Rainer Gerhards2010-12-161-2/+2
| | | | | | | | | | | | | | | | | | circumstances also fixed some cosmetic nits
* | | bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-251-1/+1
| | | | | | | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile).