]> granicus.if.org Git - icinga2/history - base/application.cpp
Replaced custom event code with Boost.Signals.
[icinga2] / base / application.cpp
2012-06-14 Gunnar BeutnerReplaced custom event code with Boost.Signals.
2012-06-12 Gunnar BeutnerIntegrate libdyn with the configfile component.
2012-06-05 Gunnar BeutnerImplemented additional parts of the config compiler.
2012-05-28 Gunnar BeutnerImproved MingW compatibility.
2012-05-26 Gunnar BeutnerFixed compilation on *NIX.
2012-05-26 Gunnar BeutnerFixed compilation on *NIX.
2012-05-26 Gunnar BeutnerUse STL exceptions as far as possible.
2012-05-25 Gunnar BeutnerProper integration for Boost.
2012-05-25 Gunnar BeutnerAdded support for POSIX.1-2001 realpath() (Hello Solari...
2012-05-25 Gunnar BeutnerFixed compilation on Solaris 10.
2012-05-21 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-05-21 Gunnar BeutnerWin32: added handler for Ctrl-C
2012-05-18 Gunnar BeutnerDocumentation update.
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-15 Gunnar BeutnerUpdated documentation.
2012-05-14 Gunnar BeutnerCleaned up application initialization.
2012-05-13 Gunnar BeutnerAdded error checking for WSAStartup()
2012-05-12 Gunnar BeutnerAdded support for --disable-shared.
2012-05-11 Gunnar BeutnerFixed FSF address.
2012-05-10 Gunnar BeutnerFixed more compilation warnings.
2012-05-10 Gunnar BeutnerAdded copyright headers.
2012-04-26 Gunnar BeutnerCleaned up logging.
2012-04-24 Gunnar BeutnerIgnore SIGPIPE (which is taken care of by the Socket...
2012-04-24 Gunnar BeutnerImplement SSL support.
2012-04-23 Gunnar BeutnerCode cleanups.
2012-04-22 Gunnar BeutnerCode cleanup
2012-04-20 Gunnar BeutnerBugfix for reconnection handling.
2012-04-20 Gunnar BeutnerFixed weak ptr deref bug.
2012-04-19 Gunnar BeutnerRefactored subscription handling into a separate component.
2012-04-19 Gunnar BeutnerBugfix: Make sure timeval is valid.
2012-04-19 Gunnar BeutnerCleaned up Socket/Timer code.
2012-04-18 Gunnar BeutnerRefactored messaging system.
2012-04-16 Gunnar BeutnerRefactored JSON/message code.
2012-04-13 Gunnar BeutnerBuild fixes.
2012-04-06 Gunnar BeutnerBuild fix.
2012-04-06 Gunnar BeutnerFixed assertion at program exit.
2012-04-06 Gunnar BeutnerFixed *NIX build
2012-04-06 Gunnar BeutnerMade build system more Windows-friendly
2012-04-04 Gunnar BeutnerFixed module unloading problems.
2012-04-04 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-04-03 Gunnar BeutnerImplemented SIGINT handler
2012-04-03 Gunnar BeutnerFixed compilations errors.
2012-04-03 Gunnar BeutnerRemoved custom new_object function.
2012-04-03 Gunnar BeutnerImplemented rudimentary error handling.
2012-04-03 Gunnar BeutnerUse const references for shared ptrs.
2012-04-02 Gunnar BeutnerRenamed RefType/WeakRefType typedefs to Ptr/WeakPtr
2012-04-02 Gunnar BeutnerFixed PATH_MAX problems on *NIX.
2012-04-02 Gunnar BeutnerBugfix: Forgot to initialize m_Arguments
2012-04-02 Gunnar BeutnerFixed search path problems.
2012-04-02 Gunnar BeutnerBuild fixes for CentOS 5.3
2012-04-01 Gunnar BeutnerRefactored config object handling.
2012-04-01 Gunnar BeutnerFixed ltdl initialization.
2012-04-01 Gunnar BeutnerImplemented loading components on *NIX.
2012-04-01 Gunnar BeutnerAdded support for logging.
2012-03-31 Gunnar BeutnerCleaned up component API.
2012-03-31 Gunnar BeutnerAdded support for configuration and loadable components.
2012-03-30 Gunnar BeutnerImplemented Application::Daemonize method
2012-03-29 Gunnar BeutnerImplemented support for binding methods to the Connecti...
2012-03-28 Gunnar BeutnerInitial commit.