Commit Graph

138 Commits

Author SHA1 Message Date
Gunnar Beutner 3f708fce21 Made inheritance for Exception class virtual.
Fixed EndpointManager.
2012-05-24 19:36:37 +02:00
Gunnar Beutner 59dcfa801c Consistent ordering for method declarations. 2012-05-21 23:42:54 +02:00
Gunnar Beutner 918cbad764 Fixed base class for Exception. 2012-05-21 16:59:28 +02:00
Gunnar Beutner a420d1f801 Bugfix for the Exception class. 2012-05-21 13:03:04 +02:00
Gunnar Beutner 1f56d2eb13 Win32: added handler for Ctrl-C
Removed unused code from the Component class
Added accessor function for Application::Instance
2012-05-21 12:54:28 +02:00
Gunnar Beutner 9beef6446f Even more documentation updastes. 2012-05-19 11:04:52 +02:00
Gunnar Beutner 1584e03fa3 Documentation update. 2012-05-19 10:48:00 +02:00
Gunnar Beutner ce60fbd6ba Documentation updates.
Renamed classes to match style guide.
2012-05-19 10:27:41 +02:00
Gunnar Beutner 8b0c102cac More documentation updates. 2012-05-18 23:25:06 +02:00
Gunnar Beutner fcb0394329 Documentation updates. 2012-05-18 23:24:00 +02:00
Gunnar Beutner d02dd4eb0a Documentation update.
Code cleanup.
2012-05-18 22:56:34 +02:00
Gunnar Beutner 257988539a Updated documentation. 2012-05-18 22:21:28 +02:00
Gunnar Beutner 11a70ab8e8 Moved unused classes (again). 2012-05-18 22:16:13 +02:00
Gunnar Beutner 62c8b700db Removed unused classes from the build scripts. 2012-05-18 22:14:32 +02:00
Gunnar Beutner 57dcab4174 Build fixes for gcc. 2012-05-18 10:27:41 +02:00
Gunnar Beutner 7f381149dc Implemented Lock class. 2012-05-18 10:15:15 +02:00
Gunnar Beutner df4c8b9bae Cleaned up code. 2012-05-17 19:14:03 +02:00
Gunnar Beutner 877c7a09b2 Cleaned up Dictionary/Message classes. 2012-05-16 11:30:54 +02:00
Gunnar Beutner 77bec95ec5 Cleaned up jsonrpc library.
Updated documentation.
2012-05-15 16:29:46 +02:00
Gunnar Beutner 925e947a98 Updated documentation.
Cleaned up Dictionary class.
2012-05-15 10:58:14 +02:00
Gunnar Beutner d9b7debdcc Cleaned up application initialization.
Made code documentation more doxygen-friendly.
Added doxygen config file.
2012-05-14 19:14:23 +02:00
Gunnar Beutner bec30888f7 Moved C++11 compat code into the icinga namespace. 2012-05-13 20:47:14 +02:00
Gunnar Beutner 38486640fd Added error checking for WSAStartup() 2012-05-13 20:39:51 +02:00
Gunnar Beutner cdcac0d903 De-coupled JSON parsing from the Netstring class. 2012-05-13 10:44:03 +02:00
Gunnar Beutner 7b03f52e99 Added support for --disable-shared. 2012-05-12 16:12:26 +02:00
Gunnar Beutner f6dff42434 Fixed FSF address. 2012-05-11 13:33:57 +02:00
Gunnar Beutner ab6b46786b Build fix for Solaris. 2012-05-11 12:44:04 +02:00
Gunnar Beutner 1ec7c223d4 Fixed more compilation warnings. 2012-05-10 13:49:24 +02:00
Gunnar Beutner 0c8932d2d9 Fixed more compilation warnings. 2012-05-10 13:17:15 +02:00
Gunnar Beutner c96fc41efd Fixed some compiler warnings. 2012-05-10 13:12:25 +02:00
Gunnar Beutner 3214c29363 Added copyright headers.
Updated Debian build files.
2012-05-10 12:06:41 +02:00
Gunnar Beutner 6f216e07ae Fixed return value for Utility::Match. 2012-05-09 12:24:47 +02:00
Gunnar Beutner 9d86d0d126 Windows build fix. 2012-05-09 12:19:58 +02:00
Gunnar Beutner 2c93eea4e7 Fixed library dependencies (libtool). 2012-05-09 12:10:07 +02:00
Gunnar Beutner 04473558df Build fix for *NIX 2012-05-09 10:19:36 +02:00
Gunnar Beutner 18bffce0ed Implemented message-based authorisation checks. 2012-05-09 10:16:31 +02:00
Gunnar Beutner 36eb5e1cf3 More documentation updates. 2012-05-08 15:36:28 +02:00
Gunnar Beutner bef85cac1a Updated documentation for some of the classes. 2012-05-08 15:14:20 +02:00
Gunnar Beutner 8a5e1423ca Bugfix: Deal with error code for bind() 2012-05-08 09:44:58 +02:00
Gunnar Beutner fbfff23923 Bugfix for TCPSocket::Bind() 2012-05-07 13:58:22 +02:00
Gunnar Beutner 28bdbe1ffe Cleaned up JSON-RPC client code. 2012-05-07 13:48:17 +02:00
Gunnar Beutner 3f1fb0e36d Start SSL handshake once the connection has been established. 2012-05-07 11:41:23 +02:00
Gunnar Beutner c8a5343fe5 Refactored subscription code in preparation for a centralized broker/discovery component. 2012-05-07 11:13:47 +02:00
Gunnar Beutner 7e4788720d Bugfix: Exception for invalid messages wasn't properly dealt with. 2012-04-30 08:22:30 +02:00
Gunnar Beutner 7e2b8d90a5 Fixed excessive CPU usage during SSL negotiation. 2012-04-27 14:47:29 +02:00
Gunnar Beutner 415f1d39aa Close old connection when duplicate endpoints are found. 2012-04-27 13:44:53 +02:00
Gunnar Beutner d55965c070 Made SSL cert paths configurable. 2012-04-27 13:12:06 +02:00
Gunnar Beutner 5c603ee98b Bugfix for deleting delegates. 2012-04-27 13:11:07 +02:00
Gunnar Beutner 4d873b50fb Disallow connections to endpoints we're already connected to. 2012-04-27 11:50:01 +02:00
Gunnar Beutner db25f7f353 Moved Get*Address() functions to Socket class. 2012-04-27 11:44:05 +02:00