summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
* | | refactoring regression fix: invalid free for JSON propertiesRainer Gerhards2013-10-231-1/+4
| | |
* | | permit writing not only msg variables via the msgAddJSON() APIRainer Gerhards2013-10-231-18/+17
| | |
* | | bugfix: unset statement always worked on message var, even if local var was ↵Rainer Gerhards2013-10-232-9/+23
| | | | | | | | | | | | given
* | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-235-11/+5
| | | | | | | | | | | | The $-var designator is now correctly stripped off the varname.
* | | fix refactoring regression: make message and system properties work again in ↵Rainer Gerhards2013-10-231-2/+3
| | | | | | | | | | | | script
* | | enable error message for invalid property namesRainer Gerhards2013-10-231-4/+3
| | | | | | | | | | | | | | | also add some support for global vars back, as the syntax may not go away.
* | | improve debug outputRainer Gerhards2013-10-231-2/+2
| | | | | | | | | | | | we know also learn variable type
* | | fix another small memleak introduced during refactoringRainer Gerhards2013-10-231-0/+1
| | |
* | | 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
|/ /
* | regression fix: global variable access did not workRainer Gerhards2013-10-211-2/+2
| |
* | regression fix: global variables could not be accessed via scriptRainer Gerhards2013-10-211-1/+1
| |
* | cleanup: remove (no longer?) needed structure memberRainer Gerhards2013-10-211-4/+0
| |
* | doc: document impstats ruleset parameterRainer Gerhards2013-10-202-0/+3
| |
* | impstats: initial shot at multi-ruleset supportRainer Gerhards2013-10-191-1/+39
| |
* | fix compiler warningRainer Gerhards2013-10-181-1/+1
| |
* | bugfix: imudp when using recvmmsg could report wrong sender IPRainer Gerhards2013-10-182-3/+6
| |
* | cosmetic: remove compiler warningsRainer Gerhards2013-10-181-3/+0
| |
* | bugfix: running imupd on multiple threads lead to segfault if recvmmsg is ↵Rainer Gerhards2013-10-182-34/+45
| | | | | | | | available
* | refactor config property filter decoding and fix some memleaksRainer Gerhards2013-10-181-15/+19
| | | | | | | | | | all leaks are cosmetic, happen only once during startup and in error cases. Do not affect performance at all (but valgrind testing ;)).
* | fix cosmetic memleak when property filter is disabledRainer Gerhards2013-10-182-0/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-182-2/+11
|\| | | | | | | | | Conflicts: runtime/conf.c