summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | fix small memleak introduced during refactoringRainer Gerhards2013-10-231-2/+3
| | | | | | | | | |
| * | | | | | | | | refactor: align jsonFind() calling interface with recent changesRainer Gerhards2013-10-233-6/+6
| | | | | | | | | |
| * | | | | | | | | minor cleanupRainer Gerhards2013-10-231-2/+0
| | | | | | | | | |
| * | | | | | | | | refactor: remove now no-longer needed functionsRainer Gerhards2013-10-235-109/+0
| | | | | | | | | |
| * | | | | | | | | refactor RainerScript variable accessRainer Gerhards2013-10-231-1/+11
| | | | | | | | | |
| * | | | | | | | | refactor get.*PropVal() series of functionsRainer Gerhards2013-10-234-51/+47
| | | | | | | | | |
| * | | | | | | | | remove no longer necessary casesRainer Gerhards2013-10-231-6/+2
| | | | | | | | | |
| * | | | | | | | | fix potential segfault introduced by last refactoringRainer Gerhards2013-10-231-2/+5
| | | | | | | | | |
| * | | | | | | | | refactor: simplify JSON variable accessRainer Gerhards2013-10-236-60/+32
| | | | | | | | | |
| * | | | | | | | | refactor: use common code for message property description processingRainer Gerhards2013-10-2211-158/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in all cases except script var access -- this comes next...
| * | | | | | | | | refactor: more simplification in property handlingRainer Gerhards2013-10-212-13/+9
| | | | | | | | | |
| * | | | | | | | | refactor: somewhat simplify property-name-to-id mappingRainer Gerhards2013-10-213-23/+6
| | | | | | | | | |
| * | | | | | | | | work a bit toward string handling unificationRainer Gerhards2013-10-218-130/+101
| | | | | | | | | |
| * | | | | | | | | prep work to support one-char variable namepacesRainer Gerhards2013-10-211-6/+6
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-292-3/+10
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | doc: update ChangeLogRainer Gerhards2013-10-291-0/+4
| | | | | | | | | |
| * | | | | | | | | bugfix: abort if "if $syslogfacility-text..." was being usedPavel Levshin2013-10-291-3/+6
| | | | | | | | | |
* | | | | | | | | | refactor: simplify localHostName property handlingRainer Gerhards2013-10-282-15/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-282-6/+42
|\| | | | | | | | |
| * | | | | | | | | 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.
* | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-282-2/+7
|\| | | | | | | | | | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | 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).
* | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-262-1/+3
|\| | | | | | | | | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | require libestr 0.1.9Rainer Gerhards2013-10-262-1/+3
| | | | | | | |
* | | | | | | | make rsyslog version output include the number of bits used for RainerScriptRainer Gerhards2013-10-261-0/+5
| | | | | | | |
* | | | | | | | doc: add enhancement to ChangeLogRainer Gerhards2013-10-261-0/+2
| | | | | | | |
* | | | | | | | Make use of int64 json numbers, if availablePavel Levshin2013-10-264-1/+20
| | | | | | | |
* | | | | | | | slight performance optimization if GCC is usedRainer Gerhards2013-10-263-1/+18
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We give branch prediction hints for the frequent RETiRet macro which is used for error handling. Some slight performance gain is to be expected from that.
* | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-262-0/+4
|\| | | | | |
| * | | | | | 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
* | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-252-2/+7
|\| | | | |
| * | | | | 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.
* | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-252-1/+3
|\| | | | | | |_|_|/ / |/| | | |
| * | | | doc: add fix to ChangeLogRainer Gerhards2013-10-251-0/+2
| | | | |
| * | | | bugfix: memory leak in omhiredisPavel Levshin2013-10-251-1/+1
| | | | |
* | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-241-1/+5
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/msg.c
| * | | 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
| |/ / /
* | | | doc: update ChangeLogRainer Gerhards2013-10-241-0/+2
| | | |
* | | | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-10-241-0/+6
| | | |
* | | | doc: add imuxsock fix to ChangeLogRainer Gerhards2013-10-241-0/+2
| | | |
* | | | imuxsock: add some clarifiying commentsRainer Gerhards2013-10-241-2/+4
| | | |
* | | | imuxsock: When syssock.use set to off, additional listeners cannot be createdPavel Levshin2013-10-241-2/+0
| | | |
* | | | re-enable global vars, but as an undocumented & unsupported featureRainer Gerhards2013-10-231-1/+1
| | | | | | | | | | | | | | | | This is done as we may be able to preserve the syntax.
* | | | remove global variable supportRainer Gerhards2013-10-223-32/+16
| |/ / |/| | | | | | | | | | | | | | | | | | | | The original idea was not well thought out and global variables, as implemented, worked far different from what anybody would expect. As such, we consider the current approach as an experiment that did not work out and opt to removing it, clearing the way for a better future solution. Note: global vars were introduced in 7.5.3 on Sept, 11th 2013.
* | | regression fix: global variable access did not workRainer Gerhards2013-10-211-2/+2
| | |