]> granicus.if.org Git - icinga2/shortlog
icinga2
2018-01-15 Michael FriedrichRemove more redundant wrappers from CompatUtility class
2018-01-15 Michael FriedrichDrop CompatUtility::*Command helpers
2018-01-15 Michael FriedrichDrop dead code in Livestatus feature
2018-01-15 Michael FriedrichReplace CompatUtility's enabled wrappers with native...
2018-01-15 Michael FriedrichDrop CompatUtility::GetCheckableHasBeenChecked() and...
2018-01-15 Michael FriedrichDrop CompatUtility::GetCheckableAcknowledgementType()
2018-01-15 Michael FriedrichMove CompatUtility::GetCheckableProblemHasBeenAcknowled...
2018-01-15 Michael FriedrichMove CompatUtility::GetCheckableCheckType() into IDO...
2018-01-15 Michael FriedrichMove CompatUtility::GetHostAlias into DB IDO host objec...
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-12 Gunnar BeutnerMerge pull request #5972 from cstegm/patch-2
2018-01-12 Michael FriedrichMerge pull request #5974 from Icinga/fix/icingachecktas...
2018-01-12 Michael FriedrichFix non-unity builds with the icinga check 5974/head
2018-01-11 cstegmUpdate 08-advanced-topics.md 5972/head
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 BeutnerRemove libdemo and libhello 5971/head
2018-01-11 Gunnar BeutnerAllocate ConfigItemBuilder objects on the stack 5970/head
2018-01-11 Gunnar BeutnerRemove the WorkQueue::m_StatsMutex instance variable 5969/head
2018-01-11 Gunnar BeutnerUpdate the RingBuffer class to use a regular mutex... 5968/head
2018-01-11 Michael FriedrichMerge pull request #5965 from Icinga/feature/json-casts
2018-01-11 Gunnar BeutnerAvoid accessing attributes for validators where not... 5967/head
2018-01-11 Gunnar BeutnerAvoid unnecessary casts in the JSON encoder 5965/head
2018-01-09 Michael FriedrichMerge pull request #5961 from Icinga/fix/min-version...
2018-01-09 Gunnar BeutnerFix macro warning from the icinga check 5961/head
2018-01-09 Gunnar BeutnerMerge pull request #5958 from Icinga/feature/icinga...
2018-01-09 Gunnar BeutnerMerge pull request #5959 from Icinga/feature/api-pretty
2018-01-09 Gunnar BeutnerMerge pull request #5957 from mcktr/fix/year-2017-reference
2018-01-08 Michael FriedrichAPI: Add 'pretty' parameter for beautified JSON respons... 5959/head
2018-01-08 Michael FriedrichAdd minimum version check to the built-in icinga command 5958/head
2018-01-08 Michael InselChange a bunch more copyright headers for 2018 5957/head
2018-01-08 Michael FriedrichMerge pull request #5955 from Icinga/feature/workqueue...
2018-01-08 Gunnar BeutnerAvoid mutex contention in the config parser 5955/head
2018-01-08 Michael FriedrichMerge pull request #5954 from Icinga/feature/itl-mongod...
2018-01-08 Michael FriedrichITL: Add mongodb --authdb parameter support 5954/head
2018-01-08 Markus FroschMerge pull request #5906 from sahnd/feature/check_openm...
2018-01-05 sahAdd check_openmanage command to ITL. 5906/head
2018-01-05 Markus FroschMerge pull request #5921 from widhalmt/feature/director...
2018-01-05 Markus FroschMerge pull request #5951 from Icinga/itl/snmp_mem
2018-01-05 Thomas WidhalmAdd icingacli-director check to ITL 5921/head
2018-01-05 T. Mulyanaitl: Add command parameters for snmp-memory 5951/head
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 Markus FroschFindMySQL: Search for mariadbclient by default 5888/head
2018-01-04 Markus FroschINSTALL: Document MySQL and PostgreSQL variables
2018-01-04 Markus FroschFindMySQL: Allow other implementations
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 Markus Froschdoc: Improve INSTALL documentation 5948/head
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 BeutnerBuild fix 5946/head
2018-01-04 Gunnar BeutnerMove inline functions to their .cpp files
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-use-default-member...
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-return-braced-init...
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-use-nullptr'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-use-emplace'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-use-auto'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-raw-string-literal'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-pass-by-value'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-loop-convert'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-use-override'
2018-01-04 Gunnar BeutnerApply clang-tidy fix 'modernize-redundant-void-arg'
2018-01-04 Gunnar BeutnerMerge pull request #5944 from Icinga/feature/final...
2018-01-04 Gunnar BeutnerFix incorrect indentation for code generated by mkclass 5945/head
2018-01-04 Gunnar BeutnerAdd the final keyword to methods 5944/head
2018-01-04 Gunnar BeutnerAdd the final keyword to classes
2018-01-03 Michael FriedrichMerge pull request #5943 from Icinga/fix/incorrect...
2018-01-03 Gunnar BeutnerFix incorrect ::Start call 5943/head
2018-01-03 Michael FriedrichAdd some technical insights into the cluster-zone healt... 5942/head
2018-01-03 Michael FriedrichMerge pull request #5936 from Icinga/feature/source...
2018-01-03 Gunnar BeutnerClean up source lists in the CMakeLists.txt files 5936/head
2018-01-03 Michael FriedrichMerge pull request #5939 from Icinga/fix/build-fix...
2018-01-03 Michael FriedrichMerge pull request #5937 from Icinga/feature/remove...
2018-01-03 Gunnar BeutnerRemove inline methods and use explicit template instant... 5937/head
2018-01-03 Michael FriedrichMerge pull request #5934 from Icinga/feature/cmake...
2018-01-03 Michael FriedrichMerge pull request #5932 from Icinga/feature/copyright...
2018-01-03 Michael FriedrichMerge pull request #5927 from Icinga/feature/static...
2018-01-03 Gunnar BeutnerRemove deprecated Chocolatey functions 5940/head
2018-01-03 Gunnar BeutnerBuild fix for Debian wheezy 5939/head
2018-01-03 Gunnar BeutnerFix copyright header in cli/troubleshootcommand.hpp 5932/head
2018-01-03 Gunnar BeutnerAdd more include/library paths for MySQL and PostgreSQL 5934/head
2018-01-02 Gunnar BeutnerImplement shim for libmysqlclient and libpq 5927/head
2018-01-02 Gunnar BeutnerBuild libraries as static libraries
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
2018-01-02 Gunnar BeutnerImprove detection for linker flags 5931/head
2018-01-02 Gunnar BeutnerReplace boost::function with std::function 5930/head
2018-01-02 Gunnar BeutnerGet rid of boost::assign::list_of in mkclass 5929/head
2018-01-01 Gunnar BeutnerMerge pull request #5922 from mcktr/fix/doc-link-format
next