]> granicus.if.org Git - icinga2/history - icinga/icingaapplication.cpp
Replaced custom event code with Boost.Signals.
[icinga2] / icinga / icingaapplication.cpp
2012-06-14 Gunnar BeutnerReplaced custom event code with Boost.Signals.
2012-06-14 Gunnar BeutnerImplemented asynchronous (internal) API calls.
2012-06-13 Gunnar BeutnerCleaned up test code.
2012-06-13 Gunnar BeutnerImplemented rudimentary service checks.
2012-06-12 Gunnar BeutnerMore bugfixes.
2012-06-12 Gunnar BeutnerBugfixes.
2012-06-12 Gunnar BeutnerIntegrate libdyn with the configfile component.
2012-05-27 Gunnar BeutnerUse LIBRARY_VERSION for libtool.
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-16 Gunnar BeutnerCleaned up Dictionary/Message classes.
2012-05-15 Gunnar BeutnerCleaned up jsonrpc library.
2012-05-15 Gunnar BeutnerMerge branch 'master' of github.com:gunnarbeutner/straw...
2012-05-15 Gunnar BeutnerMake sure icinga works even without SSL.
2012-05-11 Gunnar BeutnerFixed FSF address.
2012-05-10 Gunnar BeutnerFixed more compilation warnings.
2012-05-10 Gunnar BeutnerAdded copyright headers.
2012-05-09 Gunnar BeutnerImplemented message-based authorisation checks.
2012-05-08 Gunnar BeutnerRemoved rpclistener/rpcconnection config object types.
2012-05-07 Gunnar BeutnerCleaned up JSON-RPC client code.
2012-05-07 Gunnar BeutnerRefactored subscription code in preparation for a centr...
2012-04-27 Gunnar BeutnerMade SSL cert paths configurable.
2012-04-27 Gunnar BeutnerDisallow connections to endpoints we're already connect...
2012-04-26 Gunnar BeutnerCleaned up logging.
2012-04-26 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-04-26 Gunnar BeutnerMake Application::Log static and add more logging.
2012-04-24 Gunnar BeutnerUpdated authentication subsystem to use SSL certificates.
2012-04-24 Gunnar BeutnerImplement SSL support.
2012-04-23 Gunnar BeutnerAuto-load the discovery component.
2012-04-23 Gunnar BeutnerImplemented demo component.
2012-04-23 Gunnar BeutnerCode cleanups.
2012-04-20 Gunnar BeutnerRefactored authentication code into a separate component.
2012-04-20 Gunnar BeutnerAdded 'replicated' property for config objects.
2012-04-20 Gunnar BeutnerCleaned up message classes.
2012-04-19 Gunnar BeutnerRefactored subscription handling into a separate component.
2012-04-19 Gunnar BeutnerSet SO_REUSEADDR for listeners.
2012-04-19 Gunnar BeutnerUpdated test code.
2012-04-18 Gunnar BeutnerRefactored messaging system.
2012-04-13 Gunnar BeutnerFixed config file loader.
2012-04-13 Gunnar BeutnerBuild fixes for Windows.
2012-04-13 Gunnar BeutnerBuild fix for *NIX.
2012-04-06 Gunnar BeutnerMade build system more Windows-friendly
2012-04-04 Gunnar BeutnerImplemented outbound JSON-RPC client connections.
2012-04-04 Gunnar BeutnerFixed compilation problem on *NIX.
2012-04-04 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-04-04 Gunnar BeutnerRefactored config handling to support observing individ...
2012-04-03 Gunnar BeutnerRemoved custom new_object function.
2012-04-03 Gunnar BeutnerRefactored event handling.
2012-04-02 Gunnar BeutnerRenamed RefType/WeakRefType typedefs to Ptr/WeakPtr
2012-04-02 Gunnar BeutnerUse config filename from command line arguments.
2012-04-02 Gunnar BeutnerFixed setting the component search path.
2012-04-02 Gunnar BeutnerFixed search path problems.
2012-04-02 Gunnar BeutnerCleaned up includes; using namespace std is the default...
2012-04-02 Gunnar BeutnerRemoved I2_ prefix for header guard #defines.
2012-04-01 Gunnar BeutnerRemoved autogenerated file (config.h.in)
2012-04-01 Gunnar BeutnerAdded auto-generated icinga-version.h header file
2012-04-01 Gunnar BeutnerRefactored config object handling.
2012-04-01 Gunnar BeutnerFixed compilation errors with automake/gcc
2012-04-01 Gunnar BeutnerAuto-load components when component config objects...
2012-03-31 Gunnar BeutnerImplemented component loader app.