]> granicus.if.org Git - icinga2/commit
Add livestatus component.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sun, 10 Mar 2013 02:09:01 +0000 (03:09 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sun, 10 Mar 2013 02:09:01 +0000 (03:09 +0100)
commit27505536f9e1c09949c0eb7ce9738b280694fb4d
tree27588fb1a9f2d2d2a6d6d39eab8a0527f29206f2
parent375746d710d8772405ed606563d2141a0294bf43
Add livestatus component.
20 files changed:
components/Makefile.am
components/livestatus/Makefile.am [new file with mode: 0644]
components/livestatus/i2-livestatus.h [new file with mode: 0644]
components/livestatus/livestatus.vcxproj [new file with mode: 0644]
components/livestatus/livestatus.vcxproj.filters [new file with mode: 0644]
components/livestatus/livestatuscomponent.cpp [new file with mode: 0644]
components/livestatus/livestatuscomponent.h [new file with mode: 0644]
components/livestatus/livestatusconnection.cpp [new file with mode: 0644]
components/livestatus/livestatusconnection.h [new file with mode: 0644]
components/livestatus/livestatusquery.cpp [new file with mode: 0644]
components/livestatus/livestatusquery.h [new file with mode: 0644]
components/livestatus/livestatustable.cpp [new file with mode: 0644]
components/livestatus/livestatustable.h [new file with mode: 0644]
configure.ac
lib/base/i2-base.h
lib/base/qstring.cpp
lib/base/qstring.h
lib/base/socket.cpp
lib/base/stream.cpp
lib/base/stream.h