]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-12-05 Gunnar BeutnerSet rlimits in the Application class (rather than in...
2013-12-05 Gunnar BeutnerMake status.dat/objects.cache interval configurable.
2013-12-05 Gunnar BeutnerAdd unit test for Stream::ReadLine.
2013-12-05 Gunnar BeutnerMake ICINGA2_{USER,GROUP,COMMAND_USER,COMMAND_GROUP...
2013-12-04 Markus FroschDebian: Made creation of icinga-version.h.fallback...
2013-12-04 Markus FroschDebian: Fixed config check and changed DAEMON_ARGS...
2013-12-04 Markus FroschDebian: Made handling of features-enabled respecting...
2013-12-04 Gunnar BeutnerMerge branch 'feature/constants-4946' into next
2013-12-04 Gunnar BeutnerFix: display_name property doesn't work for hosts.
2013-12-04 Gunnar BeutnerImplement support for constants in the config parser.
2013-12-04 Gunnar BeutnerRemove Windows example config.
2013-12-04 Gunnar BeutnerImplement support for making script variables constant.
2013-12-04 Gunnar BeutnerFix leak in the config parser.
2013-12-03 Gunnar BeutnerSpeed up config compiler.
2013-12-03 Michael FriedrichMerge branch 'feature/release-0-0-5-5254' into next v0.0.5
2013-12-03 Michael FriedrichClean up configs.
2013-12-03 Michael FriedrichUpdate version to 0.0.5.
2013-12-03 Michael FriedrichUpdate ChangeLog.
2013-12-02 Gunnar BeutnerAdd context information to PerfdataWriter::CheckResultH...
2013-12-02 Gunnar BeutnerAvoid temporary String objects in PerfdataValue::Format.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerFix compiler warning for Utility::GlobRecursive.
2013-12-02 Gunnar BeutnerAvoid using dynamic_pointer_cast when possible.
2013-12-02 Gunnar BeutnerFurther decrease WQ lock contention.
2013-12-02 Gunnar BeutnerImprove compatibility with -fvisibility=hidden.
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-12-02 Gunnar BeutnerChange default build type to 'Release'.
2013-12-02 Gunnar BeutnerFix WorkQueue lock contention.
2013-11-29 Gunnar BeutnerFix compiler warning.
2013-11-29 Gunnar BeutnerIncrease default work queue size.
2013-11-29 Gunnar BeutnerFix indentation in CompatUtility::GetServiceNotification*
2013-11-29 Gunnar BeutnerImplement include_recursive config directive.
2013-11-29 Michael FriedrichDocumentation: Fix service dependency example.
2013-11-28 Gunnar BeutnerFix initial check schedule.
2013-11-28 Gunnar BeutnerFix deadlock when rescheduling checks.
2013-11-28 Michael FriedrichAdd generic-user template.
2013-11-28 Gunnar BeutnerRenice child processes.
2013-11-28 Gunnar BeutnerMerge branch 'feature/fix-ido-queries-5235' into next
2013-11-28 Gunnar BeutnerImplement workqueue statistics.
2013-11-28 Gunnar BeutnerImprove IDO query performance.
2013-11-28 Gunnar BeutnerRemove unnecessary host config update.
2013-11-28 Gunnar BeutnerMake sure IDO reconnect attempts don't recurse.
2013-11-27 Michael FriedrichFix command name with special chars not being migrated.
2013-11-27 Markus FroschDebian: doing cmake before clean to include icinga...
2013-11-27 Gunnar BeutnerFix some more RPM warnings.
2013-11-27 Michael FriedrichMigration: Fix timeperiod object name stripping.
2013-11-27 Gunnar BeutnerMake object, type and variable names case-sensitive.
2013-11-27 Gunnar BeutnerAdd sysconf dir to the version info message.
2013-11-27 Gunnar BeutnerFix icinga-version.h in dist tarballs.
2013-11-27 Gunnar BeutnerMerge branch 'feature/mail-notifications-5224' into...
2013-11-27 Gunnar BeutnerUse a shell script for the mail-service-notification...
2013-11-27 Gunnar BeutnerImplement IcingaSysconfDir variable.
2013-11-26 Gunnar BeutnerMerge branch 'feature/vagrant-test-4635' into next
2013-11-26 Gunnar BeutnerImprove bug messages.
2013-11-26 Gunnar BeutnerRemove unused file.
2013-11-26 Gunnar BeutnerAdd test script for Jenkins.
2013-11-26 Gunnar BeutnerFix file permissions for /var/*/icinga2 and /etc/icinga.
2013-11-26 Gunnar BeutnerMerge branch 'feature/modified-attributes-4746' into...
2013-11-26 Gunnar BeutnerUpdate documentation.
2013-11-26 Gunnar BeutnerImplement override_check_period.
2013-11-26 Gunnar BeutnerImplement override_max_check_attempts.
2013-11-26 Gunnar BeutnerImplement override_check_command.
2013-11-26 Gunnar BeutnerImplement override_event_command.
2013-11-26 Gunnar BeutnerImplement override_enable_perfdata.
2013-11-26 Gunnar BeutnerImplement override_enable_flapping.
2013-11-26 Gunnar BeutnerImplement override_enable_notifications.
2013-11-26 Gunnar BeutnerDocument Icinga-specific cmake variables.
2013-11-25 Gunnar BeutnerFix RPM warnings.
2013-11-24 Paul RichardsAdd NSCA-ng support for the Vagrant VM.
2013-11-24 Gunnar BeutnerImprove compatibility with Solaris.
2013-11-22 Gunnar BeutnerGlob: Use stat() instead of lstat().
2013-11-22 Gunnar BeutnerOptimize IDO queries.
2013-11-22 Gunnar BeutnerAvoid unnecessary updates for the is_active column.
2013-11-22 Gunnar BeutnerImplement file type flags for Utility::Glob.
2013-11-22 Gunnar BeutnerFix syntax error in debuglog.conf
2013-11-21 Gunnar BeutnerImprove latency after start-up.
2013-11-21 Gunnar BeutnerFix deadlock in WorkQueue::Enqueue.
2013-11-21 Gunnar BeutnerUse a file for the default log (instead of syslog).
2013-11-21 Gunnar BeutnerRemove redundant checks.
2013-11-21 Gunnar BeutnerImplement the IcingaCheckTask check type.
2013-11-21 Gunnar BeutnerUpdate minimum flex version.
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-21 Gunnar BeutnerFix spelling mistake.
2013-11-21 Gunnar BeutnerFix handle leak in the ThreadPool class.
2013-11-21 Gunnar BeutnerCreate temporary files for PerfdataWriter in a separate...
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-20 Gunnar BeutnerImplement DbCatEverything flag.
2013-11-20 Gunnar BeutnerSet default build type to RelWithDebInfo.
2013-11-20 Gunnar BeutnerFix check result, downtime and comment message types.
2013-11-20 Gunnar BeutnerFix syntax error in icinga2-build-key.
2013-11-20 Gunnar BeutnerFix table in the documentation.
2013-11-20 Gunnar BeutnerUpdate documentation.
2013-11-20 Gunnar BeutnerUse += for groups in the example config.
2013-11-20 Gunnar BeutnerClear ID cache when (re-)connecting.
2013-11-20 Gunnar BeutnerUpdate database schemas.
2013-11-19 Michael FriedrichMerge branch 'feature/migrate-objcache-5104' into next
2013-11-19 Michael FriedrichMerge branch 'fix/migration-parsing-5099' into next
2013-11-19 Michael FriedrichMigration: Add -O for objects.cache fallback.
2013-11-19 Gunnar BeutnerFix another broken IDO query.
next