| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\| | | |
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Conflicts:
plugins/imuxsock/imuxsock.c
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This happened only under some circumstances. Thanks to Marius
Tomaschwesky, Florian Piekert and Milan Bartos for their help in
solving this issue.
Note that Milan sent a patch, which solved the problem under some
conditions (can be found somewhat earlier in git history). However,
it did not handle the original root cause, and so did not fix the
problem always. The main reason was that the date parser modifies
the provided lenghts. That part of the API was not properly
used by the caller (who decremented the length once more).
|
| | | | |
| | | | |
| | | | |
| | | | | |
modified: plugins/imuxsock/imuxsock.c
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
CEE originally specified the cookie with SP, whereas other lumberjack
tools used it without space. In order to keep interop with lumberjack,
we now use the cookie without space as well. I hope this can be changed
in CEE as well when it is released at a later time.
Thanks to Miloslav Trmač for pointing this out and a similiar v7 patch.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The only mention of @cee: in the Lumberjack pages,
https://fedorahosted.org/lumberjack/wiki/FieldList doesn't have a space,
and libumberlog does not in fact generate one.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This is no longer needed.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
plugins/cust1/Makefile.am
|
| |\| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Thanks to Michael Biebl for identifying this as the culprit for
several build-related issues. The plugin is a placeholder, and was
not used for quite some while. It is definitely not worth the effort
to keep it along. If needed, can be quickly created.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In that case, the CEE/lumberjack spec says MSG is NON-CEE and must
be treated accordingly. This means no JSON parsing happens. The case
is equal to missing CEE cookie.
Also adapted module to new interfaces provided by msg object.
|
| | | |
| | | |
| | | |
| | | | |
modified: mmjsonparse.c
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
as a tester, imudp now supports binding to multiple options
based on a string array
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
ChangeLog
action.c
grammar/grammar.y
runtime/modules.h
runtime/rsconf.c
|
| | | |
| | | |
| | | |
| | | | |
This could lead to startup with invalid parameters.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\| | |
|
|\ \ \ \ |
|
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | |\|
| | | |
| | | |
| | | |
| | | | |
Conflicts:
plugins/imrelp/imrelp.c
|
| | | | |
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
ChangeLog
configure.ac
doc/manual.html
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This does not have any practical problems associated with it, EXCECPT
that it caused almost all valgrind testbench tests to fail.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Future json-c versions will handle this transparently, for now we have
to do it manually.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
modified: plugins/imkmsg/imkmsg.c
modified: plugins/imkmsg/kmsg.c
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
modified: imkmsg.c
modified: imkmsg.h
modified: kmsg.c
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
modified: imkmsg.c
modified: imkmsg.h
modified: kmsg.c
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is still in development, bute ready to be commited to master.
modified: Makefile.am
modified: configure.ac
new file: plugins/imkmsg/Makefile.am
new file: plugins/imkmsg/imkmsg.c
new file: plugins/imkmsg/imkmsg.h
new file: plugins/imkmsg/kmsg.c
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This does not have any practical problems associated with it, EXCECPT
that it caused almost all valgrind testbench tests to fail.
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
grammar/grammar.y
grammar/lexer.l
|