summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | refactor iparams to use arrayRainer Gerhards2013-11-063-41/+41
| | | | | | | | | | | | | | | | this is also prep work for a single doTransaction() output mode api
* | | | cleanupRainer Gerhards2013-11-061-3/+6
| | | |
* | | | re-enable retry processingRainer Gerhards2013-11-061-5/+19
| | | |
* | | | fix previously introduced memleak with template stringsRainer Gerhards2013-11-061-1/+10
| | | |
* | | | refactor: structure processing in action commitRainer Gerhards2013-11-061-4/+34
| | | | | | | | | | | | | | | | prep work for retry processing
* | | | doc: fix invalid HTMLRainer Gerhards2013-11-061-1/+1
| | | |
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simdRainer Gerhards2013-11-063-16/+15
|\| | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_actions.html
| * | | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-063-17/+16
| |\| |
| | * | cleanup unreachable codeRainer Gerhards2013-11-061-7/+1
| | | |
| | * | omudpspoof: cleanup code that could never executeRainer Gerhards2013-11-061-5/+1
| | | |
| | * | Merge branch 'v7-stable'Rainer Gerhards2013-11-061-5/+14
| | |\|
| | | * doc: describe failover action precisenessRainer Gerhards2013-11-061-5/+14
| | | |
* | | | yet another fix to prevent actions from doing actual work during instance ↵Rainer Gerhards2013-11-061-8/+1
| | | | | | | | | | | | | | | | creation
* | | | doc: document output plugin calling interface changesRainer Gerhards2013-11-061-1/+38
| | | |
* | | | make "write all mark messages" default behaviour -- improves processing speedRainer Gerhards2013-11-063-12/+24
| | | |
* | | | refactor action disablingRainer Gerhards2013-11-064-18/+11
| | | |
* | | | enforce that actions can no longer "do something" on action creationRainer Gerhards2013-11-063-13/+6
| | | | | | | | | | | | | | | | | | | | This doesn't play well with config load/priv drop and was not strictly enforced in v7.
* | | | doc: add v8 compatibility documentRainer Gerhards2013-11-063-11/+53
| | | |
* | | | make batches of 1 commit automatically after each actionRainer Gerhards2013-11-063-6/+21
| | | | | | | | | | | | | | | | | | | | This improves failover handling and makes it consistent with doc (precise handling for batches of one).
* | | | re-enable bPrevWasSuspended handlingRainer Gerhards2013-11-062-1/+13
| | | |
* | | | remove no longer used data memberRainer Gerhards2013-11-051-2/+0
| | | |
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simdRainer Gerhards2013-11-053-7/+23
|\| | |
| * | | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-053-7/+23
| |\| |
| | * | Merge branch 'v7-stable'Rainer Gerhards2013-11-052-6/+15
| | |\|
| | | * improved checking of queue config parameters on startupRainer Gerhards2013-11-052-6/+8
| | | |
| | | * emit warning message if queue.size is set dangerously lowRainer Gerhards2013-11-051-0/+7
| | | |
| | * | doc: amend queue parameter doc with live web linkRainer Gerhards2013-11-051-1/+4
| | | |
| | * | doc: clarify lower limit of queue.size parameterRainer Gerhards2013-11-051-1/+5
| | | |
* | | | cleanup no longer used codeRainer Gerhards2013-11-052-22/+0
| | | |
* | | | re-enable main queue direct modeRainer Gerhards2013-11-054-19/+77
| | | |
* | | | shuffle code to be in closer proximity of related functionsRainer Gerhards2013-11-051-35/+35
| | | |
* | | | fix potential deadlockRainer Gerhards2013-11-051-1/+1
| | | |
* | | | rename for clarityRainer Gerhards2013-11-051-11/+10
| | | |
* | | | simplify submitToActionQ...() code pathRainer Gerhards2013-11-052-54/+24
| | | |
* | | | consistently use msg generation time in mark msg processingRainer Gerhards2013-11-051-5/+1
| | | |
* | | | refactor: simplify code pathRainer Gerhards2013-11-051-26/+14
| | | |
* | | | refactor bShutdownImmediate handlingRainer Gerhards2013-11-054-45/+49
| | | |
* | | | remove no longer needed codeRainer Gerhards2013-11-052-25/+0
| | | |
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simdRainer Gerhards2013-11-055-4/+43
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/ruleset.c required refactoring of (asnyc) call code
| * | | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-055-4/+47
| |\| | | | | | | | | | | | | | | | | | Conflicts: runtime/ruleset.c
| | * | Merge branch 'v7-stable'Rainer Gerhards2013-11-055-4/+47
| | |\|
| | | * Merge branch 'v7-stable-call-ruleset-queue' into v7-stableRainer Gerhards2013-11-055-4/+47
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | | * bugfix: call to ruleset with async queue did not use the queueRainer Gerhards2013-06-265-4/+46
| | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=443
* | | | | support force termination in script engineRainer Gerhards2013-11-051-0/+5
| | | | |
* | | | | refactor: move pbShutdownImmediate to wti_tRainer Gerhards2013-11-056-11/+12
| | | | |
* | | | | refactor: remove no longer needed elements from batch_tRainer Gerhards2013-11-042-5/+1
| | | | |
* | | | | cleanup: multiple rulesets inside a single batch are now OKRainer Gerhards2013-11-042-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | They don't require special handling any longer, so do no longer care about them.
* | | | | more cleanupRainer Gerhards2013-11-041-11/+0
| | | | |
* | | | | cleanup: remove no longer needed codeRainer Gerhards2013-11-041-55/+0
| | | | |
* | | | | refactor script execution to work on one message at a timeRainer Gerhards2013-11-041-233/+72
| | | | |