summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove some implementation detailsRainer Gerhards2013-11-271-2/+2
|
* prepare for upcoming liblognorm 1.0.0 releaseRainer Gerhards2013-11-241-1/+1
| | | | | The new liblognorm relase has an incompatible API, so we cannot use it to compile this version of rsyslog.
* doc: add link to new online impstats analyzer toolRainer Gerhards2013-11-221-0/+7
|
* doc: maintain ChangeLogRainer Gerhards2013-11-211-0/+3
|
* queue: spool directory setting was not properly propagated to DA queueRainer Gerhards2013-11-211-1/+21
|
* refactor queue spool directory config handlingRainer Gerhards2013-11-211-7/+7
|
* bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-194-0/+4
| | | | | | | Conflicts: ChangeLog runtime/queue.c
* testbench: add missing files to distribution tarballRainer Gerhards2013-11-191-0/+2
|
* testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
|
* testbench: add new testRainer Gerhards2013-11-193-0/+34
|
* 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
|
* 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.
* omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
|
* 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
|
* doc: describe failover action precisenessRainer Gerhards2013-11-061-5/+14
|
* 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
|
* 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
* | prepare for 7.4.6 releasev7.4.6Rainer Gerhards2013-10-293-3/+3
| |
* | doc: update ChangeLogRainer Gerhards2013-10-291-0/+4
| |
* | bugfix: abort if "if $syslogfacility-text..." was being usedPavel Levshin2013-10-291-3/+6
| |
* | remove memleak introduced by GenerateLocalHostName HUP bugfixRainer Gerhards2013-10-281-13/+32
| |
* | bugfix: potential abort during HUPRainer Gerhards2013-10-282-7/+24
| | | | | | | | | | | | | | | | This could happen when one of imklog, imzmq3, imkmsg, impstats, imjournal, or imuxsock were under heavy load during a HUP. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=489 Thanks to Guy Rozendorn for reporting the problem and Peval Levhshin for his analysis.
* | bugfix: imtcp flowControl parameter incorrectly defaulted to "off"Rainer Gerhards2013-10-282-2/+7
| | | | | | | | | | | | | | This could cause message loss on systems under heavy load and was a change-of-behaviour to previous version. This is a regression most probably introduced in 5.9.0 (but did not try hard to find the exact point of its introduction).
* | require libestr 0.1.9Rainer Gerhards2013-10-262-1/+3
| |
* | bugfix: memory leak in strlen() RainerScript functionRainer Gerhards2013-10-252-0/+4
| | | | | | | | | | Thanks to Gregoire Seux for reportig this bug. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=486
* | bugfix: buffer overrun if re_extract function was called for submatch 50Rainer Gerhards2013-10-252-1/+3
| | | | | | | | Thanks to Pavel Levshin for reporting the problem and its location.
* | bugfix: memleak in re_extract() functionRainer Gerhards2013-10-252-1/+4
| | | | | | | | Thanks to Pavel Levshin for reporting this problem.
* | doc: add fix to ChangeLogRainer Gerhards2013-10-251-0/+2
| |
* | bugfix: memory leak in omhiredisPavel Levshin2013-10-251-1/+1
| |
* | doc: update ChangeLogRainer Gerhards2013-10-241-0/+4
| |
* | Merge branch 'v7-stable' of git+ssh://git.adiscon.com/git/rsyslog into v7-stableRainer Gerhards2013-10-243-3/+3
|\ \
| * | preparing for 7.4.5v7.4.5Rainer Gerhards2013-10-163-3/+3
| | |
* | | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-10-241-0/+6
|/ /
* | bugfix: invalid property filter was not properly disabled in rulesetRainer Gerhards2013-10-183-2/+10
| | | | | | | | | | | | | | | | Note that this bugfix introduces a very slight memory leak, which is cosmetic, as it just holds data until termination that is no longer needed. It is just the part of the config that was invalid. We will "fix" this "issue" in the devel version first, as the fix is a bit too intrusive to do without hard need in the stable version.
* | doc: add last bugfix to ChangeLogRainer Gerhards2013-10-181-0/+3
| |
* | bugfix: potential misadressing when trimming cstr'sRainer Gerhards2013-10-181-1/+1
| |
* | remove compiler warningRainer Gerhards2013-10-181-2/+2
| |
* | add missing function prototypeRainer Gerhards2013-10-181-0/+1
| |
* | cosmetic: remove compiler warningsRainer Gerhards2013-10-181-3/+4
| |
* | bugfix: segfault if re_extract() function was used and no match foundRainer Gerhards2013-10-182-1/+5
| |
* | doc: typo fixRainer Gerhards2013-10-171-2/+2
| | | | | | | | thanks to Xuri Nagarin for alerting us
* | bugfix: omelasticsearch: failed.es counter was only maintained in bulk modeRainer Gerhards2013-10-162-3/+4
| |
* | bugfix: omelasticsearch: did not correctly initialize stats countersRainer Gerhards2013-10-162-1/+10
| | | | | | | | | | | | | | | | This usually did not lead to any problems, because they are in static memory, which is initialized to zero by the OS when the plugin is loaded. But it may cause problems especially on systems that do not support atomic instructions - in this case the associated mutexes also did not get properly initialized.