]> granicus.if.org Git - icinga2/history - components/discovery/discoverycomponent.cpp
Replaced custom event code with Boost.Signals.
[icinga2] / components / discovery / discoverycomponent.cpp
2012-06-14 Gunnar BeutnerReplaced custom event code with Boost.Signals.
2012-06-12 Gunnar BeutnerIntegrate libdyn with the configfile component.
2012-05-26 Gunnar BeutnerUse STL exceptions as far as possible.
2012-05-25 Gunnar BeutnerAdded preliminary version of the dynamic object framework.
2012-05-21 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-05-21 Gunnar BeutnerWin32: added handler for Ctrl-C
2012-05-17 Gunnar BeutnerCleaned up code.
2012-05-16 Gunnar BeutnerCleaned up Dictionary/Message classes.
2012-05-15 Gunnar BeutnerCleaned up jsonrpc library.
2012-05-14 Gunnar BeutnerCleaned up application initialization.
2012-05-12 Gunnar BeutnerAdded support for --disable-shared.
2012-05-11 Gunnar BeutnerFixed FSF address.
2012-05-10 Gunnar BeutnerRemoved the broker setting.
2012-05-10 Gunnar BeutnerAdded copyright headers.
2012-05-09 Gunnar BeutnerBugfix for the welcome message.
2012-05-09 Gunnar BeutnerCrash fix.
2012-05-09 Gunnar BeutnerBuild fix for RHEL 5.3
2012-05-09 Gunnar BeutnerFix method registration.
2012-05-09 Gunnar BeutnerFixed crash in DiscoveryComponent::HasMessagePermission
2012-05-09 Gunnar BeutnerImplemented message-based authorisation checks.
2012-05-08 Gunnar BeutnerUpdated documentation for some of the classes.
2012-05-08 Gunnar BeutnerUpdated configrpc module to work with the new discovery...
2012-05-08 Gunnar BeutnerRemoved rpclistener/rpcconnection config object types.
2012-05-08 Gunnar BeutnerDocumentation for the discovery module.
2012-05-08 Gunnar BeutnerBugfix for the reconnection handler.
2012-05-08 Gunnar BeutnerBugfix: duplicate Welcome messages
2012-05-08 Gunnar BeutnerImplemented broker authorisation.
2012-05-07 Gunnar BeutnerImplemented discovery::Welcome message type.
2012-05-07 Gunnar BeutnerCleaned up JSON-RPC client code.
2012-05-07 Gunnar BeutnerRefactored subscription code in preparation for a centr...