]> granicus.if.org Git - icinga2/shortlog
icinga2
2012-05-08 Gunnar BeutnerBugfix: Deal with error code for bind()
2012-05-08 Gunnar BeutnerWindows build fixes
2012-05-08 Gunnar BeutnerImplemented broker authorisation.
2012-05-07 Gunnar BeutnerImplemented discovery::Welcome message type.
2012-05-07 Gunnar BeutnerBugfix for TCPSocket::Bind()
2012-05-07 Gunnar BeutnerCleaned up JSON-RPC client code.
2012-05-07 Gunnar BeutnerStart SSL handshake once the connection has been establ...
2012-05-07 Gunnar BeutnerRefactored subscription code in preparation for a centr...
2012-04-30 Gunnar BeutnerCleaned up demo component.
2012-04-30 Gunnar BeutnerBugfix for the exception handling change.
2012-04-30 Gunnar BeutnerBugfix: Exception for invalid messages wasn't properly...
2012-04-27 Gunnar BeutnerFixed excessive CPU usage during SSL negotiation.
2012-04-27 Gunnar BeutnerClose old connection when duplicate endpoints are found.
2012-04-27 Gunnar BeutnerMade SSL cert paths configurable.
2012-04-27 Gunnar BeutnerBugfix for deleting delegates.
2012-04-27 Gunnar BeutnerUpdated log messages.
2012-04-27 Gunnar BeutnerDisallow connections to endpoints we're already connect...
2012-04-27 Gunnar BeutnerMoved Get*Address() functions to Socket class.
2012-04-27 Gunnar BeutnerImplemented IPv6 support.
2012-04-26 Gunnar BeutnerCleaned up reconnection code.
2012-04-26 Gunnar BeutnerMore gcc build fixes.
2012-04-26 Gunnar BeutnerBuild fix for gcc.
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-26 Gunnar BeutnerFixed compilation warning.
2012-04-25 Gunnar BeutnerFixed subscription code.
2012-04-24 Gunnar BeutnerDeal with appletastic deprecation warnings for OpenSSL.
2012-04-24 Gunnar BeutnerIgnore SIGPIPE (which is taken care of by the Socket...
2012-04-24 Gunnar BeutnerRemoved EndpointManager::SetIdentity and EndpointManage...
2012-04-24 Gunnar BeutnerFixed typo that caused TLSClient::WantsToRead() to...
2012-04-24 Gunnar BeutnerSSL bugfixes.
2012-04-24 Gunnar BeutnerFixed *NIX build scripts.
2012-04-24 Gunnar BeutnerUpdated authentication subsystem to use SSL certificates.
2012-04-24 Gunnar BeutnerImplemented error handling and certificate verification...
2012-04-24 Gunnar BeutnerBuild fixes for *NIX.
2012-04-24 Gunnar BeutnerImplement SSL support.
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.
next