summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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).
* | | | | milestone: action engine changed to partially support wrkr instance action ↵Rainer Gerhards2013-10-285-10/+26
| | | | | | | | | | | | | | | | | | | | interface
* | | | | milestone: guard omfile writes by mutexRainer Gerhards2013-10-281-0/+8
| | | | |
* | | | | milestone: omfile supports buffering mechanismRainer Gerhards2013-10-282-33/+63
| | | | |
* | | | | milestone: stage work for omfile worker instance handlingRainer Gerhards2013-10-282-8/+36
| | | | |
* | | | | milestone: make default modules compile again (but they do NOT work!)Rainer Gerhards2013-10-279-2/+33
| | | | |
* | | | | milestone: change output module interface -- breaks build process!Rainer Gerhards2013-10-271-1/+39
| | | | |
* | | | | milestone: now shuffeling wti ptr correctly down to action handlerRainer Gerhards2013-10-273-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | except if main queue is in direct mode -- this need smore work and thinking (probably via pthreads state variables, but let's see later)
* | | | | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-267-66/+71
| | | | |
* | | | | Merge branch 'master-var-refactor' into master-ruleengRainer Gerhards2013-10-267-3/+48
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-1/+3
| |\| | |
| | * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-262-1/+3
| | |\| |
| | | * | require libestr 0.1.9Rainer Gerhards2013-10-262-1/+3
| | | | |
| * | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-267-2/+45
| |\| | |
| | * | | 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.
* | | | | maintain action ids (actionNbr)Rainer Gerhards2013-10-265-5/+18
| | | | |
* | | | | cosmetic stage workRainer Gerhards2013-10-261-2/+4
|/ / / /
* | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-0/+4
|\| | |
| * | | 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
| |\| |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-252-1/+3
| |\ \ \
* | \ \ \ Merge branch 'v7-stable-varfree' into master-var-refactorRainer Gerhards2013-10-253-28/+52
|\ \ \ \ \
| * | | | | refactor var desctruction in script engineRainer Gerhards2013-10-251-25/+42
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This provides better extensibility when new data types are added. Thanks to Pavel Levshin for suggesting this.
| * | | | 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
| | | |
* | | | cleanup: remove no longer needed codeRainer Gerhards2013-10-241-86/+0
| | | |
* | | | refactor regression fix: misadressing during script variable evaluation in ↵Rainer Gerhards2013-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | debug mode Thanks to Pavel Levshin for reporting the problem.
* | | | refactoring regression fix: segfault if $$now is used in scriptRainer Gerhards2013-10-241-0/+6
| | | | | | | | | | | | | | | | Thanks to Pavel Levshin for finding this bug.
* | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| | |/ /
* | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-245-35/+29
|\| | |
| * | | 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.
* | | | (temporarily?) re-enable global vars in string templatesRainer Gerhards2013-10-231-0/+2
| | | |