Commit Graph

2068 Commits

Author SHA1 Message Date
Gunnar Beutner 8e7787e315 Improved socket error handling. 2012-04-04 16:02:19 +02:00
Gunnar Beutner 6a42ac0fe5 Moved ConnectionManager class to icinga subproject. 2012-04-04 15:37:57 +02:00
Gunnar Beutner 7657fc6bd1 Implemented parsing remote object update messages. 2012-04-04 14:30:11 +02:00
Gunnar Beutner 261329e483 Implemented outbound JSON-RPC client connections.
Made socket error handling more robust.
2012-04-04 12:36:23 +02:00
Gunnar Beutner f20e71ace8 Fixed compilation problem on *NIX. 2012-04-04 10:33:27 +02:00
Gunnar Beutner 5360a39cc5 Fixed module unloading problems. 2012-04-04 10:08:31 +02:00
Gunnar Beutner 94c7324b51 Merge branch 'master' of ssh://github.com/gunnarbeutner/i2test 2012-04-04 10:05:49 +02:00
Gunnar Beutner c3142ed593 Refactored config handling to support observing individual config object types more easily. 2012-04-04 10:04:38 +02:00
Gunnar Beutner 2e8ed6a6b5 Implemented SIGINT handler 2012-04-03 19:57:09 +02:00
Gunnar Beutner 6fea4d6baa Fixed compilations errors.
Added some more debugging code.
2012-04-03 19:19:49 +02:00
Gunnar Beutner cac3c2109a Cleaned up (Un)RegisterMethod methods. 2012-04-03 18:10:16 +02:00
Gunnar Beutner bfcb5019d5 Detect level of C++ support. 2012-04-03 15:47:32 +02:00
Gunnar Beutner 66fdf079fa Removed custom new_object function. 2012-04-03 15:16:11 +02:00
Gunnar Beutner 34d50924e8 Added support for demangling GCC C++ names. 2012-04-03 13:48:37 +02:00
Gunnar Beutner 7ba6a4d921 Implemented rudimentary error handling. 2012-04-03 13:04:57 +02:00
Gunnar Beutner b30284c64c Use const references for shared ptrs. 2012-04-03 11:39:26 +02:00
Gunnar Beutner 3da08ca9b6 Refactored event handling. 2012-04-03 11:13:17 +02:00
Gunnar Beutner 7c5d29bbc9 Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
Gunnar Beutner 96b4cb68d4 Build fix for *NIX. 2012-04-02 19:46:48 +02:00
Gunnar Beutner 24c0c7cb9c Fixed PATH_MAX problems on *NIX. 2012-04-02 19:38:58 +02:00
Gunnar Beutner f890f1d42c Fixed dependency problem. 2012-04-02 16:26:23 +02:00
Gunnar Beutner 7e1add815b Use config filename from command line arguments. 2012-04-02 13:46:10 +02:00
Gunnar Beutner a8b83c2d35 Fixed setting the component search path. 2012-04-02 13:43:47 +02:00
Gunnar Beutner 8c6d3cd5b7 Bugfix: Forgot to initialize m_Arguments 2012-04-02 13:16:22 +02:00
Gunnar Beutner 0e215f112a Fixed search path problems. 2012-04-02 13:09:33 +02:00
Gunnar Beutner d386a2cc4c Build fixes for CentOS 5.3 2012-04-02 12:32:23 +02:00
Gunnar Beutner 55efd625a3 Moved platform-specific code into separate files. 2012-04-02 10:26:38 +02:00
Gunnar Beutner 1b6bfb9db5 Cleaned up includes; using namespace std is the default now. 2012-04-02 09:03:29 +02:00
Gunnar Beutner 191ded487b Removed I2_ prefix for header guard #defines. 2012-04-02 08:56:30 +02:00
Gunnar Beutner 0b570cc304 Updated git ignores. 2012-04-01 20:13:08 +02:00
Gunnar Beutner 6e1948f058 Renamed the VS project file to match the autoconf project name 2012-04-01 20:09:47 +02:00
Gunnar Beutner de501581d9 Removed autogenerated file (config.h.in)
Updated version output for icinga component loader
Updated project file
2012-04-01 20:04:30 +02:00
Gunnar Beutner 1aab066d33 Added auto-generated icinga-version.h header file 2012-04-01 19:56:04 +02:00
Gunnar Beutner eb34b40d40 Refactored config object handling. 2012-04-01 19:32:41 +02:00
Gunnar Beutner 15a5c3d233 Removed miniapp demo application 2012-04-01 19:32:18 +02:00
Gunnar Beutner 4f1c10f529 Fixed ltdl initialization.
Fixed indentation
2012-04-01 15:20:13 +02:00
Gunnar Beutner 41f620a8f0 Fixed more compilation problems. 2012-04-01 13:57:22 +02:00
Gunnar Beutner b4a51c98c7 Implemented loading components on *NIX. 2012-04-01 13:23:32 +02:00
Gunnar Beutner 43b38f5a85 Fixed compilation errors with automake/gcc 2012-04-01 10:18:29 +02:00
Gunnar Beutner 4b093d9872 Updated project files. 2012-04-01 09:38:31 +02:00
Gunnar Beutner a49876a1ae Auto-load components when component config objects are created. 2012-04-01 09:30:38 +02:00
Gunnar Beutner a368030a80 Added support for logging. 2012-04-01 09:30:08 +02:00
Gunnar Beutner b291bf3cfc Implemented component loader app. 2012-03-31 16:29:53 +02:00
Gunnar Beutner 7340c6250b Renamed configcomponent module. 2012-03-31 16:28:11 +02:00
Gunnar Beutner 6e441a26e9 Implemented rudimentary config file parser. 2012-03-31 16:26:51 +02:00
Gunnar Beutner 1661a1b363 Cleaned up component API. 2012-03-31 16:03:42 +02:00
Gunnar Beutner 0a435bf891 Implemented JSON-RPC config component. 2012-03-31 16:02:59 +02:00
Gunnar Beutner 3158767ac6 Cleaned up JSON-RPC API. 2012-03-31 16:01:31 +02:00
Gunnar Beutner 4388f20d64 Updated makefile. 2012-03-31 15:20:38 +02:00
Gunnar Beutner 5273e09d24 Added support for configuration and loadable components. 2012-03-31 15:18:30 +02:00