]> granicus.if.org Git - icinga2/history - icinga-app
Disable notification feature for agent instances.
[icinga2] / icinga-app /
2014-04-07 Michael FriedrichRemove the 'Icinga' prefix for global constants.
2014-03-30 Gunnar BeutnerBuild fix for FreeBSD/OS X.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-29 Gunnar BeutnerDump AST execution state in debug mode.
2014-03-21 Gunnar BeutnerMake config error messages friendler.
2014-03-21 Gunnar BeutnerMake config error messages more awesome.
2014-03-19 Michael FriedrichAdd --no-validate option and skip duplicate validation...
2014-03-19 Michael FriedrichChange copyright header (again).
2014-02-12 Gunnar BeutnerMake script variables constant.
2014-02-05 Gunnar BeutnerFix: IcingaUseVfork warning when spawning child processes.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-20 Gunnar BeutnerDiscard unused config items as early as possibly.
2013-12-16 Gunnar BeutnerMerge branch 'feature/console-logger-5342' into next
2013-12-16 Gunnar BeutnerRemove the ConsoleLogger class and keep the default...
2013-12-05 Gunnar BeutnerSet rlimits in the Application class (rather than in...
2013-12-04 Gunnar BeutnerMerge branch 'feature/constants-4946' into next
2013-12-04 Gunnar BeutnerImplement support for constants in the config parser.
2013-11-27 Gunnar BeutnerMerge branch 'feature/mail-notifications-5224' into...
2013-11-27 Gunnar BeutnerImplement IcingaSysconfDir variable.
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
2013-11-21 Gunnar BeutnerImplement support for high-level stack traces.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-05 Gunnar BeutnerImplement --no-config option.
2013-11-05 Gunnar BeutnerMerge branch 'feature/app-bootstrap-4995' into next
2013-11-05 Gunnar BeutnerDon't compile SigHupHandler on Windows.
2013-11-04 Gunnar BeutnerMerge branch 'feature/methods-lib-4959' into next
2013-11-04 Gunnar BeutnerMake sure the name of the initial library (libicinga...
2013-11-04 Gunnar BeutnerMove methods to a separate library.
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerAdd cmake build files.
2013-11-03 Gunnar BeutnerRemove unused files.
2013-10-30 Gunnar BeutnerMerge branch 'feature/remove-ltdl-4964' into next
2013-10-30 Gunnar BeutnerRemove libltdl dependency.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-21 Michael FriedrichMove icinga2 binary into sbin.
2013-10-17 Gunnar BeutnerFix crashes when restarting Icinga.
2013-10-15 Michael FriedrichAdd GraphiteWriter.
2013-10-10 Gunnar BeutnerMake getpwnam/getgrnam error messages more user-friendly.
2013-10-09 Michael FriedrichFix getgrname error message.
2013-10-09 Gunnar BeutnerBuild fix.
2013-10-09 Gunnar BeutnerWindows build fix.
2013-10-09 Gunnar BeutnerImplement Application::GetVersion().
2013-09-26 Gunnar BeutnerFix build error when MySQL is not installed.
2013-09-25 Gunnar BeutnerBuild fix.
2013-09-25 Gunnar BeutnerRename command-line parameter: -v -> -C
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-24 Gunnar Beutnerconfig: Count errors and warnings.
2013-09-24 Gunnar BeutnerImprove config validation.
2013-09-15 Gunnar BeutnerSet group before user.
2013-09-15 Gunnar BeutnerImplement setgid/setuid support.
2013-09-10 Gunnar BeutnerAnother init fix.
2013-09-10 Gunnar BeutnerFix object initialization order.
2013-09-10 Gunnar BeutnerRefactor how Application objects work.
2013-09-03 Gunnar Beutnerbase: Don't set thread name for the first thread.
2013-08-30 Gunnar BeutnerImplement restarting Icinga.
2013-08-30 Gunnar BeutnerImplement script variables IcingaPrefixDir, IcingaLocal...
2013-08-29 Gunnar BeutnerFix state file functionality.
2013-08-29 Gunnar BeutnerFix: ::Start must be called after restoring the state...
2013-08-28 Gunnar BeutnerFix a grammar mistake in --help.
2013-08-28 Gunnar BeutnerImplement some cluster events.
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-08-16 Michael FriedrichFix Icinga 2 Binary is in the wrong directory.
2013-07-02 Gunnar BeutnerFix validation warnings for components.
2013-06-26 Gunnar BeutnerImplement notification conditions.
2013-05-03 Gunnar BeutnerImplement -d (daemonize) and -e (errorlog).
2013-04-08 Gunnar BeutnerDon't link items after we've encountered a compiler...
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-19 Gunnar BeutnerFix: The order in which config items are defined should...
2013-03-18 Gunnar BeutnerWindows build fix.
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-15 Gunnar BeutnerCleaned up #includes (Part 1).
2013-03-15 Gunnar BeutnerFix --disable-shared
2013-03-15 Gunnar BeutnerDon't validate config items if we've already encountere...
2013-03-12 Gunnar BeutnerCleaned up VS project files.
2013-03-12 Gunnar BeutnerEliminate the Component class.
2013-03-12 Gunnar BeutnerRefactor the init script and remove the -d option.
2013-03-07 Gunnar BeutnerCheck return values of SymGetLineFromAddr64 and SymFrom...
2013-02-28 Gunnar BeutnerRemove compatido documentation.
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 6).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 2).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-16 Gunnar BeutnerBuild fix: --disable-python didn't work.
2013-02-14 Gunnar BeutnerPass argc and argv to the Python interpreter.
2013-02-14 Gunnar BeutnerImplemented the 'Script' type.
2013-02-11 Gunnar BeutnerRemove the icinga2_DEPENDENCIES variable in icinga...
2013-02-07 Gunnar BeutnerAdded dummy project files for the notification component.
2013-02-06 Gunnar BeutnerDocumentation: add man pages
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-06 Gunnar BeutnerMade command-line arguments more Unix-compliant.
2013-02-05 Gunnar BeutnerConfig: Implement detection of missing required attributes
2013-02-05 Gunnar BeutnerImplement validateOnly flag for LoadConfigFiles().
2013-02-05 Gunnar BeutnerValidate config objects before trying to activate them.
2013-02-04 Gunnar BeutnerAdded init script.
2013-02-04 Gunnar BeutnerWindows build fix.
2013-02-03 Gunnar BeutnerBugfix: Deadlock in SigHupHandler due to Event::Post...
2013-02-03 Gunnar BeutnerDelete removed config objects after SIGHUP
next