]> granicus.if.org Git - icinga2/history - lib/icinga/customvarobject.cpp
Merge pull request #5964 from fedepires/fix/opentsdbwriter-host-tag-5963
[icinga2] / lib / icinga / customvarobject.cpp
2018-01-20 Michael FriedrichMerge pull request #5964 from fedepires/fix/opentsdbwri...
2018-01-18 Jean FlachMerge pull request #6010 from Icinga/feature/cluster...
2018-01-18 Gunnar BeutnerMerge pull request #6009 from Icinga/fix/build-fix-gcc
2018-01-18 Jean FlachMerge pull request #6008 from Icinga/fix/cmake-3-0...
2018-01-18 Gunnar BeutnerFix compatibility with CMake < 3.1 6008/head
2018-01-17 Gunnar BeutnerMerge branch 'support/2.8'
2018-01-15 Gunnar BeutnerMerge pull request #5940 from Icinga/fix/chocolatey
2018-01-15 Gunnar BeutnerMerge pull request #5888 from Icinga/feature/mariadbclient
2018-01-11 Michael FriedrichMerge pull request #5971 from Icinga/feature/remove...
2018-01-11 Michael FriedrichMerge pull request #5970 from Icinga/feature/stack...
2018-01-11 Michael FriedrichMerge pull request #5969 from Icinga/feature/wq-stats...
2018-01-11 Michael FriedrichMerge pull request #5968 from Icinga/feature/ringbuffer...
2018-01-11 Michael FriedrichMerge pull request #5967 from Icinga/feature/lazy-accessors
2018-01-11 Gunnar BeutnerAvoid accessing attributes for validators where not... 5967/head
2018-01-08 Markus FroschMerge pull request #5906 from sahnd/feature/check_openm...
2018-01-05 Markus FroschMerge pull request #5921 from widhalmt/feature/director...
2018-01-05 Markus FroschMerge pull request #5914 from Icinga/fix/itl-check...
2018-01-05 Markus FroschMerge pull request #5913 from mcktr/fix/itl-http-certif...
2018-01-05 Markus FroschMerge pull request #5902 from sahnd/feature/itl-snmp...
2018-01-02 Michael FriedrichMerge pull request #5931 from Icinga/feature/linker...
2018-01-02 Michael FriedrichMerge pull request #5928 from Icinga/fix/build-fix...
2018-01-02 Michael FriedrichMerge pull request #5925 from Icinga/fix/missing-variab...
2018-01-02 Michael FriedrichMerge pull request #5929 from Icinga/feature/remove...
2018-01-02 Michael FriedrichMerge pull request #5930 from Icinga/feature/boost...
2018-01-02 Gunnar BeutnerMerge pull request #5933 from mcktr/fix/copyright-for...
2018-01-02 Michael InselChange copyright header for 2018 5933/head
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-27 Gunnar BeutnerFix incorrect variable type in the FilterArrayToInt...
2016-08-27 Gunnar BeutnerUse 'auto' for iterator declarations
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-06-23 Michael FriedrichAllow strings in state and type filters (config, API)
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-09-29 Michael FriedrichRemove dead code from old modified attributes
2015-09-23 Michael FriedrichImplement global modified attributes for the IcingaAppl...
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-02-11 Michael FriedrichMove ValidateMacroString into the MacroProcessor class
2015-02-11 Gunnar BeutnerReplace if( with if (
2015-02-11 Michael FriedrichAdd macro config validator for command args, env, custo...
2015-01-22 Michael FriedrichUpdate copyright year
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-07 Gunnar BeutnerRemove unused attributes
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-08-26 Michael FriedrichMerge branch 'feature/mod-attr-cluster-5219'
2014-08-26 Michael FriedrichModify OnVarsChanged event to pass values
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-25 Gunnar BeutnerRename C++ header files.
2014-05-22 Michael FriedrichMove more log messages to 'notice' severity.
2014-05-19 Michael FriedrichAdd MessageOrigin to OnVarsChanged.
2014-05-19 Michael FriedrichUse CustomVarObject instead of DynamicObject for all...