Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testbench: add test for RainerScript optimizer | Rainer Gerhards | 2013-11-20 | 3 | -0/+27 |
| | |||||
* | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -0/+1 |
|\ | |||||
| * | bugfix: legacy directive $ActionQueueWorkerThreads was not honored | Rainer Gerhards | 2013-11-19 | 4 | -0/+4 |
| | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c | ||||
* | | queue.workerThreadMinimumMessage set to queue.size / num workers | Rainer Gerhards | 2013-11-19 | 3 | -3/+20 |
| | | |||||
* | | bugfix: legacy directive $ActionQueueWorkerThreads was not honored | Rainer Gerhards | 2013-11-19 | 4 | -0/+5 |
| | | |||||
* | | queue: auto-adjust watermarks | Rainer Gerhards | 2013-11-19 | 3 | -12/+19 |
| | | |||||
* | | queue: warn if high watermark is set too low | Rainer Gerhards | 2013-11-19 | 1 | -0/+8 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
|\| | |||||
| * | testbench: add missing files to distribution tarball | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
|\| | |||||
| * | testbench bugfix: re-enable missing tests | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
|\| | |||||
| * | testbench: add new test | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 4 | -11/+23 |
|\| | | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c | ||||
| * | bugfix: segfault on startup when certain script constructs are used | Rainer Gerhards | 2013-11-19 | 2 | -0/+6 |
| | | | | | | | | e.g. "if not $msg ..." | ||||
| * | bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctly | Rainer Gerhards | 2013-11-15 | 2 | -3/+6 |
| | | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion. | ||||
| * | doc typo fix | Rainer Gerhards | 2013-11-15 | 1 | -1/+1 |
| | | |||||
| * | doc: fix glitch in v6+ parameter description | Rainer Gerhards | 2013-11-15 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-15 | 2 | -1/+11 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | doc: add Tomas' patch to ChangeLog | Rainer Gerhards | 2013-11-15 | 1 | -0/+3 |
| | | |||||
| * | imuxsock: pass along missing legacy config variables | Tomas Heinrich | 2013-11-15 | 1 | -1/+5 |
| | | | | | | | | | | | | | | Not doing so caused that the system log socket was unaffected by these directives. bCreatePath is still not passed but currently, there's no placeholder for it. | ||||
* | | doc: maintain ChangeLog | Rainer Gerhards | 2013-11-08 | 1 | -0/+2 |
| | | |||||
* | | bugfix: regression in template processing | Pavel Levshin | 2013-11-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-08 | 0 | -0/+0 |
|\| | |||||
| * | omhiredis: fix memory leak | Pavel Levshin | 2013-11-08 | 1 | -3/+2 |
| | | |||||
* | | omhiredis: fix memory leak | Pavel Levshin | 2013-11-08 | 1 | -3/+2 |
| | | |||||
* | | emit warning message if output module with msg passing mode runs asynchronously | Rainer Gerhards | 2013-11-07 | 5 | -1/+27 |
| | | |||||
* | | 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 | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-05 | 5 | -4/+47 |
|\| | |||||
| * | Merge branch 'v7-stable-call-ruleset-queue' into v7-stable | Rainer Gerhards | 2013-11-05 | 5 | -4/+47 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog |