]> granicus.if.org Git - icinga2/shortlog
icinga2
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 BeutnerMerge branch 'master' of github.com:gunnarbeutner/straw...
2012-05-15 Gunnar BeutnerDisabled generating LATEX documentation.
2012-05-15 Gunnar BeutnerMake sure icinga works even without SSL.
2012-05-15 Gunnar BeutnerUpdated documentation.
2012-05-14 Gunnar BeutnerCleaned up application initialization.
2012-05-13 Gunnar BeutnerMoved C++11 compat code into the icinga namespace.
2012-05-13 Gunnar BeutnerAdded error checking for WSAStartup()
2012-05-13 Gunnar BeutnerDe-coupled JSON parsing from the Netstring class.
2012-05-12 Gunnar BeutnerAdded support for --disable-shared.
2012-05-11 Gunnar BeutnerUpdated .gitignore file
2012-05-11 Gunnar BeutnerFixed Debian lintian warnings.
2012-05-11 Gunnar BeutnerFixed FSF address.
2012-05-11 Gunnar BeutnerAdded error message for missing OpenSSL headers.
2012-05-11 Gunnar BeutnerBuild fix for Solaris.
2012-05-10 Gunnar BeutnerFixed more compilation warnings.
2012-05-10 Gunnar BeutnerFixed more compilation warnings.
2012-05-10 Gunnar BeutnerFixed some compiler warnings.
2012-05-10 Gunnar BeutnerRemoved the broker setting.
2012-05-10 Gunnar BeutnerAdded copyright headers.
2012-05-10 Gunnar BeutnerAdded Debian package files.
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 BeutnerUpdated demo config file.
2012-05-09 Gunnar BeutnerFix method registration.
2012-05-09 Gunnar BeutnerFixed return value for Utility::Match.
2012-05-09 Gunnar BeutnerFixed crash in DiscoveryComponent::HasMessagePermission
2012-05-09 Gunnar BeutnerWindows build fix.
2012-05-09 Gunnar BeutnerDisable building static libraries.
2012-05-09 Gunnar BeutnerFixed library dependencies (libtool).
2012-05-09 Gunnar BeutnerBuild fix for *NIX
2012-05-09 Gunnar BeutnerImplemented message-based authorisation checks.
2012-05-08 Gunnar BeutnerMore documentation updates.
2012-05-08 Gunnar BeutnerUpdated documentation for some of the classes.
2012-05-08 Gunnar BeutnerUpdated test config files.
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 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.
next