Module: check_mk
Branch: master
Commit: 860a43cbfeff6a659d10e3f10d887699e9ba8f83
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=860a43cbfeff6a…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Fri Jul 29 10:09:49 2016 +0200
Fetched Livestatus from upstream plus associated fixes.
---
livestatus/src/Makefile.am | 2 +
livestatus/src/Query.cc | 39 +++++++++------
livestatus/src/Query.h | 1 +
livestatus/src/Renderer.cc | 11 ++++-
livestatus/src/Renderer.h | 24 +--------
livestatus/src/RendererBrokenCSV.cc | 81 ++++++++++++++++++++++++++++++
livestatus/src/RendererBrokenCSV.h | 93 +++++++++++++++++++++++++++++++++++
livestatus/src/RendererCSV.cc | 19 +++----
livestatus/src/RendererCSV.h | 5 +-
livestatus/src/RendererPython.cc | 2 +-
livestatus/src/RendererPython3.cc | 86 ++++++++++++++++++++++++++++++++
livestatus/src/RendererPython3.h | 67 +++++++++++++++++++++++++
livestatus/src/StringUtils.cc | 1 -
13 files changed, 375 insertions(+), 56 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=860a43cbfe…