Rainer Gerhards
71a364c49d
Merge branch 'v7-stable' into v8-stable
...
Conflicts:
tools/smfile.c
tools/smfwd.c
tools/smtradfile.c
tools/smtradfwd.c
2014-05-22 12:26:15 +02:00
Rainer Gerhards
55b8882550
update license to ASL 2.0
...
see also: https://github.com/rsyslog/rsyslog/issues/82
2014-05-22 12:22:07 +02:00
Rainer Gerhards
94729cd9f9
refactor ExtendBuf() interface for iparams
2013-12-06 10:03:32 +01:00
Rainer Gerhards
01de5afe83
refactor strgen interface once again
...
as this provides more flexibility and potentially better performance. We
try to squeueze all interface changes into as early an release as
possible.
2013-12-06 09:52:03 +01:00
Rainer Gerhards
69752635d2
refactor strgen interface
2013-12-04 11:55:36 +01:00
Rainer Gerhards
bbe1f2688c
renaming conf.* wasn't a good idea -- undoing
...
too many dependencies, things get cluttered (and merging probably
gets problematic). Now new config will be "conf2".
2011-04-19 08:24:25 +02:00
Rainer Gerhards
e1c34e1741
renamed conf.c to legacyconf.c to make room for new config system
2011-04-19 07:53:23 +02:00
Bojan Smojver
d1eb6e0edc
added work-around for bug in gtls, which causes fd leak when using TLS
...
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2011-02-23 11:25:43 +01:00
Rainer Gerhards
f48128f34a
fixed a couple of regressions
...
by implementing some code that was missing so far ;) as well as
finding some real bugs. I also did some general cleanup, removing
debug strings and such. This code should be fairly OK to use, except
when "exec only when previous action was suspended" is used -- this is
NOT yet re-implemented in the tuned engine.
2010-06-23 12:48:27 +02:00
Rainer Gerhards
d9e64c16e5
finshed implementation of strgen modules
...
and also provided four build-in modules for the most common use
cases, hopefully resulting in a speedup of around 5% for typical
rsyslog processing.
2010-06-04 12:45:31 +02:00
Rainer Gerhards
527bfcea5c
first implementation of strgen interface
...
and a first built-in strgen module. Some tweaks and more default strgens
are needed, but the code doesn't look too bad ;)
2010-06-01 18:51:55 +02:00