Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-07 | 9 | -27/+43 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/wti.c runtime/wti.h | |||||
| | * | | doc: maintain ChangeLog | Rainer Gerhards | 2013-11-07 | 1 | -6/+12 | |
| | | | | ||||||
| | * | | bugfix: regular workers are no longer started if DA worker is active | Pavel Levshin | 2013-11-07 | 1 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | | form mail: Look, below, if it is time to activate DA worker, we call it explicitly. But in this case we do not advise regular workers. They are likely already running at this point, but it is not guaranteed. What if, for example, the system is set to start additional workers when the queue is going over high watermark? What if HighWatermark is set to 1? Regular workers will not be started, and DA worker may fail. Thus, it is reasonable to advise regular workers even if we are going DA. | |||||
| | * | | cleanup no longer needed code | Rainer Gerhards | 2013-11-07 | 4 | -8/+1 | |
| | | | | ||||||
| | * | | Merge branch 'master' into master-newwtipool | Rainer Gerhards | 2013-11-07 | 3 | -2/+5 | |
| | |\ \ | ||||||
| | | * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-07 | 0 | -0/+0 | |
| | | |\| | ||||||
| | | | * | do not adjust batch size for disk queues | Rainer Gerhards | 2013-11-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | | | * | do not complain for queue size on DA queues | Rainer Gerhards | 2013-11-07 | 1 | -1/+2 | |
| | | | | | ||||||
| | | * | | cosmetic: add test headers to some tests | Rainer Gerhards | 2013-11-07 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | actually a bit more than cosmetic - makes it easier to see what failed | |||||
| | | * | | do not adjust batch size for disk queues | Rainer Gerhards | 2013-11-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | do not complain for queue size on DA queues | Rainer Gerhards | 2013-11-06 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | doc: mention Pavel's improvement in ChangeLog | Rainer Gerhards | 2013-11-06 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | improve worker thread pool handling | Pavel Levshin | 2013-11-06 | 4 | -6/+15 | |
| | |/ / | | | | | | | | | | | | | | | | | among others, make possible that workers really timeout and the pool thus shrinks | |||||
* | | | | refactor iparams to use array | Rainer Gerhards | 2013-11-06 | 3 | -41/+41 | |
| | | | | | | | | | | | | | | | | this is also prep work for a single doTransaction() output mode api | |||||
* | | | | cleanup | Rainer Gerhards | 2013-11-06 | 1 | -3/+6 | |
| | | | | ||||||
* | | | | re-enable retry processing | Rainer Gerhards | 2013-11-06 | 1 | -5/+19 | |
| | | | | ||||||
* | | | | fix previously introduced memleak with template strings | Rainer Gerhards | 2013-11-06 | 1 | -1/+10 | |
| | | | | ||||||
* | | | | refactor: structure processing in action commit | Rainer Gerhards | 2013-11-06 | 1 | -4/+34 | |
| | | | | | | | | | | | | | | | | prep work for retry processing | |||||
* | | | | doc: fix invalid HTML | Rainer Gerhards | 2013-11-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-06 | 3 | -16/+15 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_actions.html | |||||
| * | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-06 | 3 | -17/+16 | |
| |\| | | ||||||
| | * | | cleanup unreachable code | Rainer Gerhards | 2013-11-06 | 1 | -7/+1 | |
| | | | | ||||||
| | * | | omudpspoof: cleanup code that could never execute | Rainer Gerhards | 2013-11-06 | 1 | -5/+1 | |
| | | | | ||||||
| | * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-06 | 1 | -5/+14 | |
| | |\| | ||||||
| | | * | doc: describe failover action preciseness | Rainer Gerhards | 2013-11-06 | 1 | -5/+14 | |
| | | | | ||||||
* | | | | yet another fix to prevent actions from doing actual work during instance ↵ | Rainer Gerhards | 2013-11-06 | 1 | -8/+1 | |
| | | | | | | | | | | | | | | | | creation | |||||
* | | | | doc: document output plugin calling interface changes | Rainer Gerhards | 2013-11-06 | 1 | -1/+38 | |
| | | | | ||||||
* | | | | make "write all mark messages" default behaviour -- improves processing speed | Rainer Gerhards | 2013-11-06 | 3 | -12/+24 | |
| | | | | ||||||
* | | | | refactor action disabling | Rainer Gerhards | 2013-11-06 | 4 | -18/+11 | |
| | | | | ||||||
* | | | | enforce that actions can no longer "do something" on action creation | Rainer Gerhards | 2013-11-06 | 3 | -13/+6 | |
| | | | | | | | | | | | | | | | | | | | | This doesn't play well with config load/priv drop and was not strictly enforced in v7. | |||||
* | | | | doc: add v8 compatibility document | Rainer Gerhards | 2013-11-06 | 3 | -11/+53 | |
| | | | | ||||||
* | | | | make batches of 1 commit automatically after each action | Rainer Gerhards | 2013-11-06 | 3 | -6/+21 | |
| | | | | | | | | | | | | | | | | | | | | This improves failover handling and makes it consistent with doc (precise handling for batches of one). | |||||
* | | | | re-enable bPrevWasSuspended handling | Rainer Gerhards | 2013-11-06 | 2 | -1/+13 | |
| | | | | ||||||
* | | | | remove no longer used data member | Rainer Gerhards | 2013-11-05 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-05 | 3 | -7/+23 | |
|\| | | | ||||||
| * | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-05 | 3 | -7/+23 | |
| |\| | | ||||||
| | * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-05 | 2 | -6/+15 | |
| | |\| | ||||||
| | | * | improved checking of queue config parameters on startup | Rainer Gerhards | 2013-11-05 | 2 | -6/+8 | |
| | | | | ||||||
| | | * | emit warning message if queue.size is set dangerously low | Rainer Gerhards | 2013-11-05 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | doc: amend queue parameter doc with live web link | Rainer Gerhards | 2013-11-05 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | doc: clarify lower limit of queue.size parameter | Rainer Gerhards | 2013-11-05 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | cleanup no longer used code | Rainer Gerhards | 2013-11-05 | 2 | -22/+0 | |
| | | | | ||||||
* | | | | re-enable main queue direct mode | Rainer Gerhards | 2013-11-05 | 4 | -19/+77 | |
| | | | | ||||||
* | | | | shuffle code to be in closer proximity of related functions | Rainer Gerhards | 2013-11-05 | 1 | -35/+35 | |
| | | | | ||||||
* | | | | fix potential deadlock | Rainer Gerhards | 2013-11-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | rename for clarity | Rainer Gerhards | 2013-11-05 | 1 | -11/+10 | |
| | | | | ||||||
* | | | | simplify submitToActionQ...() code path | Rainer Gerhards | 2013-11-05 | 2 | -54/+24 | |
| | | | | ||||||
* | | | | consistently use msg generation time in mark msg processing | Rainer Gerhards | 2013-11-05 | 1 | -5/+1 | |
| | | | | ||||||
* | | | | refactor: simplify code path | Rainer Gerhards | 2013-11-05 | 1 | -26/+14 | |
| | | | | ||||||
* | | | | refactor bShutdownImmediate handling | Rainer Gerhards | 2013-11-05 | 4 | -45/+49 | |
| | | | |