9 Commits

Author SHA1 Message Date
Jan Gerhards
92c9bb709c mmsequence: use new errmsg interface
see also https://github.com/rsyslog/rsyslog/issues/1684
2017-12-18 19:30:43 +01:00
Rainer Gerhards
6bfc00bdef refactor modules that do not expose legacy action interface
simplify code, also gets us rid of Coverity cosmetic CIDs
2017-12-04 19:06:59 +01:00
Rainer Gerhards
cc8d57b09f "fix" Coverity scan cosmetic nits 2017-12-01 08:43:31 +01:00
purnima
d45daa2af0 Rebase,redefine msgDestruct() as smsg_t is used 2016-11-22 14:24:25 +05:30
Rainer Gerhards
6dfdaaf24d mmsequence: fix data types 2016-06-01 10:53:23 +02:00
Rainer Gerhards
261e124d64 mmsequence: fix compiler warnings
by using new interface macros; this resolves potential alignment
issues.
2016-01-27 11:21:08 +01:00
Janmejay Singh
15afe8245f created param in add-flow to indicate if a graph being added to global-variable is shared, so it can be deep-copied instead of referenced (external modifications to which can not be protected from unsafe concurrent access) + killed an unused function 2015-05-26 09:41:35 +05:30
Janmejay Singh
4ca5e217e2 Adds support for 'reset' statement (it has syntax similar to set 'set', but _unlike_ 'set' always force-sets the given value insteed of conditionally merging it, or not saving it because it is trying to replace an object with a leaf value etc).
Syntax:

reset $.foo = $!bar;

etc.
2014-12-17 11:39:31 +01:00
Rainer Gerhards
aad8041e0b move contributed modules to ./contrib directory 2014-11-12 16:56:20 +01:00