]> granicus.if.org Git - icinga2/shortlog
icinga2
2017-12-12 Gunnar BeutnerMerge pull request #5753 from Icinga/fix/ringbuffer...
2017-12-12 Gunnar BeutnerMerge pull request #5764 from Icinga/feature/influxdb...
2017-12-12 Gunnar BeutnerFix performance issues for InfluxdbWriter 5764/head
2017-12-11 Noah HilverlingAdd metrics about communication between endpoints 5753/head
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-12-07 Michael FriedrichMerge pull request #5840 from Icinga/fix/elasticsearch...
2017-12-07 Michael FriedrichUpdate docs for Elasticsearch 5.x and 6.x support 5840/head
2017-12-07 Michael FriedrichFix newline terminator for bulk requests in Elasticsear...
2017-12-06 Michael FriedrichMerge pull request #5835 from dgoetz/fix/postgres-updat...
2017-12-06 Dirk Goetzfixes postgres schema upgrade path 5835/head
2017-12-05 Michael FriedrichMerge pull request #5833 from MrStrix/patch-1
2017-12-05 Strixfix formatting error 5833/head
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 BeutnerReplace StatsFunction with Function 5827/head
2017-11-30 Gunnar BeutnerReplace boost::assign::list_of with initializer lists 5825/head
2017-11-30 Gunnar BeutnerUse nullptr instead of <Type>::Ptr() 5824/head
2017-11-30 Gunnar BeutnerUse std::vector::emplace_back instead of std::vector...
2017-11-30 Gunnar BeutnerUse std::vector instead of std::set where appropriate
2017-11-30 Gunnar BeutnerUse initializer lists instead of std::vector::push_back
2017-11-30 Gunnar BeutnerTidy up INITIALIZE_ONCE use in console.cpp a bit
2017-11-30 Gunnar BeutnerGet rid of INITIALIZE_ONCE for the ExternalCommandProcessor
2017-11-30 Gunnar BeutnerReplace boost::ref/boost::cref with std::ref/std::cref
2017-11-30 Gunnar BeutnerReplace boost::tuple with std::tuple
2017-11-30 Gunnar BeutnerReplace CheckResult::StaticInitialize with a lambda...
2017-11-30 Gunnar BeutnerMake a few functions static
2017-11-30 Gunnar BeutnerDynamically create and destroy the timer thread
2017-11-30 Gunnar BeutnerUse std::shared_ptr instead of boost::shared_ptr
2017-11-30 Gunnar BeutnerMove the Timer::Holder class to timer.cpp
2017-11-30 Gunnar BeutnerUse std::promise instead of boost::promise
2017-11-30 Gunnar BeutnerReplace boost::thread with std::thread
2017-11-29 Gunnar BeutnerMerge pull request #5819 from Icinga/feature/avoid...
2017-11-29 Gunnar BeutnerMerge pull request #5816 from Icinga/feature/cxx11...
2017-11-29 Gunnar BeutnerAvoid unnecessary allocations in the FunctionCallExpres... 5819/head
2017-11-29 Gunnar BeutnerRe-implement WrapFunction() using C++11 features 5816/head
2017-11-29 Gunnar BeutnerMerge pull request #5803 from Icinga/feature/cxx11...
2017-11-28 Michael FriedrichMerge pull request #5733 from Icinga/feature/perfdataname
2017-11-28 Michael FriedrichUpdate NodeName/ZoneName constants with 'api setup' 5811/head
2017-11-28 Michael FriedrichMerge pull request #5809 from Icinga/feature/required...
2017-11-28 Michael FriedrichMerge pull request #5783 from Icinga/fix/docs-formatting
2017-11-28 Michael FriedrichMerge pull request #5804 from Icinga/fix/update-reposit...
2017-11-28 Michael FriedrichMerge pull request #5808 from Icinga/fix/missing-variab...
2017-11-27 Michael FriedrichRaise required OpenSSL version to 1.0.1 5809/head
2017-11-27 Gunnar BeutnerFix missing variable name which can lead to segfaults 5808/head
2017-11-27 Gunnar BeutnerReplace boost::bind/boost::function with std::bind... 5803/head
2017-11-27 Gunnar BeutnerMerge pull request #5555 from Icinga/feature/ecc-certs
2017-11-27 Jean FlachMerge pull request #5718 from Icinga/fix/verify-error...
2017-11-27 Noah HilverlingAPI: Fix http status codes 5718/head
2017-11-27 Michael FriedrichSilence UpdateRepository message errors 5804/head
2017-11-27 Gunnar BeutnerMerge pull request #5716 from spaolo/fix/livestatus...
2017-11-27 Gunnar BeutnerMerge pull request #5746 from sni/livestatus_should_ret...
2017-11-27 Gunnar BeutnerMerge pull request #5675 from froehl/feature/influxdbwr...
2017-11-27 Gunnar BeutnerMerge pull request #5790 from tkoeck/master
2017-11-27 Gunnar BeutnerMerge pull request #5792 from mcktr/fix/itl-add-check-rpc
2017-11-27 Gunnar BeutnerMerge pull request #5744 from Icinga/feature/embedded...
2017-11-27 Gunnar BeutnerReplace spaces with tabs 5744/head
2017-11-27 Gunnar BeutnerMerge pull request #5759 from Icinga/feature/non-virtua...
2017-11-27 Gunnar BeutnerMerge pull request #5729 from Icinga/fix/correct-node...
2017-11-27 Gunnar BeutnerMerge pull request #5725 from Icinga/feature/proper...
2017-11-27 Gunnar BeutnerMerge pull request #5388 from leeclemens/fix/clang...
2017-11-24 Michael FriedrichMerge pull request #5785 from Icinga/fix/itl-remove...
2017-11-24 Gunnar BeutnerMerge pull request #5796 from Icinga/fix/console-error...
2017-11-24 Gunnar BeutnerFix error reporting for 'icinga2 console -r' 5796/head
2017-11-22 MichaelITL: Add check_rpc 5792/head
2017-11-21 noobahoiUpdate 09-object-types.md 5790/head
2017-11-21 noobahoiUpdate 09-object-types.md
2017-11-21 Michael FriedrichITL: Drop ssl_sni default setting 5785/head
2017-11-20 Michael FriedrichFix formatting in value types docs 5783/head
2017-11-17 Michael FriedrichMerge pull request #5773 from Icinga/feature/windows...
2017-11-17 Michael FriedrichUpdate docs for Windows Client requirements for 2.8 5773/head
2017-11-17 Michael FriedrichRevert "Windows: Remove requirement for KB2999226 ...
2017-11-17 Michael FriedrichDisable Flapping detection on Windows
2017-11-16 Michael FriedrichMerge pull request #5770 from Icinga/release/2.8.0
2017-11-16 Jean FlachRelease version 2.8.0 5770/head v2.8.0
2017-11-16 Michael FriedrichMerge pull request #5768 from Icinga/fix/mailmap-authors
2017-11-16 Jean FlachUpdate .mailmap and AUTHORS 5768/head
2017-11-15 Michael FriedrichMerge pull request #5765 from Icinga/fix/config-elastic...
2017-11-15 Michael FriedrichFix default configuration example for ElasticsearchWriter 5765/head
2017-11-15 Gunnar BeutnerMake default getters and setters non-virtual 5759/head
2017-11-15 Michael FriedrichMerge pull request #5761 from Icinga/fix/docs-wrong...
2017-11-15 Michael FriedrichFix wrong anchors in the documentation 5761/head
2017-11-15 Gunnar BeutnerFix incorrect socket handling for the HTTP client 5760/head
2017-11-14 Michael FriedrichMerge pull request #5755 from Icinga/fix/docs-troublesh...
2017-11-14 Michael FriedrichFix missing Accept header in troubleshooting docs 5755/head
2017-11-14 Noah HilverlingRingBuffer: Add CalculateRate()
2017-11-14 Gunnar BeutnerMerge pull request #5754 from dgoetz/fix/improve-cipher...
2017-11-14 Dirk GoetzImprove documentation of cipher_list 5754/head
2017-11-14 Noah HilverlingReturn bytes sent/written in SendMessage() and WriteStr...
2017-11-14 Gunnar BeutnerMerge pull request #5752 from Icinga/fix/add-noah-hilve...
2017-11-13 Noah HilverlingFix that RingBuffer does not get updated if nothing...
2017-11-13 Noah HilverlingAdd Noah Hilverling to .mailmap 5752/head
2017-11-13 Michael FriedrichMerge pull request #5748 from mcktr/fix/docs-pin-checks...
2017-11-13 Michael FriedrichMerge pull request #5738 from Icinga/feature/update...
2017-11-13 Gunnar BeutnerUpdate release docs 5738/head
2017-11-11 MichaelFix missing word in doc chapter pin checks in a zone 5748/head
2017-11-10 Sven Nierleinlivestatus: custom variables return empty arrays instea... 5746/head
2017-11-09 Michael FriedrichImplement DummyCheckTask and move dummy into embedded...
2017-11-09 Michael FriedrichMerge pull request #5739 from Icinga/feature/elasticsea...
next