]> granicus.if.org Git - icinga2/history - icinga-app
ConfigCompiler should not log included files by default
[icinga2] / icinga-app /
2016-04-20 Gunnar BeutnerImplement support for upgrading NSIS-based installations
2016-04-20 Gunnar BeutnerImplement support for running custom install/uninstall...
2016-04-20 Gunnar BeutnerAdd preliminary support for 64-bit packages
2016-04-01 Gunnar BeutnerImplement support for upgrading NSIS-based installations
2016-03-31 Gunnar BeutnerImplement support for running custom install/uninstall...
2016-03-30 Gunnar BeutnerAdd preliminary support for 64-bit packages
2016-02-23 Arnd HannemannRemove superfluous ifdef
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-12-18 Arnd HannemannRemove superfluous ifdef
2015-11-26 Gunnar BeutnerImplement Platform* global variables
2015-11-23 Gunnar BeutnerImplement Platform* global variables
2015-11-05 Gunnar BeutnerImplement a debugger for Icinga scripts
2015-11-05 Gunnar BeutnerFix command-line arguments which contain spaces
2015-10-26 Mhd Sulhanicinga-app: show options for log-level
2015-10-26 Gunnar BeutnerUndo accidental edit in icinga.cpp from 6fa58a52
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-09-17 Gunnar BeutnerImplement config object sync
2015-09-04 Gunnar BeutnerImplement reload functionality for Windows
2015-08-15 Gunnar BeutnerImplement support for persisting modified attributes
2015-08-10 Gunnar BeutnerImplement reload functionality for Windows
2015-08-08 Gunnar BeutnerImplement support for attaching GDB to the Icinga proce...
2015-06-17 Gunnar BeutnerMake sure that --scm-install doesn't fail when the...
2015-05-12 Gunnar BeutnerMake sure that --scm-install doesn't fail when the...
2015-03-18 Gunnar BeutnerMake order for deferred initializers deterministic
2015-03-18 Gunnar BeutnerFix incorrect type for the --app argument
2015-03-18 Gunnar BeutnerFix livestatus unit tests
2015-03-18 Gunnar BeutnerClean up the start-up process a bit
2015-03-17 Gunnar BeutnerFix libreadline detection for Debian
2015-03-17 Gunnar BeutnerImplement support for libedit
2015-03-09 Gunnar BeutnerFix missing program name in 'icinga2 --version'
2015-03-04 Gunnar BeutnerFix memory leak when evaluating init.conf
2015-03-03 Gunnar BeutnerFix crash when Utility::BaseName fails
2015-03-03 Gunnar BeutnerFix crash when specifying invalid argument for --autoco...
2015-02-27 Jean-Marcel FlachUse RequestShutdown with exitcode instead of Applicatio...
2015-02-20 Gunnar BeutnerFix app initialization
2015-02-20 Gunnar BeutnerMove some of the initialization code into icinga-app
2015-02-13 Gunnar BeutnerFix exception handler for --library on OS X
2015-02-09 Gunnar BeutnerImprove error message for setgroups/initgroups/setuid
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-21 Jean FlachRephrase 2 lines so they conform with the style
2015-01-21 Jean FlachFix an Icinga crash, improve a log message
2015-01-15 Jean FlachMake Icinga exit on invalid log-severity argument
2015-01-15 Tobias von der KroneUse https://www.icinga.org as Icinga website url
2014-12-20 Gunnar BeutnerImprove error reporting
2014-12-19 Gunnar BeutnerRename _DEBUG to I2_DEBUG
2014-12-18 Gunnar BeutnerRefactor the WorkQueue class to make error reporting...
2014-12-18 Gunnar BeutnerRemove usage info from --version
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-11-16 Gunnar BeutnerImplement an experimental variable to limit the number...
2014-11-12 Gunnar BeutnerFix _DEBUG define on *NIX
2014-11-12 Gunnar BeutnerFix crash in the unit tests
2014-10-31 Michael FriedrichCLI Commands: Remove timestamp prefix when logging...
2014-10-29 Gunnar BeutnerImprove formatting for --help
2014-10-27 Michael FriedrichCli: Fix autocompletion on Debian
2014-10-24 Gunnar BeutnerFix output formatting for --version
2014-10-24 Gunnar BeutnerImplement support for running specific CLI commands...
2014-10-24 Gunnar BeutnerValidate number of arguments
2014-10-21 Gunnar BeutnerUpdate the Windows agent wizard
2014-10-20 Gunnar BeutnerImplement the "variable" CLI command
2014-10-20 Gunnar BeutnerAdd alias for --help
2014-10-20 Gunnar BeutnerImprove --help formatting
2014-10-20 Gunnar BeutnerMove clicommand.{cpp,hpp} to lib/cli
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-17 Gunnar BeutnerImplement generic color support for terminals
2014-10-17 Gunnar BeutnerImplement auto-completion for positional arguments
2014-10-14 Gunnar BeutnerCall setuid()/setgid() after parsing arguments
2014-10-14 Gunnar BeutnerImprove auto-completion for arguments
2014-10-14 Michael FriedrichCLI framework: Change unrecognized into positional...
2014-10-13 Michael FriedrichCLI framework: Add support for unrecognized parameters
2014-10-13 Gunnar BeutnerRemove --user and --group
2014-10-13 Gunnar BeutnerFix incorrect log message
2014-10-13 Gunnar BeutnerMake sure we're using the right user/group for CLI...
2014-10-10 Gunnar BeutnerHide some of the internal command-line arguments
2014-10-10 Gunnar BeutnerFix auto-completion for arguments
2014-10-08 Gunnar BeutnerImplement support for CLI commands
2014-08-17 Gunnar BeutnerFall back to using SysconfDir + "/icinga2/icinga2.conf...
2014-08-16 Gunnar BeutnerMerge branch 'feature/objects-json-6702'
2014-08-15 Gunnar BeutnerImplement support for writing the icinga2.debug file
2014-08-04 Michael FriedrichMerge branch 'fix/cluster-ssl-error-msg-6682' into...
2014-08-04 Michael FriedrichUse Application::Exit() for main app termination
2014-07-30 Gunnar BeutnerUse _exit instead of exit
2014-07-30 Gerd von EgidyCall initgroups before setuid to inherit additional...
2014-07-29 Gunnar BeutnerDon't call setgroups() during reload
2014-07-23 Gunnar BeutnerPrint application paths for --version
2014-07-22 Gunnar BeutnerMake location of the /run directory configurable
2014-07-11 Gunnar BeutnerCall setgroups() before setgid/setuid
2014-06-24 Gunnar BeutnerDisable console log after activating all config items
2014-06-05 Michael FriedrichError messages: Replace exceptions with log/exit in...
2014-06-05 Michael FriedrichError messages: Fix Logger exceptions.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerRename --debug to --log-level.
2014-05-23 Michael FriedrichFix required argument for --debug|-x.
2014-05-23 Michael FriedrichAdd debug log severity for console logger.
2014-05-18 Gunnar BeutnerMerge branch 'feature/systemd-reload-6118' into next
2014-05-18 Gerd von EgidyUnlink the pidfile when we really shutdown (not reload).
2014-05-18 Gerd von EgidyProof of concept how a real reload-handling with system...
2014-05-17 Gunnar BeutnerFix crash when zones.d directory doesn't exist.
2014-05-13 Gunnar BeutnerImplement the config::Update message.
2014-05-13 Gunnar BeutnerImplicitly set zone attribute for files includes from...
next