]> granicus.if.org Git - icinga2/history - lib/remote/apilistener-configsync.cpp
Remove unused includes
[icinga2] / lib / remote / apilistener-configsync.cpp
2018-01-22 Gunnar BeutnerRemove unused includes 5992/head
2018-01-20 Michael FriedrichMerge pull request #5964 from fedepires/fix/opentsdbwri...
2018-01-18 Jean FlachMerge pull request #5982 from dgoetz/fix/selinux-kill
2018-01-17 Gunnar BeutnerMerge branch 'support/2.8'
2018-01-16 Gunnar BeutnerMerge pull request #5983 from Icinga/feature/initialize...
2018-01-16 Gunnar BeutnerUse initializer lists for arrays and dictionaries 5983/head
2018-01-15 Gunnar BeutnerMerge pull request #5940 from Icinga/fix/chocolatey
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-04 Michael FriedrichMerge pull request #5942 from Icinga/feature/tech-doc...
2018-01-04 Michael FriedrichMerge pull request #5948 from Icinga/doc/install
2018-01-04 Gunnar BeutnerMerge pull request #5945 from Icinga/fix/mkclass-indent...
2018-01-04 Gunnar BeutnerMerge pull request #5946 from Icinga/feature/clang...
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-use-auto'
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-12-20 Jean FlachMerge pull request #5893 from Icinga/fix/whitespace
2017-12-20 Jean FlachWhitespace fix 5893/head
2017-12-19 Michael FriedrichMerge pull request #5717 from hrld/patch-1
2017-12-18 Michael FriedrichMerge pull request #5757 from ekeih/doc/systemd-restart...
2017-12-12 Gunnar BeutnerMerge pull request #5753 from Icinga/fix/ringbuffer...
2017-12-08 Michael FriedrichMerge pull request #5760 from Icinga/fix/http-client...
2017-12-07 Michael FriedrichMerge pull request #5811 from Icinga/feature/update...
2017-11-30 Michael FriedrichMerge pull request #5827 from Icinga/feature/replace...
2017-11-30 Michael FriedrichMerge pull request #5825 from Icinga/feature/boost...
2017-11-30 Michael FriedrichMerge pull request #5824 from Icinga/feature/cxx11...
2017-11-30 Gunnar BeutnerUse nullptr instead of <Type>::Ptr() 5824/head
2017-03-27 Michael FriedrichFix logging for discarded cluster messages
2017-02-02 Michael FriedrichFix logging for discarded cluster messages
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-11-14 Michael FriedrichFix object sync for objects in a global zone
2016-11-11 Michael FriedrichEnsure that runtime created objects are synced on ...
2016-11-10 Michael FriedrichEnhance log messages for cluster config sync
2016-11-10 Michael FriedrichEnsure that UpdateConfigObject sets the target zone
2016-10-11 Gunnar BeutnerFix object resync issues
2016-09-02 Gunnar BeutnerImprove log message for ignored config updates
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-27 Gunnar BeutnerUse lambda functions for INITIALIZE_ONCE
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-08-16 Gunnar BeutnerImprove performance for type lookups
2016-08-15 Gunnar BeutnerReplace GetType()->GetName() calls with GetReflectionTy...
2016-02-23 Jean FlachRephrase some log messages
2016-02-23 Michael FriedrichApiListener: Bail out if object could not be created...
2016-02-23 Gunnar BeutnerFix crash in ApiListener::ConfigUpdateObjectAPIHandler
2016-02-12 Michael FriedrichApiListener: Bail out if object could not be created...
2016-02-09 Jean FlachRephrase some log messages
2016-02-09 Gunnar BeutnerFix crash in ApiListener::ConfigUpdateObjectAPIHandler
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-08 Gunnar BeutnerDon't send cluster config messages for objects with...
2015-10-22 Michael FriedrichFix restore_attribute not working in clusters
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-15 Michael FriedrichFix log message formatting for object version
2015-10-15 Michael FriedrichEnsure that modified attributes work with clients with...
2015-10-15 Michael FriedrichFix wrong type for object version
2015-10-15 Gunnar BeutnerFix incorrect variable type in ApiListener::ConfigUpdat...
2015-09-30 Michael FriedrichChange object version to timestamps for diff updates...
2015-09-30 Michael FriedrichConfig sync shouldn't send updates for objects the...
2015-09-30 Michael FriedrichFix problem with non-existing objects in config sync...
2015-09-30 Gunnar BeutnerImprove log messages for HTTP requests
2015-09-29 Michael FriedrichFix object sync for modified attributes
2015-09-28 Michael FriedrichImprove api error handling
2015-09-25 Jean-Marcel FlachImprove API error handling and fix some whitespace
2015-09-18 Michael FriedrichOnly sync objects actually belonging to a cluster zone
2015-09-17 Michael FriedrichAdd zone attribute influencing cluster config sync...
2015-09-17 Michael FriedrichPrevent object deletion on shutdown when checking ...
2015-09-17 Michael FriedrichImplement initial api object sync for newly connected...
2015-09-17 Michael FriedrichConfig Sync: Properly modify attributes and object...
2015-09-17 Michael FriedrichImplement deleting api created objects in the cluster
2015-09-17 Michael FriedrichImplement object config sync permissions and modified...
2015-09-17 Gunnar BeutnerImplement config object sync