]> granicus.if.org Git - icinga2/shortlog
icinga2
2012-09-17 Gunnar BeutnerRenamed icinga binary to icinga2 to avoid conflicts...
2012-09-17 Gunnar BeutnerFixed crash in EndpointManager::SubscriptionTimerHandler.
2012-09-17 Gunnar BeutnerAdd missing Makefile.am.
2012-09-14 Gunnar BeutnerFixed a typo in the example config.
2012-09-14 Gunnar BeutnerRemoved unused ThreadPool class.
2012-09-14 Gunnar BeutnerAdded missing doc strings.
2012-09-14 Gunnar BeutnerFixed unit tests.
2012-09-14 Gunnar BeutnerAdded example config files and updated the build script...
2012-09-14 Gunnar BeutnerAdded boost to Debian deps.
2012-09-14 Gunnar BeutnerClean up .gitignore files.
2012-09-14 Gunnar BeutnerRenamed component: cibsync -> replication
2012-09-14 Gunnar BeutnerUpdated INSTALL/README/NEWS files.
2012-09-14 Gunnar BeutnerSet required boost version to 1.46 (at least until...
2012-09-10 Gunnar BeutnerList required Debian packages in the README file.
2012-09-10 Gunnar BeutnerFixed error with detecting Boost library.
2012-09-10 Gunnar BeutnerReport version number at startup.
2012-09-10 Gunnar BeutnerBuild fixes for Windows.
2012-09-10 Gunnar BeutnerRefactored the libraries.
2012-09-07 Gunnar BeutnerBuild fix for Windows.
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.
2012-09-07 Gunnar BeutnerFixed headline formatting in the documentation.
2012-09-07 Gunnar BeutnerUpdated intro text.
2012-09-07 Gunnar BeutnerFixed crash in Endpoint::GetAddress().
2012-09-07 Gunnar BeutnerMinor terminology changes in the config documentation.
2012-09-07 Gunnar BeutnerCleaned up Service::StateFromString function.
2012-09-05 Gunnar BeutnerBuild fix.
2012-09-04 Gunnar BeutnerFixed typo.
2012-09-04 Gunnar BeutnerWrote Icinga 2 intro documentation.
2012-09-04 Gunnar BeutnerFixed notification for missed checks.
2012-09-04 Gunnar BeutnerConverted documentation to Asciidoc.
2012-09-03 Gunnar BeutnerUse named variables instead of hard-coded constants.
2012-09-03 Gunnar BeutnerLog missed checks.
2012-09-03 Gunnar BeutnerBugfixes for the reconnection handler.
2012-09-03 Gunnar BeutnerUpdated documentation.
2012-09-03 Gunnar BeutnerImplemented replication for Endpoint objects.
2012-08-31 Gunnar BeutnerFixed build error on Debian wheezy.
2012-08-23 Gunnar BeutnerMerge branch 'master' of github.com:gunnarbeutner/straw...
2012-08-23 Gunnar BeutnerFixed VS project dependencies.
2012-08-22 Gunnar BeutnerIncreased number of parallel checks.
2012-08-22 Gunnar BeutnerFixed build errors on Windows.
2012-08-21 Gunnar BeutnerFixed some mistakes in the config documentation.
2012-08-17 Gunnar BeutnerRemoved discovery module from example config.
2012-08-17 Gunnar BeutnerAdded missing macros.
2012-08-17 Gunnar BeutnerRemoved duplicate host object.
2012-08-17 Gunnar BeutnerUpdated standalone config example.
2012-08-15 Gunnar BeutnerCleaned up the documentation.
2012-08-15 Gunnar BeutnerConverted the missing sections to Docbook format.
2012-08-15 Gunnar BeutnerRemoved Markdown documentation. Added Docbook documenta...
2012-08-15 Gunnar BeutnerConverted config documentation to Markdown.
2012-08-14 Gunnar BeutnerFixed crash in AsyncTask when calling GetResult() for...
2012-08-14 Gunnar BeutnerUpdated example configs and fixed yet another crash.
2012-08-14 Gunnar BeutnerUpdated example configs.
2012-08-14 Gunnar BeutnerUpdated documentation.
2012-08-14 Gunnar BeutnerFixed crash while shutting down Icinga.
2012-08-14 Gunnar BeutnerRefactored Application class to use DynamicObject as...
2012-08-14 Gunnar BeutnerRemoved roles/publications.
2012-08-14 Gunnar BeutnerBuild fix for Boost 1.50 (and possibly other versions...
2012-08-14 Gunnar BeutnerFixed crash when shutting down Icinga.
2012-08-14 Gunnar BeutnerCleaned up exception handling.
2012-08-14 Gunnar BeutnerUpdated documentation.
2012-08-13 Gunnar BeutnerBuild fix for Solaris.
2012-08-13 Gunnar BeutnerBuild fix for FreeBSD.
2012-08-13 Gunnar BeutnerState file: Store attributes of type Attribute_Local.
2012-08-11 Gunnar BeutnerBuild fix (when using the bundled ltdl lib).
2012-08-08 Gunnar BeutnerFixed some more compiler warnings.
2012-08-07 Gunnar BeutnerFixed some compiler warnings.
2012-08-07 Gunnar BeutnerFixed log message incorrectly referring to temp file.
2012-08-07 Gunnar BeutnerGracefully deactivate all dynamic objects before shutti...
2012-08-07 Gunnar BeutnerBugfix: Object source wasn't properly set.
2012-08-07 Gunnar BeutnerUpdated documentation.
2012-08-07 Gunnar BeutnerRenamed retention.dat to icinga.state and made the...
2012-08-06 Gunnar BeutnerIgnore service reachability for status.dat output.
2012-08-06 Gunnar BeutnerImproved performance for Dictionary::Get.
2012-08-06 Gunnar BeutnerRemoved incorrect assert().
2012-08-06 Gunnar BeutnerImproved TcpClient lock usage.
2012-08-05 Gunnar BeutnerFixed restoring the program state.
2012-08-04 Gunnar BeutnerFixed invalid iterator use.
2012-08-04 Gunnar BeutnerBugfix for restoring objects from the retention.dat...
2012-08-04 Gunnar BeutnerUse boost::multi_index instead of a priority queue.
2012-08-04 Gunnar BeutnerFixed scheduling bug.
2012-08-04 Gunnar BeutnerFixed remote replication of non-config attributes.
2012-08-04 Gunnar BeutnerFixed compiler warnings.
2012-08-03 Gunnar BeutnerUpdated the checker and delegation components to use...
2012-08-03 Gunnar BeutnerBuild fixes for Windows.
2012-08-03 Gunnar BeutnerFixed incorrect object type.
2012-08-03 Gunnar BeutnerCode cleanup.
2012-08-03 Gunnar BeutnerRenamed the 'include' keyword to '#include'. Updated...
2012-08-03 Gunnar BeutnerFixed task statistics.
2012-08-03 Gunnar BeutnerBuild fixes and code cleanup.
2012-08-02 Gunnar BeutnerMore bugfixes.
2012-08-02 Gunnar BeutnerBugfixes.
2012-08-02 Gunnar BeutnerImplemented support for replicating object tags [WIP...
2012-07-31 Gunnar BeutnerAdd precision specifier for floating point numbers.
2012-07-30 Gunnar BeutnerBuild fixes for *NIX.
2012-07-30 Gunnar BeutnerRenamed ConfigObject to DynamicObject.
2012-07-27 Gunnar BeutnerRefactored ConfigObject adapter classes.
2012-07-26 Gunnar BeutnerFixed log message.
2012-07-26 Gunnar BeutnerMerged configfile component into the icinga library.
2012-07-26 Gunnar BeutnerMoved OnCheckResultReceived signal to the Service class.
2012-07-26 Gunnar BeutnerFixed incorrect references to the 'retention.dat' file.
next