]> granicus.if.org Git - icinga2/commit
Implement HTTP support
authorGunnar Beutner <gunnar@beutner.name>
Mon, 22 Jun 2015 09:11:21 +0000 (11:11 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 9 Jul 2015 09:42:34 +0000 (11:42 +0200)
commitb357012ded1293624d3d49044069b08f3af22653
tree88bacb7f3fe0d0b4c5bfa32616a4419358fd1662
parent84d83a4453360ea289362fe79b74fc76c25a8a15
Implement HTTP support

refs #9447
32 files changed:
lib/base/fifo.cpp
lib/base/fifo.hpp
lib/base/stream.cpp
lib/base/stream.hpp
lib/base/tlsstream.cpp
lib/base/tlsstream.hpp
lib/base/tlsutility.cpp
lib/remote/CMakeLists.txt
lib/remote/apilistener-sync.cpp
lib/remote/apilistener.cpp
lib/remote/apilistener.hpp
lib/remote/endpoint.cpp
lib/remote/endpoint.hpp
lib/remote/httpchunkedencoding.cpp [new file with mode: 0644]
lib/remote/httpchunkedencoding.hpp [new file with mode: 0644]
lib/remote/httpconnection.cpp [new file with mode: 0644]
lib/remote/httpconnection.hpp [new file with mode: 0644]
lib/remote/httpdemohandler.cpp [new file with mode: 0644]
lib/remote/httpdemohandler.hpp [new file with mode: 0644]
lib/remote/httphandler.cpp [new file with mode: 0644]
lib/remote/httphandler.hpp [new file with mode: 0644]
lib/remote/httprequest.cpp [new file with mode: 0644]
lib/remote/httprequest.hpp [new file with mode: 0644]
lib/remote/httpresponse.cpp [new file with mode: 0644]
lib/remote/httpresponse.hpp [new file with mode: 0644]
lib/remote/jsonrpc.cpp
lib/remote/jsonrpc.hpp
lib/remote/jsonrpcconnection-heartbeat.cpp [moved from lib/remote/apiclient-heartbeat.cpp with 84% similarity]
lib/remote/jsonrpcconnection.cpp [moved from lib/remote/apiclient.cpp with 77% similarity]
lib/remote/jsonrpcconnection.hpp [moved from lib/remote/apiclient.hpp with 88% similarity]
lib/remote/messageorigin.hpp
lib/remote/zone.cpp