]> granicus.if.org Git - icinga2/history - lib/icinga/icingaapplication.cpp
Fix missing num_hosts_pending in /v1/status/CIB
[icinga2] / lib / icinga / icingaapplication.cpp
2015-12-08 Michael FriedrichFix missing num_hosts_pending in /v1/status/CIB
2015-11-11 Gunnar BeutnerImplement support for recursive object locks
2015-10-26 Gunnar BeutnerImplement Array::ToString and Dictionary::ToString
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-09-29 Michael FriedrichUse a temporary file for modified-attributes.conf updates
2015-09-23 Jean-Marcel FlachImplement status api handler
2015-09-23 Michael FriedrichImplement global modified attributes for the IcingaAppl...
2015-09-17 Gunnar BeutnerImplement config object sync
2015-08-17 Gunnar BeutnerBuild fix for Windows
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Gunnar BeutnerFix validation errors when creating objects with the API
2015-08-15 Gunnar BeutnerImplement support for modified attributes in the API
2015-08-15 Gunnar BeutnerImplement support for persisting modified attributes
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-02-13 Michael FriedrichMake the argments for the stats functions const-ref
2015-02-07 Michael FriedrichRemove name and return value for stats functions
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-15 Gunnar BeutnerMake sure IcingaApplication::GetVars returns a default...
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-11-27 Gunnar BeutnerImplement support for arrays in command arguments
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-06-04 Michael FriedrichUse hostname if fqdn is empty for NodeName.
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libicinga.
2014-05-27 Gunnar BeutnerUse Utility::GetFQDN for the NodeName variable.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-03 Michael FriedrichImplement summary macros e.g. $icinga.num_services_crit...
2014-04-17 Michael FriedrichAdd global Enable{Host,Service}Checks. Update interface...
2014-04-08 Gunnar BeutnerImplement attributes for some well-known macros and...
2014-04-07 Michael FriedrichRemove the 'Icinga' prefix for global constants.
2014-04-05 Gunnar BeutnerFix macros.
2014-04-04 Michael FriedrichImplement ${host,service}.<name>$ runtime macros.
2014-04-04 Michael FriedrichImplement global runtime macros as $icinga.<name>$.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-03-31 Gunnar BeutnerReplace $plugindir$ macro with a constant.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-02-20 Michael FriedrichRefactor status/perfdata stats registry.
2014-02-17 Michael FriedrichImplement StatsFunction Registry for features.
2014-02-07 Michael FriedrichAdd Cluster Health Check.
2014-02-07 Michael FriedrichAdd check source to external commands / check result...
2014-02-06 Michael FriedrichAdd IcingaNodeName script variable, set as check source...
2014-01-08 Michael FriedrichUpdate copyright header.
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerReplace check result dictionaries with a class.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerUse anonymous namespaces for INITIALIZE_ONCE().
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-05 Gunnar BeutnerMerge branch 'feature/app-bootstrap-4995' into next
2013-11-05 Gunnar BeutnerDon't explicitly load libmethods in libicinga.
2013-11-04 Gunnar BeutnerMerge branch 'feature/methods-lib-4959' into next
2013-11-04 Gunnar BeutnerMake sure the name of the initial library (libicinga...
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-17 Gunnar BeutnerRemove unused #include.
2013-10-08 Gunnar BeutnerConvert global attributes to script variables.
2013-10-08 Gunnar BeutnerUse script variables for global options.
2013-10-08 Gunnar BeutnerImplement global attributes.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-10 Gunnar BeutnerRefactor how Application objects work.
2013-08-29 Gunnar BeutnerFix: ::Start must be called after restoring the state...
2013-08-28 Gunnar BeutnerRefactor ASSERT macro.
2013-08-27 Gunnar BeutnerRefactor JSON-RPC library and implement check-result...
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-04-16 Gunnar BeutnerMore bugfixes for timeperiods.
2013-03-22 Gunnar BeutnerRefactor the macro resolver
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-18 Gunnar BeutnerRefactored #includes (Part 6).
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-07 Gunnar BeutnerCheck return values of SymGetLineFromAddr64 and SymFrom...
2013-03-07 Gunnar BeutnerFixed retention timer interval
2013-03-07 Gunnar BeutnerImplemented stacktrace support for Windows.
2013-03-07 Gunnar BeutnerMove pidfile and command pipe to /var/run/icinga2 rathe...
2013-03-04 Gunnar BeutnerEven more code refactoring.
2013-03-02 Gunnar BeutnerMore lock refactoring. Yay.
2013-03-01 Gunnar BeutnerRefactored object locking code.
2013-02-28 Gunnar BeutnerImplemented the LONGDATETIME, SHORTDATETIME, DATE and...
2013-02-26 Gunnar BeutnerMake attribute lookups O(1).
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
2013-02-22 Gunnar BeutnerRemoved PCH support (as it's clearly not working properly).
2013-02-11 Gunnar BeutnerDon't load the replication component on standalone...
2013-02-05 Gunnar BeutnerFixed default path for the icinga2.state file.
2013-02-04 Gunnar BeutnerFixed default paths for icinga2.state and icinga2.pid...
2013-02-03 Gunnar BeutnerImplemented --version and made --help output prettier.
2013-02-02 Gunnar BeutnerUse boost::program_options to parse arguments.
2013-02-02 Gunnar BeutnerRemoved the old-style validation code.
2012-12-04 Gunnar BeutnerImplemented DynamicType support.
2012-11-26 Gunnar BeutnerRefactored IcingaApplication::Get*().
2012-10-05 Gunnar BeutnerMerge branch 'master' of git.icinga.org:icinga2
2012-10-02 Michael FriedrichConfiguration: add _path suffix to IcingaApplication...
2012-10-02 Michael FriedrichConfiguration: use underscore in attributes, document...
2012-09-24 Michael FriedrichMerge branch 'master' into mfriedrich/compatido
next