]> granicus.if.org Git - icinga2/history - icinga-app
Fix null ptr exception in Zone::GetLocalZone()
[icinga2] / icinga-app /
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...
2014-05-13 Gunnar BeutnerImplement support for the zones.d config directory.
2014-05-11 Gunnar BeutnerFix some more compiler warnings.
2014-05-10 Michael FriedrichInclude monitoring plugin commands seperately.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-01 Gunnar BeutnerMake Application::ReadPidFile work on Windows.
2014-04-29 Gerd von EgidyFix how the stdin/stdout fds are set to null during...
2014-04-29 Gunnar BeutnerMerge branch 'feature/improve-daemon-start-5788' into...
2014-04-29 Gerd von EgidyFix possible race when the reload-process determines...
2014-04-29 Gerd von EgidyFix logging during shutdown procedure.
2014-04-29 Gerd von EgidyFork new process from previous daemon on reload.
2014-04-29 Gerd von EgidyAdd --reload command-line parameter.
2014-04-29 Gerd von EgidySplit ConfigItem::ActivateItems() into ConfigItem:...
2014-04-26 Gunnar BeutnerSet Icinga service to start automatically.
2014-04-22 Gunnar BeutnerUse fewer threads by default.
2014-04-20 Gunnar BeutnerWait until the service has stopped in the uninstaller.
2014-04-20 Gunnar BeutnerStop the Icinga service before uninstalling the files.
2014-04-20 Gunnar BeutnerFix incorrect #endif in icinga-app.cpp.
2014-04-18 Gunnar BeutnerFix pkg data dir for Windows.
2014-04-18 Gunnar BeutnerUse the right path prefix for Windows.
2014-04-18 Gunnar BeutnerFix NSIS installer and Windows service.
2014-04-17 Gunnar BeutnerRun the Windows Service as NT AUTHORITY\NetworkService.
2014-04-16 Gunnar BeutnerAdd icon and version info resource for the Icinga binary.
2014-04-16 Gunnar BeutnerBuild fix.
2014-04-16 Gunnar BeutnerAllow running Icinga 2 as a Windows service.
2014-04-13 Gunnar BeutnerFix infinite loop when user/group for -u/-g are invalid.
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...
next