]> granicus.if.org Git - icinga2/commit
Initial commit.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 28 Mar 2012 11:24:49 +0000 (13:24 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 28 Mar 2012 11:24:49 +0000 (13:24 +0200)
commite11994038dc0a70331da06b7e293838752f3cbaf
treea7cb810853f953a2a6aa8b97b9bd89d454382b3c
Initial commit.
51 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
base/Makefile.am [new file with mode: 0644]
base/application.cpp [new file with mode: 0644]
base/application.h [new file with mode: 0644]
base/delegate.h [new file with mode: 0644]
base/event.h [new file with mode: 0644]
base/fifo.cpp [new file with mode: 0644]
base/fifo.h [new file with mode: 0644]
base/i2-base.h [new file with mode: 0644]
base/i2-base.vcxproj [new file with mode: 0644]
base/memory.cpp [new file with mode: 0644]
base/memory.h [new file with mode: 0644]
base/object.cpp [new file with mode: 0644]
base/object.h [new file with mode: 0644]
base/socket.cpp [new file with mode: 0644]
base/socket.h [new file with mode: 0644]
base/tcpclient.cpp [new file with mode: 0644]
base/tcpclient.h [new file with mode: 0644]
base/tcpserver.cpp [new file with mode: 0644]
base/tcpserver.h [new file with mode: 0644]
base/tcpsocket.cpp [new file with mode: 0644]
base/tcpsocket.h [new file with mode: 0644]
base/timer.cpp [new file with mode: 0644]
base/timer.h [new file with mode: 0644]
base/unix.h [new file with mode: 0644]
base/win32.h [new file with mode: 0644]
config.h.in [new file with mode: 0644]
configure.ac [new file with mode: 0644]
jsonrpc/Makefile.am [new file with mode: 0644]
jsonrpc/cJSON.c [new file with mode: 0644]
jsonrpc/cJSON.h [new file with mode: 0644]
jsonrpc/connectionmanager.cpp [new file with mode: 0644]
jsonrpc/connectionmanager.h [new file with mode: 0644]
jsonrpc/i2-jsonrpc.h [new file with mode: 0644]
jsonrpc/i2-jsonrpc.vcxproj [new file with mode: 0644]
jsonrpc/jsonrpcclient.cpp [new file with mode: 0644]
jsonrpc/jsonrpcclient.h [new file with mode: 0644]
jsonrpc/jsonrpcmessage.cpp [new file with mode: 0644]
jsonrpc/jsonrpcmessage.h [new file with mode: 0644]
jsonrpc/jsonrpcserver.cpp [new file with mode: 0644]
jsonrpc/jsonrpcserver.h [new file with mode: 0644]
jsonrpc/netstring.cpp [new file with mode: 0644]
jsonrpc/netstring.h [new file with mode: 0644]
miniapp/Makefile.am [new file with mode: 0644]
miniapp/miniapp.cpp [new file with mode: 0644]