]> granicus.if.org Git - icinga2/shortlog
icinga2
2012-04-24 Gunnar BeutnerAdded helper functions for commonly used IcingaApplicat...
2012-04-23 Gunnar BeutnerFixed message subscriptions.
2012-04-23 Gunnar BeutnerAuto-load the discovery component.
2012-04-23 Gunnar BeutnerAdded discovery component.
2012-04-23 Gunnar BeutnerFunnel messages through the generic SendUnicastRequest...
2012-04-23 Gunnar BeutnerUpdated test config.
2012-04-23 Gunnar BeutnerBugfixes for the demo component.
2012-04-23 Gunnar BeutnerImplemented demo component.
2012-04-23 Gunnar BeutnerBuild fix for *NIX.
2012-04-23 Gunnar BeutnerCode cleanups.
2012-04-23 Gunnar BeutnerBuild fix for gcc.
2012-04-23 Gunnar BeutnerBuild fix for gcc.
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-20 Gunnar BeutnerFixed crash while unloading auth/sub components.
2012-04-20 Gunnar BeutnerRefactored authentication code into a separate component.
2012-04-20 Gunnar BeutnerCleaned up configrpc.
2012-04-20 Gunnar BeutnerAdded 'replicated' property for config objects.
2012-04-20 Gunnar BeutnerBuild fix for gcc.
2012-04-20 Gunnar BeutnerCleaned up message classes.
2012-04-20 Gunnar BeutnerUpdated *NIX build scripts.
2012-04-20 Gunnar BeutnerImplemented pseudo-authentication handshake.
2012-04-19 Gunnar BeutnerBuild fixes for *NIX.
2012-04-19 Gunnar BeutnerAdded placeholders for event persistance handling.
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 BeutnerSet SO_REUSEADDR for listeners.
2012-04-19 Gunnar BeutnerUpdated test code.
2012-04-19 Gunnar BeutnerCleaned up Socket/Timer code.
2012-04-18 Gunnar BeutnerCompilation fixes for gcc.
2012-04-18 Gunnar BeutnerUpdated automake files.
2012-04-18 Gunnar BeutnerRefactored messaging system.
2012-04-16 Gunnar BeutnerRefactored JSON/message code.
2012-04-16 Gunnar BeutnerRenamed event/condvar/mutex/thread classes to match...
2012-04-13 Gunnar BeutnerFixed config file loader.
2012-04-13 Gunnar BeutnerBuild fixes.
2012-04-13 Gunnar BeutnerRestructured components.
2012-04-13 Gunnar BeutnerRemoved reference to external file.
2012-04-13 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-04-13 Gunnar BeutnerBuild fix for OS X.
2012-04-13 Gunnar BeutnerBuild fixes for *NIX.
2012-04-13 Gunnar BeutnerBuild fixes for Windows.
2012-04-13 Gunnar BeutnerBuild fix for *NIX.
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 BeutnerImproved socket error handling.
2012-04-04 Gunnar BeutnerMoved ConnectionManager class to icinga subproject.
2012-04-04 Gunnar BeutnerImplemented parsing remote object update messages.
2012-04-04 Gunnar BeutnerImplemented outbound JSON-RPC client connections.
2012-04-04 Gunnar BeutnerFixed compilation problem on *NIX.
2012-04-04 Gunnar BeutnerFixed module unloading problems.
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 BeutnerImplemented SIGINT handler
2012-04-03 Gunnar BeutnerFixed compilations errors.
2012-04-03 Gunnar BeutnerCleaned up (Un)RegisterMethod methods.
2012-04-03 Gunnar BeutnerDetect level of C++ support.
2012-04-03 Gunnar BeutnerRemoved custom new_object function.
2012-04-03 Gunnar BeutnerAdded support for demangling GCC C++ names.
2012-04-03 Gunnar BeutnerImplemented rudimentary error handling.
2012-04-03 Gunnar BeutnerUse const references for shared ptrs.
2012-04-03 Gunnar BeutnerRefactored event handling.
2012-04-02 Gunnar BeutnerRenamed RefType/WeakRefType typedefs to Ptr/WeakPtr
2012-04-02 Gunnar BeutnerBuild fix for *NIX.
2012-04-02 Gunnar BeutnerFixed PATH_MAX problems on *NIX.
2012-04-02 Gunnar BeutnerFixed dependency problem.
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 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-02 Gunnar BeutnerMoved platform-specific code into separate files.
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 BeutnerUpdated git ignores.
2012-04-01 Gunnar BeutnerRenamed the VS project file to match the autoconf proje...
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 BeutnerRemoved miniapp demo application
2012-04-01 Gunnar BeutnerFixed ltdl initialization.
2012-04-01 Gunnar BeutnerFixed more compilation problems.
2012-04-01 Gunnar BeutnerImplemented loading components on *NIX.
2012-04-01 Gunnar BeutnerFixed compilation errors with automake/gcc
2012-04-01 Gunnar BeutnerUpdated project files.
2012-04-01 Gunnar BeutnerAuto-load components when component config objects...
2012-04-01 Gunnar BeutnerAdded support for logging.
2012-03-31 Gunnar BeutnerImplemented component loader app.
2012-03-31 Gunnar BeutnerRenamed configcomponent module.
2012-03-31 Gunnar BeutnerImplemented rudimentary config file parser.
2012-03-31 Gunnar BeutnerCleaned up component API.
2012-03-31 Gunnar BeutnerImplemented JSON-RPC config component.
2012-03-31 Gunnar BeutnerCleaned up JSON-RPC API.
2012-03-31 Gunnar BeutnerUpdated makefile.
2012-03-31 Gunnar BeutnerAdded support for configuration and loadable components.
2012-03-31 Gunnar BeutnerMake sure to remove dead weak delegates from events.
next