]> granicus.if.org Git - icinga2/history - lib/cli/objectlistcommand.cpp
ApiListener#ApiTimerHandler(): delete all replayed logs
[icinga2] / lib / cli / objectlistcommand.cpp
2018-10-18 Michael FriedrichMerge pull request #6699 from Icinga/feature/update...
2018-10-18 Michael Friedrichicinga.com: Update *.{h,c}pp
2018-10-08 Michael FriedrichMerge pull request #6503 from peteeckel/fix/reduce...
2018-09-27 Michael FriedrichMerge pull request #6313 from Icinga/fix/win-check...
2018-09-27 Michael FriedrichMerge pull request #6639 from Icinga/fix/windows-api...
2018-09-26 Michael FriedrichMerge branch 'support/2.9'
2018-09-13 Michael FriedrichMerge pull request #6519 from Icinga/fix/erroneous...
2018-08-24 Jean FlachMerge pull request #6502 from jenslink/patch-2
2018-08-24 Jean FlachMerge pull request #6501 from jenslink/patch-1
2018-08-24 Jean FlachMerge pull request #6510 from Icinga/feature/windows...
2018-08-24 Michael FriedrichMerge pull request #6509 from gunnarbeutner/feature...
2018-08-22 Jean FlachMerge pull request #6469 from Icinga/fix/windows-resize...
2018-08-22 Michael FriedrichMerge pull request #6544 from gunnarbeutner/fix/depreca...
2018-08-13 Gunnar BeutnerRefactor Application::*Const()
2018-08-09 Michael FriedrichMerge pull request #6531 from Icinga/feature/zone-all_p...
2018-08-08 Michael FriedrichMerge pull request #6530 from Icinga/bugfix/query-was...
2018-08-08 Michael FriedrichMerge pull request #6506 from Icinga/feature/improved...
2018-08-07 Markus FroschImprove path handling in cmake and daemon
2018-04-25 Michael FriedrichMerge branch 'support/2.8'
2018-04-24 Jean FlachMerge branch 'support/2.8'
2018-03-22 Jean FlachMerge branch 'support/2.8'
2018-01-17 Gunnar BeutnerMerge branch 'support/2.8'
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-redundant-void-arg'
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-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
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-18 Michael FriedrichFix a couple of wrong white spaces
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-02-18 Jean FlachMove objectlistcommands printObject to objectlistuility
2015-02-15 Michael FriedrichFix NetString::ReadStringFromStream() EoF case in ...
2015-02-14 Gunnar BeutnerDon't use separate threads for each ApiClient object
2015-02-05 Gunnar BeutnerAdd path information for objects in objects file
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-15 Gunnar BeutnerRemove unnecessary includes
2014-12-04 Michael Friedrichcli: Fix node update-config errors
2014-11-17 Gunnar BeutnerClean up the DebugHint class
2014-11-15 Gunnar BeutnerFix "object list" output for empty fields
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-05 Michael FriedrichCli: Fix missing single quote in 'object list' output
2014-11-03 Gunnar BeutnerUse double-quotes in "object list"
2014-11-01 Gunnar BeutnerMake sure templates are never evaluated on their own
2014-10-27 Michael FriedrichCli: Fix formatting of 'repository <type> list' command
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-24 Gunnar BeutnerValidate number of arguments
2014-10-20 Gunnar BeutnerMove clicommand.{cpp,hpp} to lib/cli
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-17 Gunnar BeutnerAdd missing locks
2014-10-17 Gunnar BeutnerImplement generic color support for terminals
2014-10-17 Gunnar BeutnerImplement auto-completion for positional arguments
2014-10-16 Gunnar BeutnerBuild fix for Rune
2014-10-16 Gunnar BeutnerImprove "object list" output some more
2014-10-16 Gunnar BeutnerClean up "object list" a bit
2014-10-15 Gunnar BeutnerFix formatting for non-string values in arrays
2014-10-15 Gunnar BeutnerAllow using --name to match against internal names...
2014-10-15 Michael FriedrichFix missing const references
2014-10-15 Michael FriedrichCLI: Add --count to 'object list' and hide counts by...
2014-10-15 Michael FriedrichCLI: Fix object name in 'object list'
2014-10-15 Michael FriedrichCLI: Add filter by name or type to 'object list'
2014-10-15 Michael FriedrichCLI: Add object command (list)