]> granicus.if.org Git - icinga2/shortlog
icinga2
2012-05-26 Gunnar BeutnerFixed compilation on *NIX.
2012-05-26 Gunnar BeutnerUse STL exceptions as far as possible.
2012-05-26 Gunnar BeutnerRemoved Memory class.
2012-05-26 Gunnar BeutnerCleaned up socket error handling.
2012-05-26 Gunnar BeutnerUpdated git ignores.
2012-05-26 Gunnar BeutnerUpdated README file.
2012-05-26 Gunnar BeutnerAdded spec file.
2012-05-26 Gunnar BeutnerUse ax_cxx_compile_stdcxx_0x.m4 to detect C++0x support.
2012-05-26 Gunnar BeutnerFixed --disable-shared on Solaris.
2012-05-25 Gunnar BeutnerProper integration for Boost.
2012-05-25 Gunnar BeutnerMade git_version.sh more Solaris-friendly.
2012-05-25 Gunnar BeutnerAdded support for POSIX.1-2001 realpath() (Hello Solari...
2012-05-25 Gunnar BeutnerFixed compilation on Solaris 10.
2012-05-25 Gunnar BeutnerAdded TR1 compat support using Boost.
2012-05-25 Gunnar BeutnerCleaned up configure.ac and made the build scripts...
2012-05-25 Gunnar BeutnerAdded preliminary version of the dynamic object framework.
2012-05-24 Gunnar BeutnerMade inheritance for Exception class virtual.
2012-05-21 Gunnar BeutnerConsistent ordering for method declarations.
2012-05-21 Gunnar BeutnerFixed base class for Exception.
2012-05-21 Gunnar BeutnerBugfix for the Exception class.
2012-05-21 Gunnar BeutnerMerge branch 'master' of ssh://github.com/gunnarbeutner...
2012-05-21 Gunnar BeutnerWin32: added handler for Ctrl-C
2012-05-21 Gunnar BeutnerAdded missing m4 file.
2012-05-19 Gunnar BeutnerEven more documentation updastes.
2012-05-19 Gunnar BeutnerDocumentation update.
2012-05-19 Gunnar BeutnerDocumentation updates.
2012-05-18 Gunnar BeutnerMore documentation updates.
2012-05-18 Gunnar BeutnerDocumentation updates.
2012-05-18 Gunnar BeutnerDocumentation update.
2012-05-18 Gunnar BeutnerUpdated documentation.
2012-05-18 Gunnar BeutnerMoved unused classes (again).
2012-05-18 Gunnar BeutnerRemoved unused classes from the build scripts.
2012-05-18 Gunnar BeutnerFixed base class for ConfigFileComponent.
2012-05-18 Gunnar BeutnerCleaned up Netstring class.
2012-05-18 Gunnar BeutnerAdded automake support for doxygen.
2012-05-18 Gunnar BeutnerBuild fixes for gcc.
2012-05-18 Gunnar BeutnerImplemented Lock class.
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.
next