summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* queue: warn if high watermark is set too lowRainer Gerhards2013-11-191-0/+8
|
* Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+2
|\
| * testbench: add missing files to distribution tarballRainer Gerhards2013-11-191-0/+2
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-1/+1
|\|
| * testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-193-0/+34
|\|
| * testbench: add new testRainer Gerhards2013-11-193-0/+34
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-194-11/+23
|\| | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c
| * bugfix: segfault on startup when certain script constructs are usedRainer Gerhards2013-11-192-0/+6
| | | | | | | | e.g. "if not $msg ..."
| * bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctlyRainer Gerhards2013-11-152-3/+6
| | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
| * doc typo fixRainer Gerhards2013-11-151-1/+1
| |
| * doc: fix glitch in v6+ parameter descriptionRainer Gerhards2013-11-151-1/+2
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-152-1/+11
|\| | | | | | | | | Conflicts: ChangeLog
| * doc: add Tomas' patch to ChangeLogRainer Gerhards2013-11-151-0/+3
| |
| * imuxsock: pass along missing legacy config variablesTomas Heinrich2013-11-151-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 ChangeLogRainer Gerhards2013-11-081-0/+2
| |
* | bugfix: regression in template processingPavel Levshin2013-11-081-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-11-080-0/+0
|\|
| * omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | emit warning message if output module with msg passing mode runs asynchronouslyRainer Gerhards2013-11-075-1/+27
| |
* | doc: maintain ChangeLogRainer Gerhards2013-11-071-6/+12
| |
* | bugfix: regular workers are no longer started if DA worker is activePavel Levshin2013-11-071-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 codeRainer Gerhards2013-11-074-8/+1
| |
* | Merge branch 'master' into master-newwtipoolRainer Gerhards2013-11-073-2/+5
|\ \
| * | Merge branch 'v7-stable'Rainer Gerhards2013-11-070-0/+0
| |\|
| | * do not adjust batch size for disk queuesRainer Gerhards2013-11-071-1/+1
| | |
| | * do not complain for queue size on DA queuesRainer Gerhards2013-11-071-1/+2
| | |
| * | cosmetic: add test headers to some testsRainer Gerhards2013-11-072-0/+2
| | | | | | | | | | | | actually a bit more than cosmetic - makes it easier to see what failed
| * | do not adjust batch size for disk queuesRainer Gerhards2013-11-071-1/+1
| | |
| * | do not complain for queue size on DA queuesRainer Gerhards2013-11-061-1/+2
| | |
* | | doc: mention Pavel's improvement in ChangeLogRainer Gerhards2013-11-061-0/+6
| | |
* | | improve worker thread pool handlingPavel Levshin2013-11-064-6/+15
|/ / | | | | | | | | among others, make possible that workers really timeout and the pool thus shrinks
* | 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
| |
* | 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
| |
* | 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
* | | ommysql cosmetic: change some historic namesRainer Gerhards2013-10-311-21/+21
| | |
* | | doc: add missing ChangeLog entryRainer Gerhards2013-10-311-0/+1
| | |
* | | bugfix: ommysql lost configfile/section parameters after first closeRainer Gerhards2013-10-312-8/+5
| | | | | | | | | | | | | | | This means that when a connection was broken, it was probably re-instantiated with different parameters than configured.
* | | doc: update ChangeLogRainer Gerhards2013-10-311-0/+1
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-10-291-1/+1
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html