]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-04-01 Gunnar BeutnerAdd cluster.conf to the Makefile.
2013-04-01 Gunnar BeutnerFix ITL definition for the replication component.
2013-04-01 Gunnar BeutnerBugfixes for the JSON-RPC sub-system.
2013-03-28 Gunnar BeutnerMake thread pool utilization calculation more accurate.
2013-03-27 Gunnar BeutnerMinor performance tweaks.
2013-03-27 Gunnar BeutnerRelease checker mutex before writing log message.
2013-03-27 Gunnar BeutnerBuild fix.
2013-03-27 Gunnar BeutnerAdd missing NUL terminator in lb_steal().
2013-03-27 Gunnar BeutnerSignificantly speed up the config lexer.
2013-03-27 Gunnar BeutnerOptimize lb_append_char().
2013-03-27 Gunnar BeutnerRemove some static vars from the config compiler (in...
2013-03-27 Gunnar BeutnerAdd some debug output in the config compiler.
2013-03-27 Gunnar BeutnerPython build fix.
2013-03-27 Gunnar BeutnerRemove unused #include.
2013-03-27 Gunnar BeutnerPerformance improvements for Value -> double conversions.
2013-03-26 Gunnar BeutnerFixed double-free in the config parser.
2013-03-25 Gunnar BeutnerFix return type for PluginCheckTask::ScriptFunc.
2013-03-25 Gunnar BeutnerRefactor ScriptFunctions.
2013-03-25 Gunnar BeutnerWindows build fix.
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-25 Gunnar BeutnerEventQueue: Further changes to how we determine the...
2013-03-23 Gunnar BeutnerMore EventQueue tuning.
2013-03-23 Gunnar BeutnerProcess class: Pipe FD should be blocking.
2013-03-23 Gunnar BeutnerEven more tuning.
2013-03-23 Gunnar BeutnerMore tuning.
2013-03-23 Gunnar BeutnerTune thread spawning behavior.
2013-03-23 Gunnar BeutnerMake the event queue adaptive.
2013-03-22 Gunnar BeutnerProcess class: Use the global EventQueue instead of...
2013-03-22 Gunnar BeutnerWindows build fix.
2013-03-22 Gunnar BeutnerAdd validator for the PerfdataWriter type.
2013-03-22 Gunnar BeutnerFix syntax error in type validators.
2013-03-22 Gunnar BeutnerAdd missing validator for Host -> Service -> notifications.
2013-03-22 Gunnar BeutnerRefactor the macro resolver
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-22 Gunnar BeutnerShell-escape macros.
2013-03-21 Gunnar BeutnerMerge branch 'master' of git.icinga.org:icinga2
2013-03-21 Gunnar BeutnerBug fix for reminder notifications.
2013-03-21 Gunnar BeutnerRemoved the '#' prefix for the config statements 'inclu...
2013-03-21 Gunnar BeutnerRemoved the '#' prefix for the config statements 'inclu...
2013-03-21 Gunnar BeutnerImplement the 'notification_period' attribute.
2013-03-21 Gunnar BeutnerImplement 'force' option for SEND_CUSTOM_*_NOTIFICATION.
2013-03-21 Gunnar BeutnerMore bugfixes for notifications.
2013-03-20 Gunnar BeutnerFix another bug related to recovery notifications.
2013-03-20 Gunnar BeutnerFix recovery notifications for (SOFT-OK -> HARD-OK).
2013-03-20 Gunnar BeutnerImplement Icinga1.x-style compat log file rotation
2013-03-20 Gunnar BeutnerMove the notification_interval option to the Notificati...
2013-03-19 Gunnar BeutnerImplement the CheckResultReader type.
2013-03-19 Gunnar BeutnerReschedule timers even if the OnTimerExpired handler...
2013-03-19 Gunnar BeutnerFix cloning attributes for service notifications.
2013-03-19 Gunnar BeutnerUse Expression::Extract* for notifications.
2013-03-19 Gunnar BeutnerFix Expression::Extract.
2013-03-19 Gunnar BeutnerBuild dependant services using extracted expression...
2013-03-19 Gunnar BeutnerImplement the CompatLog type.
2013-03-19 Gunnar Beutner*NIX build fix.
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 BeutnerRefactored #includes (Part 6).
2013-03-18 Gunnar BeutnerRefactor #includes (Part 5).
2013-03-18 Gunnar BeutnerImplement downtime notifications.
2013-03-18 Gunnar BeutnerImplement += operator for arrays.
2013-03-18 Gunnar BeutnerPython: Fix a compiler warning.
2013-03-18 Gunnar BeutnerFix example time period.
2013-03-18 Gunnar BeutnerFix unit tests.
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-18 Gunnar BeutnerUpdate Doxygen file.
2013-03-17 Gunnar BeutnerLinux build fix.
2013-03-17 Gunnar BeutnerAdd missing file.
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 BeutnerAnother windows build fix.
2013-03-15 Gunnar BeutnerImplement support for Exception::GetLastStackTrace...
2013-03-15 Gunnar BeutnerWindows build fix.
2013-03-15 Gunnar BeutnerFix dependencies for mkembedconfig.
2013-03-15 Gunnar BeutnerFix perfdata macros.
2013-03-15 Gunnar BeutnerFix crash in TimePeriod::UpdateRegion().
2013-03-15 Gunnar BeutnerBuild fix for libpython.
2013-03-15 Gunnar BeutnerFix symbol visibility issue for REGISTER_CONFIG_FRAGMENT().
2013-03-15 Gunnar BeutnerAdd mkembedconfig as a dependency for the .conf ->...
2013-03-15 Gunnar BeutnerWindows build fix.
2013-03-15 Gunnar BeutnerFix --disable-shared
2013-03-15 Gunnar BeutnerChange log level for some debug messages.
2013-03-15 Gunnar BeutnerDon't validate config items if we've already encountere...
2013-03-15 Gunnar BeutnerTimePeriod update function should return an array of...
2013-03-15 Gunnar BeutnerFix: Only take one work item from the event queue per...
2013-03-15 Gunnar BeutnerBuild fix for OS X.
2013-03-14 Gunnar BeutnerFix autogen.sh on Mac OS X.
2013-03-14 Gunnar BeutnerUse 'explicit' for constructors.
2013-03-14 Gunnar BeutnerFix: Install icinga2 man page in section 8 (instead...
2013-03-14 Gunnar BeutnerXNU build fixes.
2013-03-14 Gunnar BeutnerFix invalid type in PythonLanguage::m_NativeMethodDef.
2013-03-14 Gunnar BeutnerPython: implement support for marshalling arrays
2013-03-14 Gunnar BeutnerImplement array validation
2013-03-14 Gunnar BeutnerUpdate example config files.
2013-03-14 Gunnar BeutnerRemove support for anonymous dictionary items.
2013-03-14 Gunnar BeutnerBug fix: missing lock for TimePeriod::PurgeSegments...
2013-03-14 Gunnar BeutnerImplement config support for arrays.
2013-03-14 Gunnar BeutnerBuild fix for Clang.
2013-03-14 Gunnar BeutnerImplement TimePeriod::RemoveSegment().
2013-03-13 Gunnar BeutnerImplement timeperiods.
next